Komputer & Telekomunikasi    
   
Daftar Isi
(Sebelumnya) MozdevMozilla Application Suite (Berikutnya)

Mozilla

Mozilla is a free software community best known for producing the Firefox web browser. The Mozilla community uses, develops, spreads and supports Mozilla products and works to advance the goals of the Open Web described in the Mozilla Manifesto.[1] The community is supported institutionally by the Mozilla Foundation and its tax-paying subsidiary, the Mozilla Corporation.[2]

In addition to the Firefox browser, Mozilla also produces Firefox Mobile, the Firefox OS mobile operating system, the bug tracking system Bugzilla and a number of other projects.

Contents

History

On February 23, 1998, Netscape Communications Corporation created a project called Mozilla (after the original code name of the Netscape Navigator browser which — according to Pascal Finette — is a portmanteau of "Mosaic Killer") to co-ordinate the development of the Mozilla Application Suite, the open source version of Netscape's internet software, Netscape Communicator.[3][4] Jamie Zawinski says he came up with the name "Mozilla" at a Netscape staff meeting.[5][6] A small group of Netscape employees were tasked with coordination of the new community.

Originally, Mozilla aimed to be a technology provider for companies, such as Netscape, who would commercialize their open source code.[7] When AOL (Netscape's parent company) drastically scaled back its involvement with Mozilla in July 2003, the Mozilla Foundation was launched as the legal steward of the project.[8] Soon after, Mozilla deprecated the Mozilla Suite in favor of creating independent applications for each function, primarily the Firefox web browser and the Thunderbird email client, and moved to supply them direct to the public.[9]

Recently, Mozilla's activities have expanded to include Firefox on mobile platforms (primarily Android),[10] a mobile OS called Firefox OS,[11] a web-based identity system called Mozilla Persona and a marketplace for HTML5 applications.[12]

In a report released in November of 2012, Mozilla reported that their total revenue for 2011 was $163 million, which was up 33% from $123 million in 2010. Mozilla noted that roughly 85% of their revenue comes from their contract with Google.[13]

Software

Firefox

Firefox logo

Firefox is a web browser, and is Mozilla's flagship software product. It is available in both desktop and mobile versions. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.[14] As of July 2012[update], Firefox has approximately 24% of worldwide usage share of web browsers, making it the third most widely used web browser.[15][16][17]

Firefox began as an experimental branch of the Mozilla codebase 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.[18] 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.

Firefox was originally named Phoenix but the name was changed so as to avoid trademark conflicts with Phoenix Technologies. The replacement name, Firebird, provoked an intense response from the Firebird free database software project.[19][20] The current name, Firefox, was chosen on February 9, 2004.[21]

Firefox Mobile

Firefox Mobile (codenamed Fennec) is the build of the Mozilla Firefox web browser for devices such as smartphones and tablet computers.

Firefox Mobile uses the same Gecko layout engine as Mozilla Firefox. For example, version 1.0 used the same engine as Firefox 3.6, and the following release, 4.0, shared core code with Firefox 4.0. Its features include HTML5 support, Firefox Sync, add-ons support and tabbed browsing.[22]

Firefox Mobile is currently only available for Android 2.2 and above devices with an ARMv7 CPU.[23] ARMv6 support is currently available for testing in the Firefox Beta branch.[24] The x86 architecture is not supported.[25] Tristan Nitot, president of Mozilla Europe, has said that it's unlikely that an iPhone or a BlackBerry version will be released, citing Apple's iTunes Store application approval policies (which forbid applications competing with Apple's own, and forbid engines which run downloaded code) and BlackBerry's limited operating system as the reasons.[26]

Firefox OS

Firefox OS (project name: Boot to Gecko also known as B2G) is an open source operating system in development by Mozilla that aims to support HTML5 apps written using "open Web" technologies rather than platform-specific native APIs. The concept behind Firefox OS is that all user-accessible software will be HTML5 applications, that use Open Web APIs to access the phone's hardware directly via JavaScript.[27] It has been demonstrated on Android-compatible smartphones (B2G uses the core of Android as a base).[28]

Thunderbird

Thunderbird is a free, open source, cross-platform email and news client developed by the Mozilla Foundation.

SeaMonkey

SeaMonkey logo

SeaMonkey (formerly the Mozilla Application Suite) is a free and open source cross platform suite of Internet software components including a web browser component, a client for sending and receiving email and USENET newsgroup messages, an HTML editor (Mozilla Composer) and the ChatZilla IRC client.

On March 10, 2005, the Mozilla Foundation announced that it would not release any official versions of Mozilla Application Suite beyond 1.7.x, since it had now focused on the standalone applications Firefox and Thunderbird.[29] SeaMonkey is now maintained by the SeaMonkey Council, which has trademarked the SeaMonkey name with help from the Mozilla Foundation.[30] The Mozilla Foundation provide project hosting for the SeaMonkey developers.

Bugzilla

Bugzilla logo

Bugzilla is a web-based general-purpose bug tracking system, which was released as open source software by Netscape Communications in 1998 along with the rest of the Mozilla codebase, and is currently stewarded by Mozilla. It has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. For instance Bugzilla is used by Mozilla Foundation, NASA, Yahoo!, GNOME, KDE, Red Hat and Novell.[31]

Components

NSS

Network Security Services (NSS) comprises a set of libraries designed to support cross-platform development of security-enabled client and server applications. NSS provides a complete open-source implementation of crypto libraries supporting SSL and S/MIME. NSS is triple-licensed under the Mozilla Public License, the GNU General Public License, and the GNU Lesser General Public License.

AOL, Red Hat, Sun Microsystems/Oracle Corporation, Google and other companies and individual contributors have co-developed NSS and it is used in a wide range of non-Mozilla products including Google Chrome, Evolution, Pidgin, and OpenOffice.org.

SpiderMonkey

SpiderMonkey is the original JavaScript engine developed by Brendan Eich when he invented JavaScript in 1995 as a developer at Netscape. It became part of the Mozilla product family when Mozilla inherited Netscape's code-base in 1998. In 2011, Eich transferred the nominal ownership of the SpiderMonkey code and project to Dave Mandelin.[32]

SpiderMonkey is a cross-platform engine written in C++ which implements ECMAScript, a standard developed from JavaScript.[32][33] It comprises an interpreter, several just-in-time compilers, a decompiler and a garbage collector. Products which embed SpiderMonkey include Firefox, Thunderbird, SeaMonkey, and many non-Mozilla applications.[34]

Rhino

Rhino is an open source JavaScript engine managed by the Mozilla Foundation. It is developed entirely in Java. Rhino converts JavaScript scripts into Java classes. Rhino works in both compiled and interpreted mode.[35]

Gecko

Gecko is a layout engine that supports web pages written using HTML, SVG, and MathML. Gecko is written in C++ and uses NSPR for platform independence. Its source code is licensed under the Mozilla Public License.

Firefox uses Gecko both for rendering web pages and for rendering its user interface. Gecko is also used by Thunderbird, SeaMonkey, and many non-Mozilla applications.

Other activities

Mozilla Persona

Mozilla Persona is a secure, cross-browser website authentication mechanism which allows a user to use a single username and password (or other authentication method) to log in to multiple sites.[36]

Mozilla Marketplace

The Mozilla Marketplace is a marketplace for HTML5 applications. Its current main purpose is to support Firefox OS.

Webmaker

Mozilla Webmaker is a 'web literacy' project. Its goal is to "help millions of people move from using the web to making the web." [37]

Mozilla Developer Network

Mozilla maintains a comprehensive developer documentation website called the Mozilla Developer Network which contains information about web technologies including HTML, CSS, SVG, JavaScript, as well Mozilla-specific information.

In addition, Mozilla publish a large number of videos about both web technologies and the development of Mozilla projects on the Air Mozilla website.[38][39]

Community

The Mozilla Community totals over 40,000 active contributors from across the globe. They include both paid employees and volunteers who work together to try and achieve the goals set forth in the Mozilla Manifesto. Many of the sub-communities in Mozilla have formed around localization efforts for Mozilla Firefox, and the Mozilla web properties.

Local communities

Mozilla spaces, London

There a number of sub-communities that exist based on their geographical locations, where contributors near each other work together on particular activities, such as localization, marketing, PR and user support.

Mozilla Reps

Mozilla Reps logo

The Mozilla Reps program aims to empower and support volunteer Mozillians who want to become official representatives of Mozilla in their region/locale.

The program provides a simple framework and a specific set of tools to help Mozillians to organize and/or attend events, recruit and mentor new contributors, document and share activities, and support their local communities better.

When joining the program, a Mozilla Rep agrees to take on the following responsibilities:

  • represent Mozilla in their country/region
  • promote the Mozilla Project and our mission
  • build on and support existing/future local community efforts and programs
  • inspire, recruit and support new contributors
  • support and mentor future Mozilla Reps
  • document clearly all their activities

Conferences and events

Mozilla Festival

Speakers from the Knight Foundation discuss the future of news at the 2011 Mozilla Festival in London.

The Mozilla Festival is an annual event where hundreds of passionate people explore the Web, learn together and make things that can change the world. With the emphasis on making—the mantra of the Festival is "less yack, more hack." Journalists, coders, filmmakers, designers, educators, gamers, makers, youth and anyone else, from all over the world, are encouraged to attend, with attendees from more than 40 countries, working together at the intersection between freedom, the Web, and that years theme.

The event revolves around design challenges which address key issues based on the chosen theme for that years festival. In previous years the Mozilla Festival has focused on Learning, and Media, with the 2012 festival being based around making. The titles of the festival revolve around the main theme, freedom (as in freedom of speech not free beer), and the Web.

MozCamps

MozCamps are the critical part of the Grow Mozilla initiative which aims to grow the Mozilla Community. These camps aim to bring core contributors from around strategic. They are an intensive multiday summits that include keynote speeches by Mozilla leadership, workshops and breakout sessions (lead by paid and un-paid staff), and fun social outings. All of these activities combine to reward contributors for their hard work, engage them with our new products and initiatives, and align all attendees on Mozilla's mission.

See also

References

  1. ^ "Mozilla Manifesto". Mozilla.org. http://www.mozilla.org/about/manifest o.html. Retrieved 2012-03-21.
  2. ^ "About the Mozilla Corporation". Mozilla Foundation. https://www.mozilla.org/foundation/mo co.html.
  3. ^ "Netscape Announces mozilla.org, a Dedicated Team and Web Site Supporting Development of Free Client Source Code". Netscape. http://web.archive.org/web/2002100408 0737/wp.netscape.com/newsref/pr/newsr elease577.html. Retrieved 2012-08-21.
  4. ^ "Mac vendors ponder Netscape gambit.". Macworld. 1 May 1998. http://www.highbeam.com/doc/1G1-20453 744.html. Retrieved 19 August 2012.
  5. ^ Zawinski, Jamie (1996). "nscp dorm". http://www.jwz.org/gruntle/nscpdorm.h tml. Retrieved October 12, 2007.
  6. ^ Dave Titus with assistance from Andrew Wong. "How was Mozilla born". http://www.davetitus.com/mozilla/.
  7. ^ "Introduction to Mozilla Source Code". Mozilla. http://www-archive.mozilla.org/hackin g/coding-introduction.html. Retrieved 18 August 2012. "However, mozilla.org wants to emphasize that these milestones are being produced for testing purposes only."
  8. ^ "mozilla.org Announces Launch of the Mozilla Foundation to Lead Open-Source Browser Efforts". http://www.mozilla.org/en-US/press/mo zilla-foundation.html. Retrieved 18 August 2012.
  9. ^ Eich, Brendan; David Hyatt (April 2, 2003). "mozilla development roadmap". Mozilla. http://www-archive.mozilla.org/roadma p/roadmap-02-Apr-2003.html. Retrieved August 2, 2009.
  10. ^ "Better Browsing on Your Android Smartphone". AllThingsD. http://allthingsd.com/20120816/better -browsing-on-your-android-smartphone/. Retrieved 18 August 2012.
  11. ^ "Mozilla Releases Test Version of Firefox OS". PC Magazine. http://www.pcmag.com/article2/0,2817, 2407468,00.asp. Retrieved 18 August 2012.
  12. ^ "Mozilla Marketplace is live, lets you run web apps like desktop programs". Engadget. http://www.engadget.com/2012/06/12/mo zilla-marketplace-live-web-apps-like- desktop/. Retrieved 18 August 2012.
  13. ^ November 15 2012. Lardinois, Frederic. "Mozilla Releases Annual Report For 2011: Revenue Up 33% To $163M, Majority From Google." http://techcrunch.com/2012/11/15/mozi lla-releases-annual-report-for-2011-r evenue-up-33-to-163m-majority-from-go ogle/
  14. ^ "Gecko Layout Engine". download-firefox.org. July 17, 2008. Archived from the original on 2010-11-28. http://web.archive.org/web/2010112815 0117/http://download-firefox.org/spre ad-firefox/gecko-layout-engine-and-mo zilla-firefox/. Retrieved May 10, 2012.
  15. ^ "Web Browser Market Share Trends". W3Counter. Awio Web Services LLC. http://www.w3counter.com/trends. Retrieved May 10, 2012.
  16. ^ "Top 5 Browsers". StatCounter Global Stats. StatCounter. http://gs.statcounter.com. Retrieved May 10, 2012.
  17. ^ "Web browsers (Global marketshare)". Clicky. Roxr Software Ltd. http://www.getclicky.com/marketshare/ global/web-browsers/. Retrieved May 10, 2012.
  18. ^ Goodger, Ben (February 6, 2006). "Where Did Firefox Come From?". Inside Firefox. Archived from the original on June 23, 2011. http://web.archive.org/web/2011062303 4401/http://weblogs.mozillazine.org/b en/archives/009698.html. Retrieved January 7, 2012.
  19. ^ "Mozilla browser becomes Firebird". IBPhoenix. Archived from the original on September 14, 2007. http://web.archive.org/web/2007091403 5447/http://www.ibphoenix.com/main.nf s?a=ibphoenix&page=ibp_Mozilla0. Retrieved January 30, 2007.
  20. ^ Festa, Paul (May 6, 2003). "Mozilla's Firebird gets wings clipped". CNET. http://news.cnet.com/2100-1032_3-1000 146.html. Retrieved January 30, 2007.
  21. ^ Festa, Paul (February 9, 2004). "Mozilla holds 'fire' in naming fight". CNET News. http://news.cnet.com/2100-7344-515610 1.html. Retrieved January 24, 2007.
  22. ^ "Mobile features". Mozilla. http://www.mozilla.org/en-US/firefox/ mobile/features/. Retrieved 2012-06-26.
  23. ^ "Mobile System Requirements". https://wiki.mozilla.org/Mobile/Platf orms/Android#System_Requirements.
  24. ^ "Firefox Beta for Android". https://play.google.com/store/apps/de tails?id=org.mozilla.firefox_beta.
  25. ^ "Firefox Mobile supported devices". http://support.mozilla.org/en-US/kb/w ill-firefox-work-my-mobile-device.
  26. ^ "Mozilla rules out Firefox for iPhone and BlackBerry". http://www.mirror.co.uk/news/technolo gy/2009/11/09/mozilla-rules-out-firef ox-for-iphone-and-blackberry-115875-2 1809563/.
  27. ^ "Boot to Gecko Project". Mozilla. 2012-03. http://www.mozilla.org/en-US/b2g/. Retrieved 2012-03-30.
  28. ^ Ginny Maies (2012-02-28). "First Look at Mozilla's Web Platform for Phones: 'Boot to Gecko'". PCWorld. http://www.pcworld.com/article/250879 /first_look_at_mozillas_web_platform_ for_phones_boot_to_gecko.html. Retrieved 2012-03-23.
  29. ^ "Two discontinued browsers". LWN.net. 21 December 2005. https://lwn.net/Articles/165080/. Retrieved 19 August 2012.
  30. ^ Home of KaiRo: SeaMonkey trademarks registered!
  31. ^ "Bugzilla Installation List". http://www.bugzilla.org/installation- list/. Retrieved 18 August 2012.
  32. ^ a b Eich, Brendan (21 June 2011). "New JavaScript Engine Module Owner". BrendanEich.com. http://brendaneich.com/2011/06/new-ja vascript-engine-module-owner/.
  33. ^ "Bug 759422 - Remove use of e4x in account creation". Bugzilla@Mozilla. 2012-08-17. https://bugzilla.mozilla.org/show_bug .cgi?id=759422#c0. Retrieved 2012-08-18.
  34. ^ "SpiderMonkey". Mozilla Developer Network. 2012-08-15. https://developer.mozilla.org/en-US/d ocs/SpiderMonkey. Retrieved 2012-08-18.
  35. ^ "Rhino History". Mozilla Foundation. http://www.mozilla.org/rhino/history. html. Retrieved 2008-03-20.
  36. ^ Persona, Mozilla, https://login.persona.org/
  37. ^ About Mozilla Webmaker, Mozilla, https://webmaker.org/en-US/about/
  38. ^ "Air Mozilla". Mozilla Wiki. https://wiki.mozilla.org/Air_Mozilla.
  39. ^ "Air Mozilla Reboot, Phase I". https://blog.mozilla.org/mrz/2012/04/ 17/air-mozilla-reboot-phase-i/.

External links

(Sebelumnya) MozdevMozilla Application Suite (Berikutnya)