Search This Blog

Friday, March 8, 2019

Firefox

From Wikipedia, the free encyclopedia

Mozilla Firefox
Firefox Logo, 2017.svg
Customized Firefox 57 (Quantum) running on Windows 10
Customized Firefox 57 (Quantum) running on Windows 10
Developer(s)
Initial releaseSeptember 23, 2002; 16 years ago
Stable release(s) 
Standard65.0.2 / February 28, 2019
Extended Support Release60.5.2 / February 22, 2019
Preview release(s)
Beta & Developer Edition66.0beta (66.0b13) / January 29, 2019
Nightly67.0a1 / January 28, 2019
Repository
Written inC++, JavaScript, HTML, C, Rust
Operating system
Included withVarious Unix-like operating systems
EnginesGecko, Quantum, SpiderMonkey
Size
  • Linux, IA-32: 58.2 MB
  • Linux, x64: 56.6 MB
  • macOS: 62.2 MB
  • Windows, IA-32: 40.8 MB
  • Windows, x64: 42.7 MB
Standard(s)HTML5, CSS3
Available in90 languages
TypeWeb browser
LicenseMPL 2.0
Websitewww.mozilla.org/firefox/

Mozilla Firefox (or simply Firefox) is a free and open-source web browser developed by The Mozilla Foundation and its subsidiary, Mozilla Corporation. Firefox is available for Windows, macOS, Linux, BSD, illumos and Solaris operating systems. Its sibling, Firefox for Android, is also available. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. An additional version, Firefox for iOS, was released on November 12, 2015. Due to platform restrictions, it uses the WebKit layout engine instead of Gecko, as with all other iOS web browsers.

Firefox was created in 2002 under the codename "Phoenix" by the Mozilla community members who desired a standalone browser, rather than the Mozilla Application Suite bundle. During its beta phase, Firefox proved to be popular with its testers and was praised for its speed, security, and add-ons compared to Microsoft's then-dominant Internet Explorer 6. Firefox was released on November 9, 2004, and challenged Internet Explorer's dominance with 60 million downloads within nine months. Firefox is the spiritual successor of Netscape Navigator, as the Mozilla community was created by Netscape in 1998 before their acquisition by AOL.

Firefox usage grew to a peak of 32% at the end of 2009, with version 3.5 overtaking Internet Explorer 7, although not Internet Explorer as a whole. Usage then declined in competition with Google Chrome. As of January 2019, Firefox has 9.5% usage share as a "desktop" browser, according to StatCounter, making it the second-most popular such web browser; usage across all platforms is lower at 4.66% (and then third-most popular overall). Firefox is still the most popular desktop browser in a few countries including Cuba (even most popular overall at 49.7%) and Eritrea with 72.26% and 83.28% of the market share, respectively. According to Mozilla, in December 2014, there were half a billion Firefox users around the world.

History

The project began as an experimental branch of the Mozilla project by Dave Hyatt, Joe Hewitt, and Blake Ross. They believed the commercial requirements of Netscape's sponsorship and developer-driven feature creep compromised the utility of the Mozilla browser. To combat what they saw as the Mozilla Suite's software bloat, they created a stand-alone browser, with which they intended to replace the Mozilla Suite. On April 3, 2003, the Mozilla Organization announced that they planned to change their focus from the Mozilla Suite to Firefox and Thunderbird. The community-driven SeaMonkey was formed and eventually replaced the Mozilla Application Suite in 2005.

Phoenix 0.1 screenshot on Windows XP
 
The Firefox project has undergone several name changes. It was originally titled Phoenix, which carried the implication of the mythical firebird that rose triumphantly from the ashes of its dead predecessor, in this case from the "ashes" of Netscape Navigator after it had been killed off by Microsoft Internet Explorer in the "First Browser War". Phoenix was renamed due to trademark issues with Phoenix Technologies; the replacement name, Firebird, provoked an intense response from the Firebird database software project. In response, the Mozilla Foundation stated that the browser would always bear the name Mozilla Firebird to avoid confusion. After further pressure, on February 9, 2004, Mozilla Firebird became Mozilla Firefox. The name Firefox was said to be derived from a nickname of the red panda, which became the mascot for the newly named project. For the abbreviation of Firefox, Mozilla prefers Fx or fx, though it is often abbreviated as FF. The Firefox project went through many versions before version 1.0 was released on November 9, 2004.

In 2016, Mozilla announced a project known as Quantum, which sought to improve Firefox's Gecko engine and other components to improve Firefox's performance, modernize its architecture, and transition the browser to a multi-process model. These improvements came in the wake of decreasing market share to Google Chrome, as well as concerns that its performance was lapsing in comparison. Despite its improvements, these changes required existing add-ons for Firefox to be made incompatible with newer versions, in favor of a new extension system that is designed to be similar to Chrome and other recent browsers. Firefox 57, which was released in November 2017, was the first version to contain enhancements from Quantum, and has thus been named Firefox Quantum. A Mozilla executive stated that Quantum was the "biggest update" to the browser since version 1.0.

Features

Features include tabbed browsing, spell checking, incremental search, live bookmarking, Smart Bookmarks, a download manager, private browsing, location-aware browsing (also known as "geolocation") based on a Google service, and an integrated search system, which uses Google by default in most markets. Additionally, Firefox provides an environment for web developers in which they can use built-in tools, such as the Error Console or the DOM Inspector, or extensions, such as Firebug and more recently there has been an integration feature with Pocket. Firefox Hello was an implementation of WebRTC, added in October 2014, which allows users of Firefox and other compatible systems to have a video call, with the extra feature of screen and file sharing by sending a link to each other. Firefox Hello was scheduled to be removed in September 2016.

