SUPPORT THE WORK

GetWiki

Gecko (software)

ARTICLE SUBJECTS
aesthetics  →
being  →
complexity  →
database  →
enterprise  →
ethics  →
fiction  →
history  →
internet  →
knowledge  →
language  →
licensing  →
linux  →
logic  →
method  →
news  →
perception  →
philosophy  →
policy  →
purpose  →
religion  →
science  →
sociology  →
software  →
truth  →
unix  →
wiki  →
ARTICLE TYPES
essay  →
feed  →
help  →
system  →
wiki  →
ARTICLE ORIGINS
critical  →
discussion  →
forked  →
imported  →
original  →
Gecko (software)
[ temporary import ]
please note:
- the content below is remote from Wikipedia
- it has been imported raw for GetWiki
{{short description|Free HTML layout engine}}







factoids
HTTPS://WWW.MOZILLA.ORG/FOUNDATION/LICENSING.HTML PUBLISHER = MOZILLA.ORG, 2013-03-26, | latest release version = 125developer.mozilla.org/en-US/docs/Glossary/Gecko}}}}Gecko (stylized as É¢ecko) 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.WEB,www.mozilla.org/projects/embedding/, Embedding Mozilla, Mozilla.org, 2012-10-25, 2012-10-31, Gecko is written in C++ and JavaScript,WEB,developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build, Simple Firefox for Android build, Gecko is implemented using C++ and JavaScript., 2017-05-03, 2019-09-29,web.archive.org/web/20190929165146/https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build, dead, JOURNAL, Bergstrom, etal, Lars, Engineering the Servo Web Browser Engine using Rust, Proceedings of the International Conference on Software Engineering, May 2016,raw.githubusercontent.com/larsbergstrom/papers/master/icse16-servo-preprint.pdf,web.archive.org/web/20160529014010/https://raw.githubusercontent.com/larsbergstrom/papers/master/icse16-servo-preprint.pdf, 2016-05-29, live, and, since 2016, additionally in Rust.WEB,groups.google.com/forum/m/#!msg/mozilla.dev.platform/Gzwh1IbxvHE/7RlO21I6DwAJ, Google Groups, groups.google.com, WEB,www.infoworld.com/article/3165424/mozilla-binds-firefoxs-fate-to-the-rust-language.html, Mozilla binds Firefox’s fate to the Rust language, Serdar, Yegulalp, February 3, 2017, InfoWorld, It is free and open-source software subject to the terms of the Mozilla Public License version 2.WEB,wiki.mozilla.org/MPL_Upgrade, MPL 2 Upgrade, 2012-08-18, Mozilla officially supports its use on Android, Linux, macOS, and Windows.WEB,developer.mozilla.org/en-US/docs/Gecko/FAQ, Gecko FAQ, MDN Web Docs, 2017-05-03, 2019-10-08,web.archive.org/web/20191008071852/https://developer.mozilla.org/en-US/docs/Gecko/FAQ, dead,

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),WEB,www.mozilla.org/newlayout/gecko.html, nglayout project: identity crisis, Mozilla.org, 2012-10-31, dead,www.mozilla.org/newlayout/gecko.html," title="web.archive.org/web/20110629154746www.mozilla.org/newlayout/gecko.html,">web.archive.org/web/20110629154746www.mozilla.org/newlayout/gecko.html, 2011-06-29, eventually the Gecko branding won out.{{Citation needed|date=April 2023}}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. 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).{{Citation needed|date=April 2023}}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.{{Citation needed|date=April 2023}}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.{{Citation needed|date=April 2023}}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 included numerous improvements to Gecko, taken from the experimental Servo project.WEB,wiki.mozilla.org/Quantum, Quantum, Mozilla Wiki, 2017-04-20, NEWS,news.softpedia.com/news/mozilla-announces-quantum-a-new-browser-engine-for-firefox-509767.shtml, Mozilla Announces Quantum, a New Browser Engine for Firefox, Cimpanu, Catalin, softpedia, 2016-11-07, 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.In September 2018, Mozilla announced GeckoView, the foundation of Mozilla’s next generation of mobile products based on a software library that makes Gecko reusable for Android, encompassing newer software development efforts to “decouple the engine itself from its user interface, and made it easy to embed in other applications”. Firefox Focus 7.0, shipped in the same month,WEB,techdows.com/2018/09/firefox-focus-7-0-to-use-geckoview-gecko-engine.html, Firefox Focus 7.0 enters beta, Switches to GeckoView (Gecko Engine), 14 September 2018, is the initial version introduced GeckoView, with increased performance in median page loading.WEB,hacks.mozilla.org/2018/09/focus-with-geckoview/, Firefox Focus with GeckoView, September 13, 2018, Mozilla Hacks, September 4, 2019, WEB,support.mozilla.org/kb/whats-new-firefox-focus-android-version-7, What’s new in Firefox Focus for Android (version 7) {{!, Firefox Focus Help|website=support.mozilla.org|language=en-US|access-date=September 4, 2019}} Firefox Reality was also built with GeckoView. In June 2019, Mozilla announced Firefox Preview as an ongoing project that focuses on building an Android web browser with GeckoView.WEB,hacks.mozilla.org/2019/06/geckoview-in-2019/, GeckoView in 2019, June 27, 2019, Mozilla Hacks, September 4, 2019, Firefox for Android 79, also known as “Firefox Daylight”, first shipping in August 2020, is the first stable release of that with major components powered by GeckoView engine.WEB, August 25, 2020, Fast, personalized and private by design on all platforms: introducing a new Firefox for Android experience, Vesta Zare,blog.mozilla.org/blog/2020/08/25/introducing-a-new-firefox-for-android-experience/, September 22, 2020, Mozilla Blog, en-US,

