Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
WebKit
Open source browser engine

WebKit is an open source browser engine primarily used in Apple's Safari and all browsers on iOS and iPadOS, as well as on PlayStation consoles, Tizen, Amazon Kindle, and Nintendo devices. It originated as a fork of KHTML and KJS from KDE, with development contributions from Apple, Google, and others. WebKit supports multiple operating systems including macOS, Linux, and Windows. Notably, Google forked WebKit’s WebCore into Blink for Chrome and Opera. Its JavaScript engine, JavascriptCore, also powers the Bun runtime, distinct from V8 used by Node.js and Deno. WebKit is licensed mainly under the BSD 2-Clause license, with some components under the GNU LGPL.

We don't have any images related to WebKit yet.
We don't have any YouTube videos related to WebKit yet.
We don't have any PDF documents related to WebKit yet.
We don't have any Books related to WebKit yet.
We don't have any archived web articles related to WebKit yet.

Origins

The code that would become WebKit began in 1998 as the KDE HTML (KHTML) layout engine and KDE JavaScript (KJS) engine. The WebKit project was started within Apple by Lisa Melton12 on June 25, 2001,1314 as a fork of KHTML and KJS. Melton explained in an e-mail to KDE developers15 that KHTML and KJS allowed easier development than other available technologies by virtue of being small (fewer than 140,000 lines of code), cleanly designed and standards-compliant. KHTML and KJS were ported to macOS with the help of an adapter library and renamed WebCore and JavaScriptCore.16 JavaScriptCore was announced in an e-mail to a KDE mailing list in June 2002, alongside the first release of Apple's changes.17

According to Apple, some changes which called for different development tactics involved macOS-specific features that are absent in KDE's KHTML, such as Objective-C, KWQ (pronounced "quack") an implementation of the subset of Qt required to make KHTML work on macOS written in Objective C++, and macOS calls.18

Split development

The exchange of code between WebCore and KHTML became increasingly difficult as the code base diverged because both projects had different approaches in coding and code sharing.19 At one point KHTML developers said they were unlikely to accept Apple's changes and claimed the relationship between the two groups was a "bitter failure".20 They claimed Apple submitted their changes in large patches containing multiple changes with inadequate documentation, often in relation to future additions to the codebase. Thus, these patches were difficult for the KDE developers to integrate back into KHTML.21 Also, Apple had demanded that developers sign non-disclosure agreements before looking at Apple's source code and even then they were unable to access Apple's bug database.22

During the publicized "divorce" period, KDE developer Kurt Pfeifle (pipitas) posted an article claiming KHTML developers had managed to backport many (but not all) Safari improvements from WebCore to KHTML, and they always appreciated the improvements coming from Apple and still do so. The article also noted Apple had begun to contact KHTML developers about discussing how to improve the mutual relationship and ways of future cooperation.23 In fact, the KDE project was able to incorporate some of these changes to improve KHTML's rendering speed and add features, including compliance with the Acid2 rendering test.24

Following the appearance of a story of the fork in the news, Apple released the source code of the WebKit fork in a public revision-control repository.25

The WebKit team had also reversed many Apple-specific changes in the original WebKit code base and implemented platform-specific abstraction layers to make committing the core rendering code to other platforms significantly easier.26

In July 2007, Ars Technica reported that the KDE team would move from KHTML to WebKit.27 Instead, after several years of integration, KDE Development Platform version 4.5.0 was released in August 2010 with support for both WebKit and KHTML, and development of KHTML continued until 2016 before it was officially discontinued in 2023.2829

Open-sourcing

On June 7, 2005, Safari developer Dave Hyatt announced on his weblog that Apple was open-sourcing WebKit (formerly, only WebCore and JavaScriptCore were open source) and opening up access to WebKit's revision control tree and the issue tracker.30

In mid-December 2005, support for Scalable Vector Graphics (SVG) was merged into the standard build.31

WebKit's JavaScriptCore and WebCore components are available under the GNU Lesser General Public License, while the rest of WebKit is available under the BSD 2-Clause license.32

Further development