Functions can be added through add-ons created by third-party developers. Add-ons are primarily coded using an HTML and JavaScript API known as WebExtensions, which is designed to be similar to the Google Chrome and Microsoft Edge extension systems. Firefox previously supported add-ons using the XUL and XPCOM APIs, which allowed them to directly access and manipulate much of the browser's internal functionality. As they are not compatible with its multi-process architecture, XUL add-ons are now deemed Legacy add-ons and are no longer supported on Firefox 57 and newer.

Firefox can have themes added to it, which users can create or download from third parties to change the appearance of the browser. The Firefox add-on website also gives users the ability to add other applications such as games, ad-blockers, screenshot apps, and many other apps.

Standards

The result of the Acid3 test on Firefox 17
 
Firefox implements many web standards, including HTML4 (almost full HTML5), XML, XHTML, MathML, SVG 2 (partial), CSS (with extensions), ECMAScript (JavaScript), DOM, XSLT, XPath, and APNG (Animated PNG) images with alpha transparency. Firefox also implements standards proposals created by the WHATWG such as client-side storage, and canvas element. These standards are implemented through the Gecko layout engine, and SpiderMonkey JavaScript engine. 

Firefox has passed the Acid2 standards-compliance test since version 3.0. Mozilla had originally stated that they did not intend for Firefox to pass the Acid3 test fully because they believed that the SVG fonts part of the test had become outdated and irrelevant, due to WOFF being agreed upon as a standard by all major browser makers. Because the SVG font tests were removed from the Acid3 test in September 2011, Firefox 4 and greater scored 100/100.

Firefox also implements "Safe Browsing", a proprietary protocol from Google used to exchange data related with phishing and malware protection. 

Since version 38 on Windows Vista and newer, Firefox supports the playback of video content protected by HTML5 Encrypted Media Extensions (EME). For security and privacy reasons, EME is implemented within a wrapper of open source code that allows execution of a proprietary DRM module by Adobe Systems—Adobe Primetime Content Decryption Module (CDM). CDM runs within a "sandbox" environment to limit its access to the system, and provide it a randomized device ID to prevent services from uniquely identifying the device for tracking purposes. The DRM module, once it has been downloaded, is enabled and disabled in the same manner as other plug-ins. Since version 47, "Google's Widevine CDM on Windows and Mac OS X so streaming services like Amazon Video can switch from Silverlight to encrypted HTML5 video" is also supported.
Firefox downloads and enables the Adobe Primetime and Google Widevine CDMs by default to give users a smooth experience on sites that require DRM. Each CDM runs in a separate container called a sandbox and you will be notified when a CDM is in use. You can also disable each CDM and opt out of future updates
— Watch DRM content on Firefox
and that it is "an important step on Mozilla's roadmap to remove NPAPI plugin support." Upon the introduction of EME support, builds of Firefox on Windows were also introduced that exclude support for EME.

On the HTML5 web standards test, Firefox 65 scores 520 out of 582 points.

Security

Firefox allowed for a sandbox security model to manage privileges accorded to JavaScript code, but that feature has since been deprecated. It limits scripts from accessing data from other websites based on the same-origin policy. It also provides support for smart cards to web applications, for authentication purposes. It uses TLS to protect communications with web servers using strong cryptography when using the HTTPS protocol. The freely available HTTPS Everywhere add-on enforces HTTPS, even if a regular HTTP URL is entered. Firefox now supports HTTP/2.

The Mozilla Foundation offers a "bug bounty" (US$3,000 to US$7,500 cash reward) to researchers who discover severe security holes in Firefox. Official guidelines for handling security vulnerabilities discourage early disclosure of vulnerabilities so as not to give potential attackers an advantage in creating exploits.

Because Firefox generally has fewer publicly known security vulnerabilities than Internet Explorer, improved security is often cited as a reason to switch from Internet Explorer to Firefox. The Washington Post reported that exploit code for known critical security vulnerabilities in Internet Explorer was available for 284 days in 2006. In comparison, exploit code for known, critical security vulnerabilities in Firefox was available for nine days before Mozilla issued a patch to remedy the problem.

A 2006 Symantec study showed that, although Firefox had surpassed other browsers in the number of vendor-confirmed vulnerabilities that year through September, these vulnerabilities were patched far more quickly than those found in other browsers, with Firefox's vulnerabilities being fixed on average one day after the exploit code was made available, as compared to nine days for Internet Explorer. Symantec later clarified their statement, saying that Firefox still had fewer security vulnerabilities than Internet Explorer, as counted by security researchers.

In 2010 a study of the National Institute of Standards and Technology (NIST), based on data compiled from the National Vulnerability Database (NVD), Firefox was listed as the fifth-most vulnerable desktop software, with Internet Explorer as the eighth, and Google Chrome as the first.

InfoWorld has cited security experts saying that, as Firefox becomes more popular, more vulnerabilities will be found, a claim that Mitchell Baker, president of the Mozilla Foundation, has denied. "There is this idea that market share alone will make you have more vulnerabilities. It is not relational at all," she said.

In October 2009, Microsoft's security engineers acknowledged that Firefox was vulnerable to a security issue found in the 'Windows Presentation Foundation' browser plug-in since February of that year. A .NET Framework 3.5 SP1 Windows Update had silently installed the vulnerable plug-in into Firefox. This vulnerability has since been patched by Microsoft.

As of February 11, 2011, Firefox 3.6 had no known unpatched security vulnerabilities according to Secunia. Internet Explorer 8 had five unpatched security vulnerabilities, the worst being rated "Less Critical" by Secunia. Mozilla claims that all patched vulnerabilities of Mozilla products are publicly listed.

On January 28, 2013, Mozilla was recognized as the most trusted internet company for privacy in 2012. This study was performed by the Ponemon Institute and was a result of a survey from more than 100,000 consumers in the United States. 

In February 2013, plans were announced for Firefox 22 to disable third-party cookies by default. However, the introduction of the feature was then delayed so Mozilla developers could "collect and analyze data on the effect of blocking some third-party cookies." Mozilla also collaborated with Stanford University's "Cookie Clearinghouse" project to develop a blacklist and whitelist of sites that will be used in the filter.

