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


SQLite Gets Into Vector Search
05/09/2024

This is thanks to sqlite-vec, a new vector search extension for SQLite written entirely in C and with no dependencies.



OSI Updates Open Source AI Definition
06/09/2024

A new version of the Open Source AI Definition has been released by the Open Source Initiative. The update is part of the drive to have a stable release of the definition ready by the end of October 2 [ ... ]


More News

kotlin book

 

Comments




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

Last Updated ( Monday, 05 September 2022 )