Beginning in early 2007, the development team began to implement Cascading Style Sheets (CSS) extensions, including animation, transitions and both 2D and 3D transforms;33 such extensions were released as working drafts to the World Wide Web Consortium (W3C) in 2009 for standardization.34

In November 2007, the project announced that it had added support for media features of the HTML5 draft specification, allowing embedded video to be natively rendered and script-controlled in WebKit.35

On June 2, 2008, the WebKit project announced they rewrote JavaScriptCore as "SquirrelFish", a bytecode interpreter.3637 The project evolved into SquirrelFish Extreme (abbreviated SFX), announced on September 18, 2008, which compiles JavaScript into native machine code, eliminating the need for a bytecode interpreter and thus speeding up JavaScript execution.38 Initially, the only supported processor architecture for SFX was the x86, but at the end of January 2009, SFX was enabled for macOS on x86-64 as it passes all tests on that platform.39

WebKit2

On April 8, 2010, a project named WebKit2 was announced to redesign WebKit. Its goal was to abstract the components that provide web rendering cleanly from their surrounding interface or application shell, creating a situation where, "web content (JavaScript, HTML, layout, etc) lives in a separate process from the application UI". This abstraction was intended to make reuse a more straightforward process for WebKit2 than for WebKit. WebKit2 had "an incompatible API change from the original WebKit", which motivated its name change.40

The WebKit2 targets were set to Linux, macOS, Windows, GTK, and MeeGo-Harmattan.4142 Safari for macOS switched to the new API with version 5.1.43 Safari for iOS switched to WebKit2 with iOS 8.44

The original WebKit API has been renamed WebKitLegacy API.45 WebKit2 API has been renamed just plain WebKit API.46

Use

WebKit is used as the rendering engine within Safari and was used by Google's Chrome web browser on Windows, macOS, and Android (before version 4.4 KitKat). Chrome used only WebCore, and included its own JavaScript engine named V8 and a multiprocess system.47 Chrome for iOS continues to use WebKit because Apple requires that web browsers on that platform must do so.48 Other applications on macOS and iOS make use of WebKit, such as Apple's e-mail client Mail, App Store, and the 2008 version of Microsoft's Entourage personal information manager, both of which make use of WebKit to render HTML content.

Installed base

New web browsers have been built around WebKit such as the S60 browser49 on Symbian mobile phones, BlackBerry Browser (ver 6.0+), Midori, Chrome browser,5051 the Android Web browsers before version 4.4 KitKat, and the browser used in PlayStation 3 system software from version 4.10.52 KDE's Rekonq web browser and Plasma Workspaces also use it as the native web rendering engine. WebKit has been adopted as the rendering engine in OmniWeb, iCab and Web (formerly named Epiphany) and Sleipnir, replacing their original rendering engines. GNOME's Web supported both Gecko and WebKit for some time, but the team decided that Gecko's release cycle and future development plans would make it too cumbersome to continue supporting it.53 webOS uses WebKit as the basis of its application runtime.54 WebKit is used to render HTML and run JavaScript in the Adobe Integrated Runtime application platform. In Adobe Creative Suite CS5, WebKit is used to render some parts of the user interface. As of the first half of 2010, an analyst estimated the cumulative number of mobile handsets shipped with a WebKit-based browser at 350 million.55 By mid-April 2015, WebKit browser market share was 50.3%.56

Ports

The week after Hyatt announced WebKit's open-sourcing, Nokia announced that it had ported WebKit to the Symbian operating system and was developing a browser based on WebKit for mobile phones running S60. Named Web Browser for S60, it was used on Nokia, Samsung, LG, and other Symbian S60 mobile phones. Apple has also ported WebKit to iOS to run on the iPhone, iPod Touch, and iPad, where it is used to render content in the device's web browser and e-mail software.57 The Android mobile phone platform used WebKit (and later versions its Blink fork) as the basis of its web browser585960 and the Palm Pre, announced January 2009, has an interface based on WebKit.61 The Amazon Kindle 3 includes an experimental WebKit based browser.62