Version 23, released in August 2013, followed the lead of its competitors by blocking iframe, stylesheet, and script resources served from non-HTTPS servers embedded on HTTPS pages by default. Additionally, JavaScript could also no longer be disabled through Firefox's preferences, and JavaScript was automatically re-enabled for users who upgraded to 23 or higher with it disabled. The change was made due to its use across the majority of websites, the potential repercussions on non-experienced users who are unaware of its impact, along with the availability of extensions such as NoScript, which can disable JavaScript in a more controlled fashion. The following release added the ability to disable JavaScript through the developer tools for testing purposes.

In January 2015, TorrentFreak reported that using Firefox when connected to the internet using a VPN can be a serious security issue due to the browser's support for WebRTC.

Beginning with Firefox 44, all extensions must be signed by Mozilla to be used in release and beta versions of Firefox. Firefox 43 blocked unsigned extensions, but allowed enforcement of extension signing to be disabled. All extensions must be submitted to Mozilla Add-ons and be subject to code analysis in order to be signed, although extensions do not have to be listed on the service in order to be signed.

In Firefox versions prior to 7.0, an information bar appears on the browser's first start asking users whether they would like to send performance statistics, or "telemetry", to Mozilla. It is enabled by default in development versions of Firefox, but not in release versions. According to Mozilla's privacy policy, these statistics are stored only in aggregate format, and the only personally identifiable information transmitted is the user's IP address

Until November 2018, Firefox was the last widely used browser not to use a browser sandbox to isolate Web content in each tab from each other and from the rest of the system.

Since version 60 Firefox includes the option to use DNS over HTTPS (DOH). After activating Domain Name System (DNS) over Hypertext Transfer Protocol Secure (HTTPS) the DNS requests are sent encrypted over the HTTPS protocol. To use this feature the user have to set in "about:config" the value for "network.trr" (Trusted Recursive Resolver): The standard in network.trr.mode is 0, that means disabled. 1 activates DoH additionally to - and 2 before the unencrypted DNS. To use DoH solely, the value must be 3. By setting network.trr.uri to URL https://mozilla.cloudflare-dns.com/dns-query special Cloudflare- servers will be activated. Mozilla has a very strong privacy agreement with this serverhoster, that is restricting the incuring data.

Localizations

Firefox is a widely localized web browser. The first official release in November 2004 was available in 24 different languages and for 28 locales, including British English, American English, European Spanish, Argentine Spanish, and Chinese in Traditional Chinese characters and Simplified Chinese characters. As of February 2019, currently supported versions 65.0.1 and 60.5.1esr are available in 89 locales (79 languages).[20]

Platform availability

The desktop version of Firefox is available and supported for Windows, macOS and Linux, while Firefox for Android is available for Android (formerly Firefox for mobile, it also ran on Firefox OS). 

Operating system Latest stable version Support status
Windows 7 and later, Server 2008 R2 and later 65.0.2 (x64) 2015–
60.5.2esr (x64)
65.0.2 (IA-32) 2009–
60.5.2esr (IA-32)
XP SP2 and SP3, Vista,
Server 2003, and Server 2008
52.9.0esr (IA-32) 2004–2018
52.0.2 (IA-32) 2004–2017
2000, XP RTM and SP1 10.0.12esr 2004–2013
12.0[126] 2004–2012
NT 4 (IA-32), 98 and ME 2.0.0.20 2004–2008
95 1.5.0.12 2004–2007
macOS 10.910.14 65.0.2 2013–
60.5.2esr
10.610.8 45.9.0esr 2009–2017
47.0.1 2009–2016
10.5 (IA-32,x64) 10.0.12esr 2007–2013
16.0.2 2007–2012
10.4 (IA-32,PPC)–10.5 (PPC) 3.6.28 2005–2012
10.210.3 2.0.0.20 2004–2008
10.010.1 1.0.8 2004–2006
GNU/Linux desktop 65.0.2 (x64) 2011–
60.5.2esr (x64)
65.0.2 (IA-32) 2004–
60.5.2esr (IA-32)
Legend:
Old version
Older version, still supported
Latest version
Notes
  • In March 2014, the Windows Store app version of Firefox was cancelled, although there is a beta release.
  • SSE2 instruction set support is required for 53.0 and later, IA-32 support only applies to superscalar processors.
Firefox source code may be compiled for various operating systems.

Microsoft Windows

Firefox 1.0 was released for Windows 9x, as well as Windows NT 4.0 and later. Some users reported the 1.x builds were operable (but not instalable) on Windows NT 3.51.

In September 2013, a Metro-style version of Firefox optimized for touchscreen use was introduced on the "Aurora" release channel. However, the project has since been cancelled as of March 2014, with Mozilla citing a lack of user adoption of the beta versions.

Version 43.0 included the first x64 builds, made for Windows 7 and Server 2008 R2. Version 49.0 dropped support for processors without the SSE2 instruction set on Windows. 

In April 2017, users of Firefox 52.0.2 on Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008 who had automatic updates enabled were migrated to Firefox 52 ESR. The support was projected to end for these operating systems with the last release in June 2018.

macOS

The first official release (Firefox version 1.0) supported macOS (then called Mac OS X) on the PowerPC architecture. Mac OS X builds for the IA-32 architecture became available via a universal binary which debuted with Firefox 1.5.0.2 in 2006. 

Starting with version 4.0, Firefox was released for the x64 architecture to which macOS had migrated.

Linux

Since its inception, Firefox for Linux supported the 32-bit memory architecture of the IA-32 instruction set. 64-bit builds were introduced in the 4.0 release. The 46.0 release replaced GTK+ 2.18 with 3.4 as a system requirement on Linux and other systems running X.Org. Starting with 53.0, the 32-bit builds require the SSE2 instruction set.

Firefox for mobile