Standards support

{{Update section|date=August 2022}}{{Firefox TOC}}From the outset, Gecko was designed to support open Internet standards. Some of the standards Gecko supports include: Gecko also supports SVG.WEB, Cross Browser Compatibility of SVG (basic support) in Firefox 102,www.lambdatest.com/web-technologies/svg-support-on-firefox-102, 2022-08-21, www.lambdatest.com, en-US,

Legacy IE non-standard support

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).WEB,www.mozillazine.org/talkback.html?article=5063, Mozilla Adds Undetectable document.all Support, Part of New Novell Linux Distribution?, Developer.mozilla.org, 2004-07-23, 2018-02-07,

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.WEB,wiki.winehq.org/Gecko, IE Uses Gecko Under Wine, Wine Wiki, 2009-09-14, Mozilla also uses it in their Thunderbird email-client.Other web browsers using Gecko include GNU IceCat,WEB,www.fsf.org/working-together/gang/gecko, Gecko, sdubois, 24 June 2010, Free Software Foundation, 23 May 2019, Waterfox, K-Meleon, Lunascape, Portable Firefox, Conkeror, Classilla, TenFourFox.Gecko is also used by Sugar for the OLPC XO-1 computer.NEWS,www.infoworld.com/article/07/01/03/Hnsugarinterface_1.html, One Laptop Per Child readies ‘Sugar’ interface, Martens, China, IDG News Service, 2007-01-03, 2007-12-28, dead,www.infoworld.com/article/07/01/03/Hnsugarinterface_1.html," title="web.archive.org/web/20080118115757www.infoworld.com/article/07/01/03/Hnsugarinterface_1.html,">web.archive.org/web/20080118115757www.infoworld.com/article/07/01/03/Hnsugarinterface_1.html, 2008-01-18, Gecko is used as a complete implementation of the XUL (XML User Interface Language). Gecko currently defines the XUL specification.

Past users

Products that formerly used Gecko include Pale Moon (now using Goanna), Epiphany (now known as GNOME Web and using WebKitGTK), and GNOME DevHelp (now using WebKitGTK).Discontinued products that used Gecko include Swiftfox, Flock, Galeon, Camino, Minimo, Beonex Communicator, Kazehakase, Songbird, Sunbird (calendar), MicroB, Nightingale, Instantbird, and Picasa for Linux.WEB,picasa.google.com/linux/download.html#picasa30, Picasa 3.0 for Linux, 2008-12-28, dead,picasa.google.com./linux/download.html," title="web.archive.org/web/20090107022711picasa.google.com./linux/download.html,">web.archive.org/web/20090107022711picasa.google.com./linux/download.html, 2009-01-07,

Proprietary dependency

On Windows and other platforms, Gecko depends on proprietary compilers.WEB, Building Firefox for Windows,firefox-source-docs.mozilla.org/setup/windows_build.html, MDN Web Docs, Thus, FOSS distributions of Linux cannot include the Gecko package used in the Windows compatibility layer Wine.WEB,wiki.jswindle.com/index.php/Fedora#Working_Wine, Fedora - Wine-Wiki, wiki.jswindle.com,wiki.jswindle.com/index.php/Fedora#Working_Wine," title="web.archive.org/web/20120611003752wiki.jswindle.com/index.php/Fedora#Working_Wine,">web.archive.org/web/20120611003752wiki.jswindle.com/index.php/Fedora#Working_Wine, June 11, 2012, 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,WEB, Gecko versions and application versions,developer.mozilla.org/en-US/docs/Mozilla/Gecko/Versions, MDN Web Docs, MDN, 2013-11-18, 2020-10-31,web.archive.org/web/20201031145622/https://developer.mozilla.org/en-US/docs/Mozilla/Gecko/Versions, dead, to reflect the fact that it is no longer a separate component.WEB, Not much in new Thunderbird 5, but roadmap looks promising,arstechnica.com/information-technology/2011/06/not-much-in-new-thunderbird-5-but-roadmap-looks-promising/, Ars Technica, 30 June 2011, 2018-02-07,

Bloat