In June 2007, Apple announced that WebKit had been ported to Microsoft Windows as part of Safari. Although Safari for Windows was silently discontinued63 by the company, WebKit's ports to Microsoft's operating system are still actively maintained.6465 The Windows port uses Apple's proprietary libraries to function and is used for iCloud66 and iTunes67 for Windows, whereas the "WinCairo" port is a fully open-source and redistributable port.6869

WebKit has also been ported to several toolkits that support multiple platforms, such as the GTK toolkit for Linux, under the name WebKitGTK which is used by Eolie,70 GNOME Web,7172 Adobe Integrated Runtime, Enlightenment Foundation Libraries (EFL), and the Clutter toolkit.73 Qt Software included a WebKit port in the Qt 4.4 release as a module called QtWebKit74 (since superseded by Qt WebEngine, which uses Blink instead). The Iris Browser on Qt also used WebKit. The Enlightenment Foundation Libraries (EFL) port – EWebKit – was developed (by Samsung and ProFusion75) focusing the embedded and mobile systems, for use as stand alone browser, widgets-gadgets, rich text viewer and composer. The Clutter port is developed by Collabora and sponsored by Robert Bosch GmbH.

There was also a project synchronized with WebKit (sponsored by Pleyo)76 called Origyn Web Browser, which provided a meta-port to an abstract platform with the aim of making porting to embedded or lightweight systems quicker and easier.77 This port is used for embedded devices such as set-top boxes, PMP and it has been ported into AmigaOS,7879 AROS80 and MorphOS. MorphOS version 1.7 is the first version of Origyn Web Browser (OWB) supporting HTML5 media tags.8182

Web Platform for Embedded

Web Platform for Embedded (WPE) is a WebKit port designed for embedded applications; it further improves the architecture by splitting the basic rendering functional blocks into a general-purpose routines library (libwpe), platform backends, and engine itself (called WPE WebKit). The GTK port, albeit self-contained, can be built to use these base libraries instead of its internal platform support implementation. The WPE port is currently maintained by Igalia.

Forking by Google

On April 3, 2013, Google announced that it would produce a fork of WebKit's WebCore component, to be named Blink. Chrome's developers decided on the fork to allow greater freedom in implementing WebCore's features in the browser without causing conflicts upstream, and to allow simplifying its codebase by removing code for WebCore components unused by Chrome. In relation to Opera Software's announcement earlier in the year that it would switch to WebKit by means of the Chromium codebase, it was confirmed that the Opera web browser would also switch to Blink.83 Following the announcement, WebKit developers began discussions on removing Chrome-specific code from the engine to streamline its codebase.84 WebKit no longer has any Chrome specific code (e.g., buildsystem, V8 JavaScript engine hooks, platform code, etc.).

Components

WebCore

WebCore is a layout, rendering, and Document Object Model (DOM) library for HTML and Scalable Vector Graphics (SVG), developed by the WebKit project. Its full source code is licensed under the GNU Lesser General Public License (LGPL). The WebKit framework wraps WebCore and JavaScriptCore, providing an Objective-C application programming interface to the C++-based WebCore rendering engine and JavaScriptCore script engine, allowing it to be easily referenced by applications based on the Cocoa API; later versions also include a cross-platform C++ platform abstraction, and various ports provide more APIs.

WebKit passes the Acid2 and Acid3 tests, with pixel-perfect rendering and no timing or smoothness issues on reference hardware.85

JavaScriptCore

JavaScriptCore is a framework that provides a JavaScript engine for WebKit implementations, and provides this type of scripting in other contexts within macOS.8687 JavaScriptCore is originally derived from KDE's JavaScript engine (KJS) library (which is part of the KDE project) and the PCRE regular expression library. Since forking from KJS and PCRE, JavaScriptCore has been improved with many new features[example needed] and greatly improved performance.88

On June 2, 2008, the WebKit project announced they rewrote JavaScriptCore as "SquirrelFish", a bytecode interpreter.8990 The project evolved into SquirrelFish Extreme (abbreviated SFX, marketed as Nitro), announced on September 18, 2008 further speeding up JavaScript execution.91

An optimizing just-in-time (JIT) compiler named FTL was announced on May 13, 2014.92 It uses LLVM to generate optimized machine code. "FTL" stands for "Fourth-Tier-LLVM", and unofficially for faster-than-light, alluding to its speed.93 As of February 15, 2016, the backend of FTL JIT is replaced by "Bare Bones Backend" (or B3 for short).94