Firefox for Android, code-named Fennec, is a web browser for smaller non-PC devices, mobile phones, and PDAs. It was originally first released for the Nokia Maemo operating system, specifically the Nokia N900, on January 28, 2010. On March 29, 2011, besides Maemo, Version 4 was added for Android. With the release of mobile version, the browser's version number was bumped from 2 to 4, synchronizing it with all future desktop releases of Firefox because the rendering engines used in both browsers are the same. Version 7 was the last release for Maemo on the N900.

The user interface is completely redesigned and optimized for small screens, the controls are hidden away so that only the web content is shown on screen, and it uses touchscreen interaction methods. It includes the Awesome Bar, tabbed browsing, add-on support, password manager, location-aware browsing, and the ability to synchronize with the user's computer Firefox browser using Firefox Sync.

In April 2013, then-Mozilla CEO Gary Kovacs said that Firefox would not come to iOS as long as Apple required the use of the WebKit layout engine to do so. One reason given by Mozilla was that prior to iOS 8, Apple had supplied third-party browsers with an inferior version of their JavaScript engine which hobbled their performance, making it impossible to match Safari's JavaScript performance on the iOS platform. Apple later opened their "Nitro" JavaScript engine to third-party browsers. In 2015, Mozilla announced it was moving forward with Firefox for iOS, with a preview release made available in New Zealand in September of that year. In November 2016, Firefox released a new iOS app titled Firefox Focus, a private web browser.

Operating system Latest stable version Support status
Android
(including Android-x86)
5.0 and later 65.0.1 (ARMv8-A) 2017–
4.1 and later 65.0.1 (IA-32) 2013–
65.0.1 (ARMv7) 2012–
4.0 55.0.2 (IA-32) 2013–2017
55.0.2 (ARMv7) 2011–2017
3.0–3.2 45.0.2 (ARMv7) 2011–2016
2.3 47.0 (ARMv7) 2011–2016
2.24.3 31.3.0esr (ARMv6) 2012–2015
2.2 31.0 (ARMv7) 2011–2014
2.1 19.0.2 (ARMv6) 2012–2013
19.0.2 (ARMv7) 2011–2013
2.0 6.0.2 (ARMv7) 2011
Firefox OS 2.2 35/36/37 2015
2.1 33/34 2014–2015
2.0 31/32 2014–2015
Maemo 7.0 2010–2011
Legend:
Old version
Older version, still supported
Latest version

  • Firefox for iOS is not listed in this table as its version numbers would be misleading; it uses version numbers that do not correspond to any of the other Firefox versions. Those share a core component, the Gecko rendering engine, and track its version numbers, whereas the version for the iOS operating system uses the operating system's rendering engine (WebKit), rather than Mozilla's (Gecko).

Unofficial ports

Firefox has also been ported to FreeBSD, NetBSD, OpenBSD, OpenIndiana, OS/2, and SkyOS, and an unofficial rebranded version called Timberwolf has been available for AmigaOS 4. An unofficial continuation of the macOS PowerPC release continues as TenFourFox

The Firefox port for OpenBSD is maintained by Landry Breuil since 2010. Firefox is regularly built for the current branch of the operating system, the latest versions are packaged for each -release and remain frozen until the next release. In 2017, Landry began hosting packages of newer Firefox versions for OpenBSD releases from 6.0 onwards, making them available to installations without the ports system.

The Solaris port of Firefox (including OpenSolaris) was maintained by the Oracle Solaris Desktop Beijing Team, until March 2017 when the team was disbanded.

Version history

Besides official releases, Mozilla provides development builds of Firefox in distribution channels named, in order of most to least stable, "Beta", "Developer Edition" (former "Aurora", renamed on November 10, 2014), and "Nightly". Starting from Firefox 54, "Developer Edition" is based on the "Beta" build.

Firefox ESR (Extended Support Release) is a version of Firefox for organizations and other groups that need extended support for mass deployments. Each ESR release, based on the regular version released at the same time, is supported for approximately one year. Unlike the regular ("rapid") releases, ESRs are not updated with new features and performance enhancements every six weeks, but rather are updated with only high-risk-reduction or high-impact security fixes or major stability fixes with point releases, until the end of the ESR cycle.

Licensing

Firefox source code is free software, with most of it being released under the Mozilla Public License (MPL) version 2.0. This license permits anyone to view, modify, or redistribute the source code. As a result, several publicly released applications have been built from it, such as Netscape, Flock, Miro, GNU IceCat, Iceweasel, Songbird, Pale Moon, and Comodo IceDragon

In the past, Firefox was licensed solely under the MPL, then version 1.1, which the Free Software Foundation criticized for being weak copyleft, as the license permitted, in limited ways, proprietary derivative works. Additionally, code only licensed under MPL 1.1 could not legally be linked with code under the GPL. To address these concerns, Mozilla re-licensed most of Firefox under the tri-license scheme of MPL 1.1, GPL 2.0, or LGPL 2.1. Since the re-licensing, developers were free to choose the license under which they received most of the code, to suit their intended use: GPL or LGPL linking and derivative works when one of those licenses is chosen, or MPL use (including the possibility of proprietary derivative works) if they chose the MPL. However, on January 3, 2012, Mozilla released the GPL-compatible MPL 2.0, and with the release of Firefox 13 on June 5, 2012, Mozilla used it to replace the tri-licensing scheme.

The crash reporting service was initially closed-source, but switched with version 3 from a program called Talkback to the open-source Breakpad (and Socorro server).

The name "Mozilla Firefox" is a registered trademark; along with the official Firefox logo, it may only be used under certain terms and conditions. Anyone may redistribute the official binaries in unmodified form and use the Firefox name and branding for such distribution, but restrictions are placed on distributions which modify the underlying source code. The name "Firefox" derives from a nickname of the red panda.

Mozilla has placed the Firefox logo files under open-source licenses, but its trademark guidelines do not allow displaying altered or similar logos in contexts where trademark law applies. 