In the Netscape era, a combination of poor technical and management decisions resulted in Gecko software bloat.WEB,arstechnica.com/information-technology/2004/06/collins-interview/2/, Ars Technica sits down with Scott Collins from Mozilla.org, Jorge O. Castro, Ars Technica, 2004-06-15, 2017-02-16, WEB,dbaron.org/log/2003-01#l20030109,dbaron.org/log/2003-01," title="web.archive.org/web/20090728082253dbaron.org/log/2003-01,">web.archive.org/web/20090728082253dbaron.org/log/2003-01, Thursday 2003-01-09, David Baron’s weblog, David Baron, self-published, 2003-01-09, 2009-07-28, 2017-02-16, dead, Thus in 2001 Apple chose to fork KHTML, not Gecko, to create the WebKit engine for its Safari browser.WEB,news.cnet.com/2100-1023-980492.html,news.cnet.com/2100-1023-980492.html," title="web.archive.org/web/20121025015655news.cnet.com/2100-1023-980492.html,">web.archive.org/web/20121025015655news.cnet.com/2100-1023-980492.html, Apple snub stings Mozilla, Paul Festa, CNET Networks, 2003-01-14, 2012-10-25, 2017-02-16, Paul Festa, dead, However, by 2008 Mozilla had addressed some of the bloat problems, resulting in significant performance improvements for Gecko.WEB,arstechnica.com/information-technology/2008/09/mozilla-committed-to-gecko/, Ryan Paul, Why Mozilla is committed to Gecko as WebKit popularity grows, 2008-09-09, 2017-02-16,

Quantum

Quantum is a Mozilla project encompassing several software development efforts to “build the next-generation web engine for Firefox users”. It includes numerous improvements to Gecko, largely incorporated from the experimental Servo project. Quantum also includes refinements to the user interface and interactions.Firefox 57, released in November 2017, is the initial version with a Servo component enabled. Mozilla dubs this and several planned future releases “Firefox Quantum”.WEB,www.mozilla.org/en-US/firefox/57.0/releasenotes/, Firefox 57.0, See All New Features, Updates and Fixes, Mozilla, 2018-10-30, WEB,blog.mozilla.org/blog/2017/11/14/introducing-firefox-quantum/, Introducing the New Firefox: Firefox Quantum – The Mozilla Blog, The Mozilla Blog, 2018-10-30,

Background

In 2012, Mozilla began the experimental Servo project, which is an engine designed from scratch with the goals of improving concurrency and parallelism while also reducing memory safety vulnerabilities. Servo is written in the Rust programming language, also created by Mozilla, which is designed to generate compiled code with better memory safety, concurrency, and parallelism than compiled C++ code.As of April 2016, Servo needed at least several years of development to become a full-featured browser engine,WEB,github.com/servo/servo/wiki/Remaining-work/0e3b111807c2ed4c11f36d6bd47dda6dfa02d502, Servo remaining work, GitHub, 2017-02-17, hence the decision to start the Quantum project to bring stable portions of Servo into Firefox. Mozilla laid off all Servo developers in August 2020.WEB, Mozilla lays off 250 employees while it refocuses on commercial products,www.zdnet.com/article/mozilla-lays-off-250-employees-while-it-refocuses-on-commercial-products/, 2022-06-14, ZDNet, en,

Components

The Quantum project is composed of several sub-projects.

Azure

The Mozilla Azure project is a stateless low-level graphics abstraction API used in Firefox.WEB,wiki.mozilla.org/Platform/GFX/Moz2D, Platform/GFX/Moz2D - MozillaWiki, The project has several objectives including more accurate Direct2D compatibility, optimized state interoperability, and improved control over performance characteristics and bugs. Azure will provide 2D hardware acceleration on top of 3D graphics backends. Firefox began using Azure instead of Cairo in 2012.WEB,news.softpedia.com/news/Firefox-Now-Uses-the-Azure-Graphics-API-for-Canvas-on-All-Platforms-290671.shtml, Firefox Now Uses the Azure Graphics API for Canvas on All Platforms, Parfeni, Lucian, WEB,www.phoronix.com/scan.php?page=news_item&px=OTcxNQ, Azure Replacing Cairo In Mozilla Firefox - Phoronix, It is written in C++ and used by Servo.WEB,lwn.net/Articles/647969/, Parallel page rendering with Mozilla Servo, Willis, Nathan, 17 June 2015, LWN.net, 27 June 2015, The Azure name is an ode to the early Netscape founder James H. Clark and his earlier work at Silicon Graphics where workstations were often named after colors.WEB,blog.mozilla.org/joe/2011/04/26/introducing-the-azure-project/, Introducing the Azure project - JOEDREW!, 2019-09-22,web.archive.org/web/20160908220007/https://blog.mozilla.org/joe/2011/04/26/introducing-the-azure-project/, 2016-09-08, dead,

References

{{Reflist|30em}}

External links

{{Mozilla projects}}{{Netscape}}{{Web browser engines}}{{Web browsers|desktop}}

- content above as imported from Wikipedia
- "Gecko (software)" does not exist on GetWiki (yet)
- time: 4:09am EDT - Wed, May 22 2024
[ this remote article is provided by Wikipedia ]
LATEST EDITS [ see all ]
GETWIKI 21 MAY 2024
GETWIKI 09 JUL 2019
Eastern Philosophy
History of Philosophy
GETWIKI 09 MAY 2016
GETWIKI 18 OCT 2015
M.R.M. Parrott
Biographies
GETWIKI 20 AUG 2014
CONNECT