See also

  • Free and open-source software portal

References

  1. "'(fwd) Greetings from the Safari team at Apple Computer' – MARC". Lists.kde.org. January 7, 2003. Archived from the original on February 9, 2015. Retrieved May 2, 2017. http://lists.kde.org/?m=104197092318639

  2. "The WebKit Open Source Project". Archived from the original on April 10, 2012. Retrieved April 7, 2012. https://webkit.org/

  3. "The WebKit Open Source Project". Archived from the original on April 10, 2012. Retrieved April 7, 2012. https://webkit.org/

  4. Stachowiak, Maciej (November 9, 2008). "Companies and Organizations that have contributed to WebKit". WebKit Wiki. Archived from the original on May 17, 2019. Retrieved November 17, 2008. https://trac.webkit.org/wiki/Companies%20and%20Organizations%20that%20have%20contributed%20to%20WebKit

  5. "The WebKit Open Source Project – Getting the Code". Webkit.org. Archived from the original on March 6, 2016. Retrieved December 27, 2010. https://webkit.org/getting-the-code

  6. Barth, Adam (April 3, 2013). "Chromium Blog: Blink: A rendering engine for the Chromium project". Blog.chromium.org. Archived from the original on April 4, 2013. Retrieved June 14, 2013. https://blog.chromium.org/2013/04/blink-rendering-engine-for-chromium.html

  7. Lawson, Bruce (April 3, 2013). "Bruce Lawson's personal site: Hello Blink". Brucelawson.co.uk. Archived from the original on April 4, 2013. Retrieved June 14, 2013. http://www.brucelawson.co.uk/2013/hello-blink/

  8. Omolana, Timilehin (August 2, 2022). "What Is Bun.js and Why Is the JavaScript Community Excited About It?". makeuseof.com. Archived from the original on May 30, 2023. Retrieved May 30, 2023. https://www.makeuseof.com/what-is-bunjs-why-the-javascript-community-excited/

  9. "Open Source – WebKit". Apple. Archived from the original on March 11, 2009. Retrieved March 5, 2009. https://web.archive.org/web/20090311132231/http://developer.apple.com/opensource/internet/webkit.html

  10. "Licensing WebKit | WebKit". Archived from the original on March 16, 2022. Retrieved March 12, 2022. https://webkit.org/licensing-webkit/

  11. Purcher, Jack (March 7, 2013). "Apple's "WebKit" is now a Registered Trademark in the US". Patently Apple. Archived from the original on March 9, 2013. Retrieved March 7, 2013. http://www.patentlyapple.com/patently-apple/2013/03/apples-webkit-is-now-a-registered-trademark-in-the-us.html

  12. "Lisa Melton". Lisa Melton .net. February 2, 2024. Archived from the original on December 7, 2024. Retrieved December 17, 2024. https://lisamelton.net/

  13. Melton, Don (August 25, 2011). "Attention Internets! WebKit is not 10 years old today. That happened on June 25. I know the date because that's when I started the project". Twitter. Archived from the original on April 20, 2021. Retrieved October 13, 2011. https://www.twitter.com/donmelton/status/106603038575296512

  14. Henry, Charlotte (June 25, 2021). "Happy 20th Birthday, Safari and Webkit!". The Mac Observer. Retrieved August 12, 2023. https://www.macobserver.com/news/happy-20th-birthday-safari-and-webkit/

  15. "'(fwd) Greetings from the Safari team at Apple Computer' – MARC". Lists.kde.org. January 7, 2003. Archived from the original on February 9, 2015. Retrieved May 2, 2017. http://lists.kde.org/?m=104197092318639

  16. "'(fwd) Greetings from the Safari team at Apple Computer' – MARC". Lists.kde.org. January 7, 2003. Archived from the original on February 9, 2015. Retrieved May 2, 2017. http://lists.kde.org/?m=104197092318639

  17. Stachowiak, Maciej (June 13, 2002). "JavaScriptCore, Apple's JavaScript framework based on KJS". kde-darwin (Mailing list). Archived from the original on March 10, 2007. Retrieved August 21, 2008. /wiki/Maciej_Stachowiak

  18. "Safari and KHTML again". kdedevelopers.org. April 30, 2005. Archived from the original on March 3, 2006. Retrieved February 20, 2010. https://web.archive.org/web/20060303184216/http://www.kdedevelopers.org/node/1006

  19. "So, when will KHTML merge all the WebCore changes?". kdedevelopers.org. Archived from the original on May 29, 2010. Retrieved February 20, 2010. https://web.archive.org/web/20100529065425/http://www.kdedevelopers.org/node/1001

  20. "The bitter failure named 'safari and khtml'". April 29, 2005. Archived from the original on April 15, 2015. https://blogs.kde.org/2005/04/29/bitter-failure-named-safari-and-khtml

  21. "Open-source divorce for Apple's Safari?". Archived from the original on July 7, 2009. http://news.cnet.com/Open-source-divorce-for-Apples-Safari/2100-1032_3-5703819.html

  22. "WebCore open source changes". Archived from the original on May 27, 2016. Retrieved May 14, 2016. https://web.archive.org/web/20160527125414/http://lists.apple.com/archives/Webcore-dev/2005/Jun/msg00009.html

  23. "WebCore – KHTML – Firefox: Know your facts!". Archived from the original on February 10, 2009. https://web.archive.org/web/20090210230809/http://www.kdedevelopers.org/node/1049

  24. "Konqueror now passes Acid2". Archived from the original on June 21, 2017. https://blogs.kde.org/node/1129

  25. Molkentin, Daniel (June 7, 2005). "Apple Opens WebKit CVS and Bug Database". KDE News. Archived from the original on July 15, 2009. Retrieved January 16, 2007. http://dot.kde.org/2005/06/07/apple-opens-webkit-cvs-and-bug-database

  26. "Ars at WWDC: Interview with Lars Knoll, creator of KHTML". June 12, 2007. Archived from the original on May 31, 2008. https://arstechnica.com/journals/apple.ars/2007/06/12/ars-at-wwdc-interview-with-lars-knoll-creator-of-khtml

  27. Unrau, Troy (July 23, 2007). "The unforking of KDE's KHTML and WebKit". Ars Technica. Archived from the original on September 30, 2007. Retrieved July 30, 2007. https://arstechnica.com/journals/linux.ars/2007/07/23/the-unforking-of-kdes-khtml-and-webkit

  28. "KDE Development Platform 4.5.0 gains performance, stability, new high-speed cache and support for WebKit". Archived from the original on March 14, 2011. http://kde.org/announcements/4.5/platform.php

  29. "KHTML repository". GitHub. Archived from the original on November 1, 2024. Retrieved May 5, 2023. Removed for KF6, the 'kf5' branch contains the last maintained state. https://github.com/KDE/khtml/tree/6d89b39ddb93aa5b655508c0b5295f3f4db626b8

  30. Molkentin, Daniel (June 7, 2005). "Apple Opens WebKit CVS and Bug Database". KDE News. Archived from the original on July 15, 2009. Retrieved January 16, 2007. http://dot.kde.org/2005/06/07/apple-opens-webkit-cvs-and-bug-database

  31. "Next Generation KDE Technologies Ported to WebCore". July 10, 2005. Archived from the original on October 13, 2007. http://dot.kde.org/1121021917/

  32. "Licensing WebKit | WebKit". Archived from the original on March 16, 2022. Retrieved March 12, 2022. https://webkit.org/licensing-webkit/

  33. "CSS Transforms". Webkit. October 26, 2007. Archived from the original on January 13, 2017. https://webkit.org/blog/130/css-transforms/

  34. "CSS3 Animations". Archived from the original on February 21, 2009. http://dev.w3.org/csswg/css3-animations/

  35. Koivisto, Antti (November 12, 2007). "HTML5 Media Support". Surfin' Safari blog. Archived from the original on January 13, 2017. https://webkit.org/blog/140/html5-media-support/

  36. "Announcing SquirrelFish". June 2, 2008. Archived from the original on January 27, 2017. https://webkit.org/blog/189/announcing-squirrelfish/

  37. "SquirrelFish project". Archived from the original on January 13, 2017. Retrieved January 12, 2017. https://trac.webkit.org/wiki/SquirrelFish

  38. "Introducing SquirrelFish Extreme". September 18, 2008. Archived from the original on November 26, 2016. https://webkit.org/blog/214/introducing-squirrelfish-extreme/

  39. "Changeset 40439 – WebKit". Trac.webkit.org. January 30, 2009. Archived from the original on January 7, 2016. Retrieved December 27, 2010. https://trac.webkit.org/changeset/40439

  40. "WebKit2 wiki". Webkit.org. Archived from the original on August 28, 2012. Retrieved August 3, 2012. https://trac.webkit.org/wiki/WebKit2

  41. "Announcing WebKit2". Webkit.org. April 8, 2010. Archived from the original on April 23, 2011. Retrieved December 27, 2010. https://lists.webkit.org/pipermail/webkit-dev/2010-April/012235.html

  42. "Introducing the Nokia N9: all it takes is a swipe! |Nokia Conversations – The official Nokia Blog". Nokia Corporation. Archived from the original on June 24, 2011. Retrieved June 21, 2011. https://web.archive.org/web/20110624125835/http://conversations.nokia.com/2011/06/21/introducing-the-nokia-n9-all-it-takes-is-a-swipe

  43. "Source code repository for public parts of Safari 5.1". The WebKit Open Source Project. Retrieved July 20, 2011. https://trac.webkit.org/browser/releases/Apple/Safari%205.1/WebKit2?rev=91373

  44. "WWDC 2014 Session 206 - Introducing the Modern WebKit API - ASCIIwwdc". Archived from the original on December 13, 2014. Retrieved December 13, 2014. https://web.archive.org/web/20141213032037/http://asciiwwdc.com/2014/sessions/206

  45. "132399 – Move the legacy WebKit API into WebKitLegacy.framework and move it inside WebKit.framework". Webkit.org. Archived from the original on June 9, 2019. Retrieved June 9, 2019. https://bugs.webkit.org/show_bug.cgi?id=132399

  46. "Renaming Directories and Project Files to Match Framework Names". Webkit.org. July 10, 2017. Archived from the original on June 9, 2019. Retrieved June 9, 2019. https://lists.webkit.org/pipermail/webkit-dev/2017-July/029257.html

  47. "Google going its own way, forking WebKit rendering engine". Ars Technica. April 3, 2013. Archived from the original on April 4, 2013. Retrieved April 4, 2013. https://arstechnica.com/information-technology/2013/04/google-going-its-own-way-forking-webkit-rendering-engine/

  48. "App Store Review Guidelines". Archived from the original on March 4, 2020. Retrieved May 31, 2021. https://developer.apple.com/app-store/review/guidelines/#software-requirements

  49. "Nokia S60 Webkit Browser". Nokia. Archived from the original on December 6, 2005. https://web.archive.org/web/20051206034449/http://opensource.nokia.com/projects/S60browser/

  50. "Google Chrome, Google's Browser Project". Archived from the original on September 2, 2008. http://blogoscoped.com/archive/2008-09-01-n47.html

  51. "Comic describing the Google Chrome Project". Archived from the original on September 3, 2008. https://www.google.com/googlebooks/chrome/

  52. "PS3、ファームウェアv4.10からWebKitへ。 - あまたの何かしら。". D.hatena.ne.jp. February 8, 2012. Archived from the original on October 14, 2012. Retrieved January 13, 2013. http://d.hatena.ne.jp/amatanoyo/20120208/1328681210

  53. "Epiphany Mailing list – Announcement: The Future of Epiphany". Archived from the original on February 14, 2012. http://mail.gnome.org/archives/epiphany-list/2008-April/msg00000.html

  54. Chen, Brian X. "HP Launches WebOS-Powered Tablet, Phones | Gadget Lab". Wired. Archived from the original on April 10, 2014. Retrieved January 13, 2013. https://www.wired.com/2011/02/hp-web-os-tablet

  55. "100 Million Club (H1 2010 update)". VisionMobile. Archived from the original on March 1, 2011. Retrieved March 1, 2011. http://www.visionmobile.com/blog/2010/10/smart-feature-phones-the-unbalanced-equation-100-million-club-series/

  56. "StatCounter". StatCounter. Archived from the original on May 26, 2012. Retrieved April 14, 2015. http://gs.statcounter.com/#browser-ww-monthly-201504-201504-bar/

  57. Stachowiak, Maciej (January 10, 2007). "The Obligatory iPhone Post". Surfin' Safari weblog. Archived from the original on February 19, 2008. Retrieved January 24, 2008. https://webkit.org/blog/87/safari-on-the-iphone/

  58. "Android Uses WebKit". Archived from the original on January 13, 2017. Retrieved January 12, 2017. https://web.archive.org/web/20170113134900/https://webkit.org/blog/142/android-uses-webkit/

  59. "WebKit in the News". WebKit. November 13, 2007. Retrieved November 17, 2018. https://webkit.org/blog/143/webkit-in-the-news/

  60. "The Amazing Rise of WebKit Mobile". gigaom.com. November 13, 2007. Archived from the original on November 14, 2007. Retrieved November 17, 2018. https://web.archive.org/web/20071114150927/http://gigaom.com/2007/11/13/webkit/

  61. "Palm Pre in-depth impressions, video, and huge hands-on gallery". January 9, 2009. Archived from the original on January 13, 2017. https://www.engadget.com/2009/01/08/palm-pre-in-depth-impressions-video-and-huge-hands-on-gallery/

  62. Topolsky, Joshua (July 28, 2010). "New Amazon Kindle announced: $139 WiFi-only version and $189 3G model available August 27th in the US and UK". Archived from the original on January 13, 2017. https://www.engadget.com/2010/07/28/new-amazon-kindle-announced-139-wifi-only-version-and-189-3g/

  63. Lex Friedman (July 26, 2012). "Safari 6 available for Mountain Lion and Lion, but not Windows". macworld.com. International Data Group. Archived from the original on August 8, 2021. Retrieved August 8, 2021. https://www.macworld.com/article/218624/safari-6-available-for-mountain-lion-and-lion-but-not-windows.html

  64. "Buildbot: builder Apple-Win-10-Debug-Build". build.webkit.org. Apple, Inc. Archived from the original on August 8, 2021. Retrieved August 8, 2021. https://build.webkit.org/#/builders/56

  65. "Buildbot: builder WinCairo-64-bit-WKL-Release-Build". build.webkit.org. Apple, Inc. Archived from the original on August 8, 2021. Retrieved August 8, 2021. https://build.webkit.org/#/builders/27

  66. "About the security content of iCloud for Windows 12.3 - Apple Support". support.apple.com. Apple, Inc. Archived from the original on August 8, 2021. Retrieved August 8, 2021. https://support.apple.com/en-us/HT212321

  67. "About the security content of iTunes 12.11.3 for Windows - Apple Support". support.apple.com. Apple, Inc. Archived from the original on August 8, 2021. Retrieved August 8, 2021. https://support.apple.com/en-us/HT212319

  68. "BuildingCairoOnWindows – WebKit". trac.webkit.org. Apple, Inc. June 8, 2021. Archived from the original on August 8, 2021. Retrieved August 8, 2021. https://trac.webkit.org/wiki/BuildingCairoOnWindows

  69. "GitHub - WebKitForWindows/WebKitRequirements: Build scripts for the requirements of the WinCairo port of WebKit". github.com. Apple, Inc. Archived from the original on August 8, 2021. Retrieved August 8, 2021. https://github.com/WebKitForWindows/WebKitRequirements

  70. "World / Eolie". https://gitlab.gnome.org/World/eolie

  71. "WebKitGTK+ project website". Archived from the original on January 30, 2017. https://webkitgtk.org/

  72. "Alp Toker – WebKit/Gtk+ is coming". June 12, 2007. Archived from the original on March 25, 2008. http://www.atoker.com/blog/2007/06/12/webkitgtk-is-coming/

  73. "WebKitClutter project website". https://trac.webkit.org/wiki/clutter

  74. "QT WebKit". Archived from the original on August 3, 2009. https://web.archive.org/web/20090803123246/http://www.qtsoftware.com/products/library/modular-class-library

  75. "ProFusion | Home". Profusion.mobi. Archived from the original on June 21, 2021. Retrieved January 13, 2013. http://profusion.mobi/

  76. "pleyo". Archived from the original on March 25, 2008. http://www.pleyo.org

  77. "See OWB forge". Archived from the original on May 9, 2008. http://www.sand-labs.org/owb

  78. "AmigaOS OWB official page". Archived from the original on March 15, 2022. Retrieved April 23, 2008. http://strohmayer.org/

  79. "Amiga – Powering through, dead or alive!". amigaweb.net. Archived from the original on May 2, 2008. Retrieved June 2, 2010. https://web.archive.org/web/20080502200402/http://www.amigaweb.net/index.php?function=view_news&id=962

  80. "AROS OWB developer page". Archived from the original on March 4, 2009. https://web.archive.org/web/20090304120818/http://sszymczy.rootnode.net/index.php?menu=projects&submenu=owb

  81. "Origyn Web Browser for MorphOS". Fabian Coeurjoly. Archived from the original on March 17, 2010. Retrieved January 4, 2010. http://fabportnawak.free.fr/owb/

  82. Holwerda, Thom (March 8, 2010). "Origyn Web Browser 1.7 Supports HTML5 Media, More". OSNews. Archived from the original on March 12, 2010. Retrieved March 8, 2010. http://www.osnews.com/story/22971/Origyn_Web_Browser_1_7_Supports_HTML5_Media_More

  83. "Google going its own way, forking WebKit rendering engine". Ars Technica. April 3, 2013. Archived from the original on April 4, 2013. Retrieved April 4, 2013. https://arstechnica.com/information-technology/2013/04/google-going-its-own-way-forking-webkit-rendering-engine/

  84. "WebKit developers planning Chromium extraction". The H. Archived from the original on April 7, 2013. Retrieved April 9, 2013. http://www.h-online.com/open/news/item/WebKit-developers-planning-Chromium-extraction-1835224.html

  85. Stachowiak, Maciej (September 25, 2008). "Full Pass Of Acid3". Surfin' Safari – The WebKit Blog. Archived from the original on September 29, 2008. Retrieved September 29, 2008. https://webkit.org/blog/280/full-pass-of-acid-3/

  86. Stachowiak, Maciej (June 13, 2002). "JavaScriptCore, Apple's JavaScript framework based on KJS". kde-darwin (Mailing list). Archived from the original on March 10, 2007. Retrieved August 21, 2008. /wiki/Maciej_Stachowiak

  87. "The WebKit Open Source Project – JavaScript". Archived from the original on August 14, 2015. https://webkit.org/projects/javascript/

  88. "The Great Browser JavaScript Showdown". December 19, 2007. Archived from the original on September 6, 2008. http://www.codinghorror.com/blog/archives/001023.html

  89. "Announcing SquirrelFish". June 2, 2008. Archived from the original on January 27, 2017. https://webkit.org/blog/189/announcing-squirrelfish/

  90. "SquirrelFish project". Archived from the original on January 13, 2017. Retrieved January 12, 2017. https://trac.webkit.org/wiki/SquirrelFish

  91. "Introducing SquirrelFish Extreme". September 18, 2008. Archived from the original on November 26, 2016. https://webkit.org/blog/214/introducing-squirrelfish-extreme/

  92. "Introducing the WebKit FTL JIT". Webkit. May 13, 2014. Archived from the original on January 19, 2017. https://webkit.org/blog/3362/introducing-the-webkit-ftl-jit/

  93. "Apple integrates LLVM compiler to boost WebKit JavaScript performance". May 16, 2014. Archived from the original on July 8, 2017. https://arstechnica.com/information-technology/2014/05/apple-integrates-llvm-compiler-to-boost-webkit-javascript-performance/

  94. "Introducing the B3 JIT Compiler". February 15, 2016. Archived from the original on May 3, 2017. https://webkit.org/blog/5852/introducing-the-b3-jit-compiler/