Logo used for Iceweasel
 
There has been some controversy over the Mozilla Foundation's intentions in stopping certain open source distributions from using the "Firefox" trademark. Open source browsers "enable greater choice and innovation in the market rather than aiming for mass-market domination." Mozilla Foundation Chairperson Mitchell Baker explained in an interview in 2007 that distributions could freely use the Firefox trademark if they did not modify source-code, and that the Mozilla Foundation's only concern was with users getting a consistent experience when they used "Firefox".

To allow distributions of the code without using the official branding, the Firefox build system contains a "branding switch". This switch, often used for alphas ("Auroras") of future Firefox versions, allows the code to be compiled without the official logo and name, and can allow a derivative work unencumbered by restrictions on the Firefox trademark to be produced. In the unbranded build the trademarked logo and name are replaced with a freely distributable generic globe logo and the name of the release series from which the modified version was derived.

Distributing modified versions of Firefox under the "Firefox" name required explicit approval from Mozilla for the changes made to the underlying code, and required the use of all of the official branding. For example, it was not permissible to use the name "Firefox" without also using the official logo. When the Debian project decided to stop using the official Firefox logo in 2006 (because Mozilla's copyright restrictions at the time were incompatible with Debian's guidelines), they were told by a representative of the Mozilla Foundation that this was not acceptable, and were asked either to comply with the published trademark guidelines or cease using the "Firefox" name in their distribution. Ultimately, Debian switched to branding their modified version of Firefox "Iceweasel" (but in 2016 switched back to Firefox), along with other Mozilla software. GNU IceCat is another derived version of Firefox distributed by the GNU Project, which maintains its own separate branding.

Branding and visual identity

Early Firebird and Phoenix releases of Firefox were considered to have reasonable visual designs, but fell short when compared to many other professional software packages. In October 2003, professional interface designer Steven Garrity wrote an article covering everything he considered to be wrong with Mozilla's visual identity.

Shortly afterwards, the Mozilla Foundation invited Garrity to head up the new visual identity team. The release of Firefox 0.8 in February 2004 saw the introduction of the new branding efforts. Included were new icon designs by silverorange, a group of web developers with a long-standing relationship with Mozilla. The final renderings are by Jon Hicks, who had worked on Camino. The logo was later revised and updated, fixing several flaws found when it was enlarged. The animal shown in the logo is a stylized fox, although "firefox" is usually a common name for the red panda. The panda, according to Hicks, "didn't really conjure up the right imagery" and was not widely known.

The Firefox icon is a trademark used to designate the official Mozilla build of the Firefox software and builds of official distribution partners. For this reason software distributors who distribute modified versions of Firefox do not use the icon.

Promotion

Firefox mascot at the FISL 16 (2015), Brazil
 
Firefox was adopted rapidly, with 100 million downloads in its first year of availability. This was followed by a series of aggressive marketing campaigns starting in 2004 with a series of events Blake Ross and Asa Dotzler called "marketing weeks".

Firefox continued to heavily market itself by releasing a marketing portal dubbed "Spread Firefox" (SFX) on September 12, 2004, It debuted along with the Firefox Preview Release, creating a centralized space for the discussion of various marketing techniques. The release of their manifesto stated that "the Mozilla project is a global community of people who believe that openness, innovation and opportunity are key to the continued health of the Internet." A two-page ad in the edition of December 16 of The New York Times, placed by Mozilla Foundation in coordination with Spread Firefox, featured the names of the thousands of people worldwide who contributed to the Mozilla Foundation's fundraising campaign to support the launch of the Firefox 1.0 web browser. SFX portal enhanced the "Get Firefox" button program, giving users "referrer points" as an incentive. The site lists the top 250 referrers. From time to time, the SFX team or SFX members launch marketing events organized at the Spread Firefox website. As a part of the Spread Firefox campaign, there was an attempt to break the world download record with the release of Firefox 3. This resulted in an official certified Guinness world record, with over eight million downloads. In February 2011, Mozilla announced that it would be retiring Spread Firefox (SFX). Three months later, in May 2011, Mozilla officially closed Spread Firefox. Mozilla wrote that "there are currently plans to create a new iteration of this website [Spread Firefox] at a later date."

In celebration of the third anniversary of the founding of the Mozilla Foundation, the "World Firefox Day" campaign was established on July 15, 2006, and ran until September 15, 2006. Participants registered themselves and a friend on the website for nomination to have their names displayed on the Firefox Friends Wall, a digital wall that will be displayed at the headquarters of the Mozilla Foundation. 

The Firefox community has also engaged in the promotion of their web browser. In 2006, some of Firefox's contributors from Oregon State University made a crop circle of the Firefox logo in an oat field near Amity, Oregon, near the intersection of Lafayette Highway and Walnut Hill Road. After Firefox reached 500 million downloads on February 21, 2008, the Firefox community celebrated by visiting Freerice to earn 500 million grains of rice.

Other initiatives included Live Chat, a service Mozilla launched in 2007 that allowed users to seek technical support from volunteers. The service was later retired.

To promote the launch of Firefox Quantum in November 2017, Mozilla partnered with Reggie Watts to produce a series of TV ads and social media content.

Performance

In December 2005, Internet Week ran an article in which many readers reported high memory usage in Firefox 1.5. Mozilla developers said that the higher memory use of Firefox 1.5 was at least partially due to the new fast backwards-and-forwards (FastBack) feature. Other known causes of memory problems were malfunctioning extensions such as Google Toolbar and some older versions of AdBlock, or plug-ins, such as older versions of Adobe Acrobat Reader. When PC Magazine in 2006 compared memory usage of Firefox 2, Opera 9, and Internet Explorer 7, they found that Firefox used approximately as much memory as each of the other two browsers.

Softpedia noted that Firefox 1.5 took longer to start up than other browsers, which was confirmed by further speed tests.

