Gecko (software)

Gecko
Developer(s) Mozilla Foundation, Mozilla Corporation, Adobe Systems and individual contributors
Repository Edit this at Wikidata
Written in C++, JavaScript and Rust
Type Browser engine
License MPL 2.0[1][2]
Website developer.mozilla.org/en-US/docs/Gecko

Gecko is a browser engine developed by Mozilla. It is used in the Firefox browser, the Thunderbird email client, and many other projects.

Gecko is designed to support open Internet standards, and is used by different applications to display web pages and, in some cases, an application's user interface itself (by rendering XUL). Gecko offers a rich programming API that makes it suitable for a wide variety of roles in Internet-enabled applications, such as web browsers, content presentation, and client/server.[3]

Gecko is written in C++ and JavaScript,[4] and, since 2016, additionally in Rust.[5][6] It is free and open-source software subject to the terms of the Mozilla Public License version 2.[7] Mozilla officially supports its use on Android,[4] Linux, macOS, and Windows.[8]

History

Development of the layout engine now known as Gecko began at Netscape in 1997, following the company's purchase of DigitalStyle. The existing Netscape rendering engine, originally written for Netscape Navigator 1.0 and upgraded through the years, was slow, did not comply well with W3C standards, had limited support for dynamic HTML and lacked features such as incremental reflow (when the layout engine rearranges elements on the screen as new data is downloaded and added to the page). The new layout engine was developed in parallel with the old, with the intention being to integrate it into Netscape Communicator when it was mature and stable. At least one more major revision of Netscape was expected to be released with the old layout engine before the switch.

After the launch of the Mozilla project in early 1998, the new layout engine code was released under an open-source license. Originally unveiled as Raptor, the name had to be changed to NGLayout (next generation layout) due to trademark problems. Netscape later rebranded NGLayout as Gecko. While Mozilla Organization (the forerunner of the Mozilla Foundation) initially continued to use the NGLayout name (Gecko was a Netscape trademark),[9] eventually the Gecko branding won out.

In October 1998, Netscape announced that its next browser would use Gecko (which was still called NGLayout at the time) rather than the old layout engine, requiring large parts of the application to be rewritten. While this decision was popular with web standards advocates, it was largely unpopular with Netscape developers, who were unhappy with the six months given for the rewrite.[10] It also meant that most of the work done for Netscape Communicator 5.0 (including development on the Mariner improvements to the old layout engine) had to be abandoned. Netscape 6, the first Netscape release to incorporate Gecko, was released in November 2000 (the name Netscape 5 was never used).

As Gecko development continued, other applications and embedders began to make use of it. America Online, by this time Netscape's parent company, eventually adopted it for use in CompuServe 7.0 and AOL for Mac OS X (these products had previously embedded Internet Explorer). However, with the exception of a few betas, Gecko was never used in the main Microsoft Windows AOL client.

On July 15, 2003, AOL laid off the remaining Gecko developers and the Mozilla Foundation (formed on the same day) became the main steward of Gecko development. Today, Gecko is developed by employees of the Mozilla Corporation, employees of companies that contribute to the Mozilla project, and volunteers.

Standards support

From the outset, Gecko was designed to support open Internet standards. Some of the standards Gecko supports include:

Gecko also partially supports SVG 1.1.[13] The SVG font, color profile, animation, view, and cursor modules are yet to be implemented and the filter and text modules are only partially implemented. The extensibility module is also implemented but is currently disabled.

In order to support web pages designed for legacy versions of Netscape and Internet Explorer, Gecko supports DOCTYPE switching. Documents with a modern DOCTYPE are rendered in standards compliance mode, which follows the W3C standards strictly. Documents that have no DOCTYPE or an older DOCTYPE are rendered in quirks mode, which emulates some of the non-standard oddities of Netscape Communicator 4.x; however, some of the 4.x features (such as layers) are not supported.

Gecko also has limited support for some non-standard Internet Explorer features, such as the marquee element and the document.all property (though pages explicitly testing for document.all will be told it is not supported).[14]

Usage

Gecko is primarily used in web browsers, the earliest being Netscape 6 and Mozilla Suite (later renamed SeaMonkey). It is also used in other Mozilla web browser derivatives such as Firefox and Firefox for mobile and the implementation of the Internet Explorer-clone that is part of Wine.[15] Mozilla also uses it in their Thunderbird email-client.

Other web browsers using Gecko include Airfox, Waterfox, K-Meleon, Lunascape, Portable Firefox, Conkeror, Classilla, TenFourFox, HP Secure Web Browser, Oxygen and Sylera (for mobile).

Other products using Gecko include Nightingale, Instantbird and Google's picture-organization software Picasa (for Linux).[16]

DevHelp, a GTK+/GNOME browser for API documentation, used Gecko for rendering documents.[17]

Gecko is also used by Sugar for the OLPC XO-1 computer.[18] Gecko is used as a complete implementation of the XUL (XML User Interface Language). Gecko currently defines the XUL specification.

