Revision as of 13:07, 2 November 2008 editAlistairMcMillan (talk | contribs)Administrators33,791 edits Sorry but I can't find anything in particular on Torch Iris except press releases and people regurgitating press releases. Doesn't help that the developer is the one who made this edit...← Previous edit | Revision as of 04:15, 3 November 2008 edit undo202.145.71.29 (talk) Undo. Company exists for quite some time, browser on commercial devices and available for download. Author did not make that edit as I am original author.Next edit → | ||
Line 15: | Line 15: | ||
| website = http://webkit.org/ | | website = http://webkit.org/ | ||
}} | }} | ||
'''WebKit''' is an ] ] that provides a foundation upon which to build a ]. WebKit was originally derived by ] from the ] browser’s ] ] for use as the engine of ]’s ] web browser, and has now been further developed by Apple, ], ] and others. The framework is now used by ], ], ], ], ], mobile phones (including the ]), Nokia’s ] |
'''WebKit''' is an ] ] that provides a foundation upon which to build a ]. WebKit was originally derived by ] from the ] browser’s ] ] for use as the engine of ]’s ] web browser, and has now been further developed by Apple, ], ], Torch Mobile and others. The framework is now used by ], ], ], ], ], mobile phones (including the ]), Nokia’s ], Google’s ] platform and Torch Mobile's Iris Browser. Although WebKit is included with ] 4.4, the underlying framework for ],<ref name="QT44">Qt Software </ref> the KDE project will use its original version of KHTML for the near future.<ref>{{cite web | url=http://blog.froglogic.com/2007/10/the-khtml-future-faq/ | title=The KHTML Future FAQ | author=Harri Porten | date=October 23, 2007 | work=FrogBlog | accessdate=2008-01-24 }}</ref> | ||
It passes the ] test, and as of September 2008, latest ]s of WebKit pass the ] test with pixel-perfect rendering and no timing or smoothness issues on reference hardware.<ref>{{cite web |url=http://webkit.org/blog/280/full-pass-of-acid-3/ |title=Full Pass Of Acid3 |accessdate=2008-09-29 |author=Maciej Stachowiak |date=2008-09-25 |work=Surfin' Safari - The WebKit Blog}}</ref> | It passes the ] test, and as of September 2008, latest ]s of WebKit pass the ] test with pixel-perfect rendering and no timing or smoothness issues on reference hardware.<ref>{{cite web |url=http://webkit.org/blog/280/full-pass-of-acid-3/ |title=Full Pass Of Acid3 |accessdate=2008-09-29 |author=Maciej Stachowiak |date=2008-09-25 |work=Surfin' Safari - The WebKit Blog}}</ref> |
Revision as of 04:15, 3 November 2008
Logo | |
Developer(s) | Apple, Inc, The KDE Team, Nokia, Adobe, Google, others. |
---|---|
Repository | |
Written in | C++ |
Operating system | Cross-platform |
Type | Application framework |
License | LGPLv2/BSD-style |
Website | http://webkit.org/ |
WebKit is an open source application framework that provides a foundation upon which to build a web browser. WebKit was originally derived by Apple Inc. from the Konqueror browser’s KHTML software library for use as the engine of Mac OS X’s Safari web browser, and has now been further developed by Apple, Nokia, Google, Torch Mobile and others. The framework is now used by Omniweb, Shiira, iCab, Adobe AIR, Google Chrome, mobile phones (including the iPhone), Nokia’s Series 60 browser, Google’s Android platform and Torch Mobile's Iris Browser. Although WebKit is included with Qt 4.4, the underlying framework for KDE, the KDE project will use its original version of KHTML for the near future.
It passes the Acid2 test, and as of September 2008, latest nightly builds of WebKit pass the Acid3 test with pixel-perfect rendering and no timing or smoothness issues on reference hardware.
History
Main article: History of KHTML and WebKitComponents
WebCore
WebCore is a layout, rendering, and Document Object Model (DOM) library for HTML and SVG, developed by the WebKit project. Its complete source code is licensed under the 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 easily be referenced by applications based on the Cocoa API; later versions also include a cross-platform C++ platform abstraction, and various ports provide additional APIs.
JavaScriptCore
JavaScriptCore is a framework that provides a JavaScript engine for WebKit implementations, and provides this type of scripting in other contexts within Mac OS X. 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 and greatly improved performance.
On June 2, 2008, the WebKit project announced they rewrote JavaScriptCore as "SquirrelFish", a bytecode interpreter. 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. As of September 28, 2008, the only supported architecture for SFX is the x86 architecture.
Drosera
Drosera is a JavaScript debugger that was included with the nightly builds of WebKit. It was named after Drosera, a genus of carnivorous plants (i.e. bug-eaters). Drosera has been replaced by the inclusion of debugging functionality in the Web Inspector.
SunSpider
A benchmark suite that aims to measure JavaScript performance on tasks that are relevant to the current and near future use of JavaScript in the real world, such as screen drawing, encryption and text manipulation. The suite further attempts to be balanced and statistically sound. It was released by Apple's WebKit team in December 2007. It was well-received, and other browser developers also use it to compare the JavaScript performance of different browsers.
Ports
Main article: History of KHTML and WebKit § PortsSee also
- Comparison of layout engines
- List of KHTML and WebKit-based browsers
- List of graphical layout engines
References
- Qt Software Qt 4.4.0 Technical Preview released
- Harri Porten (October 23, 2007). "The KHTML Future FAQ". FrogBlog. Retrieved 2008-01-24.
- Maciej Stachowiak (2008-09-25). "Full Pass Of Acid3". Surfin' Safari - The WebKit Blog. Retrieved 2008-09-29.
- The WebKit Open Source Project – JavaScript
- KDE-Darwin mailing list, "JavaScriptCore, Apple’s JavaScript framework based on KJS", 13 June 2002.
- "The Great Browser JavaScript Showdown". 2007-12-19.
- Announcing SquirrelFish
- SquirrelFish project
- Introducing SquirrelFish Extreme
- WebKit.org Drosera wiki article
- "Introducing Drosera". Surfin’ Safari.
- "Commit removing Drosera".
- Muchmore, Michael (2008-06-18). "Review: Firefox 3 Stays Ahead of Browser Pack". Retrieved 2008-09-06.
- "SunSpider JavaScript Benchmark". Retrieved 2008-09-06.
- "Announcing SunSpider 0.9". 2007-12-18. Retrieved 2008-09-06.
- Atwood, Jeff (2007-12-19). "The Great Browser JavaScript Showdown". Retrieved 2008-09-06.
- Resig, John (2008-09-03). "JavaScript Performance Rundown". Retrieved 2008-06-09.
External links
Browser engines | |
---|---|
Active (comparison) | |
Maintained | |
Discontinued |
ECMAScript | |||||||||
---|---|---|---|---|---|---|---|---|---|
Dialects | |||||||||
Engines (comparison) | |||||||||
Frameworks |
| ||||||||
People |
| ||||||||
Other | |||||||||
|