IE 6 launched more swiftly than Firefox 1.5 on Windows XP since many of its components were built into the OS and loaded during system startup. As a workaround for the issue, a preloader application was created that loaded components of Firefox on startup, similar to Internet Explorer. A Windows Vista feature called SuperFetch performs a similar task of preloading Firefox if it is used often enough. 

Tests performed by PC World and Zimbra in 2006 indicated that Firefox 2 used less memory than Internet Explorer 7. Firefox 3 used less memory than Internet Explorer 7, Opera 9.50 Beta, Safari 3.1 Beta, and Firefox 2 in tests performed by Mozilla, CyberNet, and The Browser World. In mid-2009, BetaNews benchmarked Firefox 3.5 and declared that it performed "nearly ten times better on XP than Microsoft Internet Explorer 7".

In January 2010, Lifehacker compared the performance of Firefox 3.5, Firefox 3.6, Google Chrome 4 (stable and Dev versions), Safari 4, and Opera (10.1 stable and 10.5 pre-alpha versions). Lifehacker timed how long browsers took to start and reach a page (both right after boot-up and after running at least once already), timed how long browsers took to load nine tabs at once, tested JavaScript speeds using Mozilla's Dromaeo online suite (which implements Apple's SunSpider and Google's V8 tests) and measured memory usage using Windows 7's process manager. They concluded that Firefox 3.5 and 3.6 were the fifth- and sixth-fastest browsers, respectively, on startup, 3.5 was third- and 3.6 was sixth-fastest to load nine tabs at once, 3.5 was sixth- and 3.6 was fifth-fastest on the JavaScript tests. They also concluded that Firefox 3.6 was the most efficient with memory usage followed by Firefox 3.5.

In February 2012, Tom's Hardware performance tested Chrome 17, Firefox 10, Internet Explorer 9, Opera 11.61, and Safari 5.1.2 on Windows 7. Tom's Hardware summarized their tests into four categories: Performance, Efficiency, Reliability, and Conformance. In the performance category they tested HTML5, Java, JavaScript, DOM, CSS 3, Flash, Silverlight, and WebGL (WebGL 2 is current as of version 51; and Java and Silverlight stop working as of version 52)—they also tested start up time and page load time. The performance tests showed that Firefox was either "acceptable" or "strong" in most categories, winning three categories (HTML5, HTML5 hardware acceleration, and Java) only finishing "weak" in CSS performance. In the efficiency tests, Tom's Hardware tested memory usage and management. In this category, it determined that Firefox was only "acceptable" at performing light memory usage, while it was "strong" at performing heavy memory usage. In the reliability category, Firefox performed a "strong" amount of proper page loads. In the final category, conformance, it was determined that Firefox had "strong" conformance for JavaScript and HTML5. In conclusion, Tom's Hardware determined that Firefox was the best browser for Windows 7 OS, but that it only narrowly beat Google Chrome.

In June 2013, Tom's Hardware again performance tested Firefox 22, Chrome 27, Opera 12, and Internet Explorer 10. They found that Firefox slightly edged out the other browsers in their "performance" index, which examined wait times, JavaScript execution speed, HTML5/CSS3 rendering, and hardware acceleration performance. Firefox also scored the highest on the "non-performance" index, which measured memory efficiency, reliability, security, and standards conformance, finishing substantially ahead of Chrome, the runner-up. Tom's Hardware concluded by declaring Firefox the "sound" winner of the performance benchmarks.

In January 2014, a benchmark testing the memory usage of Firefox 29, Google Chrome 34, and Internet Explorer 11 indicated that Firefox used the least memory when a substantial number of tabs were open.

In benchmark testing in early 2015 on a "high-end" Windows machine, comparing Microsoft Edge, Internet Explorer, Firefox, Chrome, and Opera, Firefox achieved the highest score on three of the seven tests. Four different Javascript performance tests gave conflicting results. Firefox bested the others on the Peacekeeper benchmark, but was behind the Microsoft products when tested with SunSpider. Measured with Mozilla's Kraken, it came second place to Chrome, while on Google's Octane challenge it took third behind Chrome and Opera. Firefox took the lead with WebXPRT, which runs several typical HTML5 and Javascript tasks. Firefox, Chrome, and Opera all achieved the highest possible score on the Oort Online test, measuring WebGL rendering speed (WebGL 2 is now current). In terms of HTML5 compatibility testing, Firefox was ranked in the middle of the group.

A similar set of benchmark tests in 2016 showed Firefox's Javascript performance on Kraken and the newer Jetstream tests trailing slightly behind all other tested browsers except Internet Explorer, which performed relatively poorly. On Octane, Firefox came ahead of IE and Safari, but again slightly behind the rest, including Vivaldi and Microsoft Edge. Edge took overall first place on the Jetstream and Octane benchmarks.

As of the adoption of Firefox 57 and Mozilla's Quantum project entering production browsers in November 2017, Firefox was tested to be faster than Chrome in independent JavaScript tests, and demonstrated to use less memory with many browser tabs opened.

Market adoption

Downloads have continued at an increasing rate since Firefox 1.0 was released on November 9, 2004, and as of 31 July 2009 Firefox had already been downloaded over one billion times. This number does not include downloads using software updates or those from third-party websites. They do not represent a user count, as one download may be installed on many machines, one person may download the software multiple times, or the software may be obtained from a third-party.

In July 2010, IBM asked all employees (about 400,000) to use Firefox as their default browser.

Firefox was the second-most used web browser until November 2011, when Google Chrome surpassed it. According to Mozilla, Firefox has more than 450 million users as of October 2012.

As of April 2018, Firefox was the second-most widely used desktop browser, and that position makes it the fourth-most popular with approximately 11.78% of worldwide usage share of web browsers across all platforms.

Desktop/laptop browser statistics





Google Chrome
70.88%
Mozilla Firefox
9.5%
Internet Explorer
5.74%
Safari
5.15%
Microsoft Edge
4.41%
Others
4.33%
Desktop web browser market share according to StatCounter for January 2019.

