Apple Moves WebKit To GitHub
Written by Kay Ewbank   
Monday, 05 September 2022

Apple has announced that it is moving the development of WebKit onto GitHub, which is of course now owned by Microsoft.

WebKit is Apple's web browser engine that is used by Safari, Mail, and App Store among other Apple apps. The engine offers an SDK, and Apple says WebKit offers a full browsing experience for your content, offering a platform-native view and supporting classes to display rich web content using HTML, CSS, and JavaScript, and handle the incremental loading of page content.

webkit

Making the announcement, Jonathan Bedard, Operations engineer at Apple on the WebKit team, said:

"On June 23rd, the WebKit project froze its Subversion tree and transitioned management and interaction with our source code to git on GitHub."

Bedard said that the move to GitHub was due to the need for the WebKit project to support contributions and feedback from developers around the world:

"GitHub has a very large community of developers, especially web developers, with whom the WebKit project works closely with to improve the engine that brings those developer’s creations into the hands of users around the world."

Bedard said Apple has also found that GitHub’s API enables the building out advanced pre-commit and post-commit automation with relatively minor modification to existing infrastructure, and provides a modern and secure platform to review and provide feedback on new code changes. 

The main drawback, according to Bedard, is that git hashes are not naturally ordered. To get around this, the WebKit team is using “commit identifiers” in workflows that require bisection. These provide a count of the number of ancestors a commit has, and they uniquely identify a commit based on that commit's relationship to the default branch and the number of ancestors that commit has.

webkit

More Information

WebKit On GitHub

Related Articles

WebKit Is Breaking The Web

Who Is Building WebKit?

Opera Moving to WebKit

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Women Who Code Closing For Lack of Funding
24/04/2024

Women Who Code the US-based non-profit organization that since its foundation in 2011 has advocated for women and diversity in technology, has announced its imminent closure due to critical funding cu [ ... ]



Microsoft Introduces .NET Smart Components
01/04/2024

Microsoft has provided a set of .NET Smart Components, described as a set of genuinely useful AI-powered UI components that you can quickly and easily add to .NET apps. The components are prebuilt end [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 05 September 2022 )