Products that have historically used Gecko include Pale Moon (now currently using Goanna) Songbird, Epiphany (now known as GNOME Web and using WebKitGTK+), Sunbird (calendar), and other web browsers including Swiftfox, Flock, Galeon, Camino, Minimo, Beonex Communicator, Kazehakase, and MicroB.

On Windows and similar platforms, Gecko depends on proprietary compilers.[19] Thus, FOSS distributions of Linux can not include the Gecko package used in the Windows compatibility layer Wine.[20]

After Gecko 2.0, the version number was bumped to 5.0 to match Firefox 5, and from then on has been kept in sync with the major version number for both Firefox and Thunderbird,[21] to reflect the fact that it is no longer a separate component.[22]

Bloat

In the Netscape era, a combination of poor technical and management decisions resulted in Gecko software bloat.[10][23][24] Thus in 2001 Apple chose to fork KHTML, not Gecko, to create the WebKit engine for its Safari browser.[23][24] However, by 2008 Mozilla had addressed some of the bloat problems, resulting in big performance improvements for Gecko.[25]

Future

In October 2016 Mozilla announced Quantum, an ongoing project encompassing several software development efforts to "build the next-generation web engine for Firefox users". It includes numerous improvements to Gecko, taken from the experimental Servo project.[26][27] Firefox 57, also known as "Firefox Quantum", first shipping in November 2017, is the initial version with major components from the Quantum/Servo projects enabled. These include increased performance in the CSS and GPU rendering components. Additional components will be merged from Servo to Gecko incrementally in future versions.[26]

See also

References

  1. https://www.mozilla.org/en-US/about/legal/eula/
  2. "Mozilla Licensing Policies". mozilla.org. Retrieved 2013-03-26.
  3. "Embedding Mozilla". Mozilla.org. 2012-10-25. Retrieved 2012-10-31.
  4. 1 2 "Simple Firefox for Android build". Gecko is implemented using C++ and JavaScript.
  5. https://groups.google.com/forum/m/#!msg/mozilla.dev.platform/Gzwh1IbxvHE/7RlO21I6DwAJ
  6. http://www.infoworld.com/article/3165424/web-browsers/mozilla-binds-firefoxs-fate-to-the-rust-language.html
  7. "MPL 2 Upgrade". Retrieved 2012-08-18.
  8. https://developer.mozilla.org/en-US/docs/Gecko/FAQ
  9. "nglayout project: identity crisis". Mozilla.org. Archived from the original on 2011-06-29. Retrieved 2012-10-31.
  10. 1 2 Jorge O. Castro (2004-06-15). "Ars Technica sits down with Scott Collins from Mozilla.org". Ars Technica. Retrieved 2017-02-16.
  11. "Mozilla CSS support chart". Developer.mozilla.org. 2012-08-04. Retrieved 2012-10-31.
  12. "ECMAScript 5 support in Mozilla". Developer.mozilla.org. 2013-11-14. Retrieved 2013-12-02.
  13. "Mozilla SVG Status". Mozilla.org. 2012-08-25. Retrieved 2012-10-31.
  14. "Mozilla Adds Undetectable document.all Support, Part of New Novell Linux Distribution?". Developer.mozilla.org. 2004-07-23. Retrieved 2018-02-07.
  15. "IE Uses Gecko Under Wine". Wine Wiki. Retrieved 2009-09-14.
  16. "Picasa 3.0 for Linux". Google. Archived from the original on 2009-01-07. Retrieved 2008-12-28.
  17. "Official package devhelp (0.19.1-6 and others) on Debian Lenny". Debian Project. Retrieved 2009-08-12.
  18. Martens, China (2007-01-03). "One Laptop Per Child readies 'Sugar' interface". IDG News Service. Archived from the original on 2008-01-18. Retrieved 2007-12-28.
  19. https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Windows_Prerequisites
  20. http://wiki.jswindle.com/index.php/Fedora#Working_Wine Archived June 11, 2012, at the Wayback Machine.
  21. "Gecko versions and application versions". MDN. Retrieved 2013-11-18.
  22. "Not much in new Thunderbird 5, but roadmap looks promising". Ars Technica. Retrieved 2018-02-07.
  23. 1 2 Paul Festa (2003-01-14). "Apple snub stings Mozilla". CNET Networks. Archived from the original on 2009-09-06. Retrieved 2017-02-16.
  24. 1 2 David Baron (2003-01-09). "Thursday 2003-01-09". David Baron's weblog. self-published. Archived from the original on 2009-09-06. Retrieved 2017-02-16.
  25. Ryan Paul (2008-09-09). "Why Mozilla is committed to Gecko as WebKit popularity grows". Retrieved 2017-02-16.
  26. 1 2 "Quantum". Mozilla Wiki. Retrieved 2017-04-20.
  27. Cimpanu, Catalin. "Mozilla Announces Quantum, a New Browser Engine for Firefox". softpedia. Retrieved 2016-11-07.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.