Linux Foundation (partial)

From Wikipedia, the free encyclopedia

The Linux Foundation
Linux Foundation logo.png
Predecessor
Formation2000; 19 years ago
Type501(c)(6) organization
PurposeBuild sustainable ecosystems around open source projects to accelerate technology development and commercial adoption.
Location
Membership
1,000+ corporate members
Employees
150
Websitewww.linuxfoundation.org

Jim Zemlin at the opening of the LinuxCon Europe 2014
 
Linus Torvalds at LinuxCon North America 2016
 
The Linux Foundation (LF) is a non-profit technology consortium founded in 2000 as a merger between Open Source Development Labs and the Free Standards Group to standardize Linux, support its growth, and promote its commercial adoption. It also hosts and promotes the collaborative development of open source software projects.

It began in 2000 under the Open Source Development Labs (OSDL) and became the organization it is today when OSDL merged with the Free Standards Group (FSG). The Linux Foundation sponsors the work of Linux creator Linus Torvalds and lead maintainer Greg Kroah-Hartman and is supported by members such as AT&T, Cisco, Fujitsu, Hitachi, Huawei, IBM, Intel, Microsoft, NEC, Oracle, Qualcomm, Samsung, and VMware, as well as developers from around the world. 

In recent years, the Linux Foundation has expanded its services through events, training and certification, and open source projects. Projects hosted at the Linux Foundation include Open Network Automation Platform (ONAP), Hyperledger, Cloud Native Computing Foundation, Cloud Foundry Foundation, Xen Project, and many others.

History

The origins of The Linux Foundation can be traced to 1993 when Patrick D'Cruze started the Linux International email list then known as LI. 

In 1993 at Comdex, Bob Young introduced Mark Bolzern to the LI list and shortly thereafter Bolzern shared his vision and was asked to "make it so" by the members of the list. Bolzern funded LI and its activities until others eventually joined. The vision defined among other things, an entity to deal with traditional public relations on behalf of Linus Torvalds, and to file for TradeMark on behalf of Linus among many other things about to be described. Under Bolzern's direction, LI became a collaboration of Linux related vendors and technologists, heading a single direction that served everyone (the entire Linux movement) according to the original vision. It became clear that Bolzern could not continue to be both CEO of WorkGroup Solutions/LinuxMall AND executive director of Linux International at the same time because of perceived conflict of interest.

In mid 1994 Bolzern and Young recruited Jon "maddog" Hall into the Executive Director position, who in turn filed the Corporate paperwork on behalf of the new Board of Directors while Bolzern also remained on the Board, as well as continued leading trade show and marketing efforts until late 1999. This included many trips for Press Relations and User Groups by Bolzern, or maddog. Bolzern also organized and managed the launch of Linux Pavilions at major trade shows of the time such as UniForum, Comdex, Usenix, and eventually with maddog helping to establish the Atlanta Linux Showcase, then helped Larry Augustin(LI Board Member) and the Silicon Valley Linux user group create the San Francisco Linux Expo. Especially notable in the 94–98 timeframe was an anti-fraud Linux Trademark filing led by LI. Already included in the LI suite of projects by the mid 90s were the Linux Mark Institute, Linux Base Standard, Certification Programs and the Trade Show & Press relationships along with actually being a Vendor association. Here is a page outlining Linux International's membership as of the latter half of the 90s. The list is not presented as alphabetical, but as agreed in order of merit to LI & Linux. Bolzern and maddog continued to provide the bulk of the funding until about 1998, augmented by vendor and individual membership fees. 

As more and more individuals and sponsors joined the LI vision, by 1999 LI had already become a vendor-neutral 501c6 Non-Profit Industry Association for Linux with Linus Torvalds' blessing, while Linus himself focused on development and technical excellence for Linux itself. LI's primary purpose was to be that Industry Marketing Organization that also supported Linux related Certification Programs, along with development of essential Projects and Education. The vision was huge, as large vendors began to come to the party and expected more sophistication. Thus more help was needed even as Bolzern was being distracted because his wife was diagnosed with cancer, and maddog was becoming weary of the load. With everyone's support Augustin took action and suggested another organization be formed to continue. 

In 2000, OSDL was founded after appealing to the Linux International Board of Directors for a number of the fundamental projects that are still part of the Linux Foundation today. OSDL was a non-profit organization supported by a global consortium that aimed to "accelerate the deployment of Linux for enterprise computing" and "to be the recognized center-of-gravity for the Linux industry." while Jon "maddog" Hall then went a different direction with LI.org. 

In 2003, Linus Torvalds, the creator of the freely available Linux kernel, announced he would join the organization as an OSDL Fellow to work full-time on future versions of Linux.

In 2007, OSDL merged with the Free Standards Group, another organization promoting the adoption of Linux. At the time, Jim Zemlin, who headed FSG, took over as executive director of The Linux Foundation where he remains today. 

On September 11, 2011, The Linux Foundation's website was taken down due to a breach discovered 27 days prior, including but limited to all attendant subdomains of The Linux Foundation, such as Linux.com. Major parts including OpenPrinting were still offline on October 20, 2011. The restoration was complete on January 4, 2012 (although one site, the Linux Developer Network, will not be restored).

In March 2014, The Linux Foundation announced it would begin building a MOOC program with nonprofit education platform, edX. The aim of this collaboration was to serve the rapidly growing demand for Linux expertise in a vehicle that was available to "anyone, anywhere in the world, at any time." At this point, their first offering was a basic "Introduction to Linux" course, but the library has since expanded to include Intro to Cloud Infrastructure Technologies, Intro to DevOps, and Intro to OpenStack. 

