I hear these terms bandied around quite a bit, especially when discussing feature compatibility... but what do they mean?
|
To add to the other answers, some things which differentiate the engines:
Edit: And a little history and some other browsers using the engines... Historically, WebKit is derived from KHTML, the engine in Konqueror. Some of the changes in WebKit have been back-ported to KHTML. Some other browsers (and applications and OSes) using WebKit include Epiphany (for *nix), OmniWeb (the first OS X browser, originally on NeXT), Adobe AIR (a runtime for using web technologies to develop "desktop" applications) and Palm's WebOS. Gecko began development at Netscape, with the plan to eventually integrate it into the Netscape browser. The Mozilla foundation was spun off from Netscape, and proceeded to develop Gecko for the Mozilla suite, now known as SeaMonkey. Firefox (originally Phoenix, then Firebird) was built as a lightweight Gecko browser without non-browser-related functionality in the Mozilla suite, and with a defined extension API for adding features. Some other browsers using Gecko include K-Meleon (for *nix), Flock (specialized for social networking) and Camino (Gecko in a native OS X Cocoa UI). |
||||
|
|
|
WebKit and Gecko are two different rendering engines that browsers implement to display HTML. Safari and Google Chrome use WebKit. Firefox uses Gecko. |
|||||||||||||
|
|
Mozilla uses the Gecko engine, Chrome and Safari use WebKit. WebKit is supposed to have a smaller footprint. You can find out what browser you're using (and useful tweaks) at http://www.whatbrowser.org/en/ The graphical timeline of browsers at wikipedia may be helpful: http://en.wikipedia.org/wiki/Timeline_of_web_browsers#Graphical_Timeline As would the explanation of Gecko and WebKit Edit: To address the edit of the original post "what do they mean", the whatbrowser.org site links to a lengthy comparison of web browsers. While this is not technically related to Gecko vs. WebKit, it is a great way to see how some of the browsers which implement the two engines are. |
||||
|
|
|
Evolution of Gecko.
Evolution of Webkit.
For the sake of completeness I'll also mention Trident, sometimes known as MSHTML, which powers Internet Explorer (since version 4). |
||||
|