On November 16, 2016, The Linux Foundation Announced that Microsoft, traditionally seen as a competitor, had joined the organization as a Platinum member. The news was widely recognized as further evidence of an industry-wide embrace of open source software. Scott Guthrie, Executive Vice President of the Microsoft Cloud and Enterprise Group explained that the company was "excited to join The Linux Foundation and partner with the community to help developers capitalize on the shift to intelligent cloud and mobile experiences."

The Linux Foundation has brought a number of notable changes in the open source industry in 2017. At the inaugural Open Source Summit in Los Angeles, a collection of Open Source Guides for the Enterprise, created in partnership with TODO Group and open source managers/executives, were announced to provide further transparency to new open source projects looking to solidify their stance, strategy, and staying power. The event was also a platform to announce the foundation's CHAOSS Project (to build a platform for analyzing open source projects.) Despite a rivalry in the rideshare market, Uber and Lyft displayed unity in announcing two new projects under the Cloud Native Computing Foundation (CNCF) umbrella at Open Source Summit. 

On January 23, 2018, The Linux Foundation announced that six of its open source networking projects (ONAP, OPNFV, OpenDaylight, FD.io, PNDA, & SNAS) would be united under one umbrella project called the LF Networking Fund (LFN). Arpit Joshipura, formerly the Director of Networking and Orchestration at the foundation became the Executive Director of LFN, while Heather Kirksey (formerly director of OPNFV,) became The Linux Foundation's VP of NFV. Participation in LFN is voluntary for the networking projects and is free to decide whether or not to join the fund. Each projects continues to maintain its technical independence.

Goals

The Linux Foundation is dedicated to building sustainable ecosystems around open source projects to accelerate technology development and commercial adoption. It is the home of Linux creator Linus Torvalds and lead maintainer Greg Kroah-Hartman, and provides a neutral home where Linux kernel development can be protected and accelerated for years to come. 

It also fosters innovation by hosting collaborative events among the Linux technical community, software developers, industry, and end users to solve pressing issues facing Linux and open source. 

The Linux Foundation supports the Linux community by offering technical information and education through its annual events, such as Open Source Leadership Summit, Linux Kernel Developers Summit, and Open Source Summit (formerly known as LinuxCon, inaugurated in September 2009). A developer travel fund is available.

Initiatives

Community Data License Agreement (CDLA)

Introduced in October 2017, the Community Data License Agreement (CDLA) is a legal framework for sharing data. There are two initial CDLA licenses:
  • The CDLA-Sharing license was designed to embody the principles of copyleft in a data license. It puts terms in place to ensure that downstream recipients can use and modify that data, and are also required to share their changes to the data.
  • The CDLA-Permissive agreement is similar to permissive open source licenses in that the publisher of data allows anyone to use, modify and do what they want with the data with no obligations to share changes or modifications.

Linux.com

On March 3, 2009, the Linux Foundation announced that they would take over management of Linux.com from its previous owners, SourceForge, Inc

The site was relaunched on May 13, 2009, shifting away from its previous incarnation as a news site to become a central source for Linux tutorials, information, software, documentation and answers across the server, desktop/netbook, mobile, and embedded areas. It also includes a directory of Linux software and hardware. 

Much like Linux itself, Linux.com plans to rely on the community to create and drive the content and conversation.

Training and Certification

The Linux Foundation Training Program features instructors and content straight from the leaders of the Linux developer and open source communities. 

Participants receive Linux training that is vendor-neutral, technically advanced, and created with the actual leaders of the Linux development community themselves. The Linux Foundation Linux training courses, both online and in-person (at events and corporate onsite,) give attendees the broad, foundational knowledge and networking needed to thrive in their careers. 

In March 2014, The Linux Foundation and edX partnered to offer a free massive open online class titled Introduction to Linux. This was the first in a series of ongoing free offerings from both organizations whose current catalogue of MOOCs include Intro to Devops, Intro to Cloud Foundry and Cloud Native Software Architecture, Intro to Apache Hadoop, Intro to Cloud Infrastructure Technologies, and Intro to OpenStack.

In December 2015, The Linux Foundation introduced a self-paced course designed to help prepare administrators for the OpenStack Foundation's Certified OpenStack Administrator exam.

As part of a partnership with Microsoft, it was announced in December 2015 that the Linux on Azure certification would be awarded to individuals who pass both the Microsoft Exam 70-533 (Implementing Microsoft Azure Infrastructure Solutions) and the Linux Foundation Certified System Administrator (LFCS) exam.

In early 2017 at the annual Open Source Leadership Summit, it was announced that The Linux Foundation would begin offering an Inclusive Speaker Orientation course in partnership with the National Center for Women & Information Technology. The free course is designed to give participants "practical skills to promote inclusivity in their presentations."

Patent Commons Project

The patent commons consists of all patented software which has been made available to the open source community. For software to be considered to be in the commons the patent owner must guarantee that developers will not be sued for infringement, though there may be some restrictions on the use of the patented code. The concept was first given substance by Red Hat in 2001 when it published its Patent Promise.

The Patent Commons Project was launched on November 15, 2005 by the Open Source Development Labs (OSDL). The core of the project is an online patent commons reference library aggregating and documenting information about patent-related pledges and other legal solutions directed at the open-source software community. As of 2015 the project listed 53 patents.

Linux Foundation Projects

Linux Foundation Projects (originally "Collaborative Projects") are independently funded software projects that harness the power of collaborative development to fuel innovation across industries and ecosystems. More than 500 companies and thousands of developers from around the world contribute to these open source software projects. 

As of September 2015, the total lines of source code present in Linux Foundation's Collaborative Projects are 115,013,302. The estimated, total amount of effort required to retrace the steps of collaborative development for these projects is 41,192.25 person years. In other words, it would take 1,356 developers 30 years to recreate the code bases. At that time, the total economic value of development costs of Linux Foundation Collaborative Projects was estimated at $5 billion. Through continued investment in open source projects and growth in the number of projects hosted, this number rose to $15.6 billion by September 2017. 

Political psychology

From Wikipedia, the free encyclopedia ...