Modules/Core: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (moved Modules:Core to Modules/Core: Add hierarchy navigation)
(Replaced content with "[https://firefox-source-docs.mozilla.org/mots/index.html Modules for "Core" are now tracked on firefox-source-docs.]")
 
(603 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
{{Module
[https://firefox-source-docs.mozilla.org/mots/index.html Modules for "Core" are now tracked on firefox-source-docs.]
|name=Accessibility
|description=Support for platform accessibility APIs. Accessibility APIs are used by 3rd party software like screen readers, screen magnifiers, and voice dictation software, which need information about document content and UI controls, as well as important events like changes of focus.
|owner=[mailto:surkov.alexander@gmail.com Alexander Surkov]
|peers=[mailto:dbolter@mozilla.com David Bolter], [mailto:ginn.chen@sun.com Ginn Chen], [mailto:marco.zehe@googlemail.com Marco Zehe]
|group=dev.accessibility
|source_dirs=accessibility/
|url=http://www.mozilla.org/access/
}}
 
{{Module
|name=Build and Release Tools
|description=Tools related to build and release automation and configuration of release builds.
|owner=[mailto:nrthomas@gmail.com Nick Thomas]
|peers=[mailto:bhearsum@mozilla.com Ben Hearsum], [mailto:ccooper@deadsquid.com Chris Cooper], [mailto:cmp@mozilla.org Chase Phillips], [mailto:mozpreed@sigkill.com John Paul Reed], [mailto:robert@roberthelmer.com Robert Helmer]
|group=dev.builds
|source_dirs=tools/botrunner.py, tools/build-environment/, tools/build/, tools/buildbot-configs/, tools/buildbot/, tools/buildbotcustom/, tools/l10n/, tools/MozBuild/, tools/patcher-configs/, tools/patcher/, tools/release/, tools/tinderbox-configs/, tools/tinderbox/, tools/update-packaging/
|url=
}}
 
{{Module
|name=Build Config
|description=The build system for Gecko and several mozilla.org hosted Gecko-based applications.
|owner=[mailto:ted.mielczarek@gmail.com Ted Mielczarek]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg], [mailto:mark@moxienet.com Mark Mentovai], [mailto:me@kylehuey.com Kyle Huey], [mailto:mitchell.field@live.com.au Mitchell Field], [mailto:wtc@google.com Wan-Teh Chang]
|group=dev.builds
|source_dirs=build/, config/, tools/cross-commit, tools/cvs2hg-import.py, tools/cvsmgmt/, tools/elf-dynstr-gc/, tools/relic/, tools/trees.pl,
|url=http://www.mozilla.org/build/
}}
 
{{Module
|name=Code Analysis and Debugging Tools
|description=Tools for debugging Mozilla code or for analyzing speed, memory use, and other characteristics of it.
|owner=[mailto:dbaron@dbaron.org David Baron]
|peers=
|group=dev.performance
|source_dirs=tools/codesighs/, tools/debug/, tools/dreftool/, tools/dumpdeps/, tools/footprint/, tools/jprof/, tools/leaky/, tools/memory/, tools/module-deps/, tools/performance/, tools/post_compile/, tools/preloader/, tools/rb/, tools/reorder/, tools/trace-malloc/, tools/uuiddeps/,
|url=
}}
 
{{Module
|name=Cookies and Permissions
|description=
|owner=[mailto:dwitte@mozilla.com Dan Witte]
|peers=[mailto:cbiesinger@gmail.com Christian Biesinger], [mailto:mconnor@steelgryphon.com Mike Connor], [mailto:sdwilsh@shawnwilsher.com Shawn Wilsher]
|group=dev.tech.network
|source_dirs=extensions/cookie/, netwerk/cookie/
|url=
}}
 
{{Module
|name=docshell
|description=
|owner=[mailto:benjamin@smedbergs.us Benjamin Smedberg]
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:cbiesinger@gmail.com Christian Biesinger], [mailto:darin@meer.net Darin Fisher], [mailto:jst@mozilla.org Jonny Stenback]
|group=dev.tech.layout
|source_dirs=docshell/, uriloader/, webshell/
|url=
}}
 
{{Module
|name=Document Object Model
|description=
|owner=[mailto:jst@mozilla.org Jonny Stenback], [mailto:peterv@propagandism.org Peter Van der Beken]
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:jonas@sicking.cc Jonas Sicking], [mailto:Olli.Pettay@helsinki.fi Olli Pettay]
|group=dev.tech.dom
|source_dirs=content/base/, content/events/, content/html/content/, content/html/document/, dom/%, dom/base/, dom/interfaces/, dom/locales/, dom/public/, dom/src/, dom/tests/
|url=http://developer.mozilla.org/en/docs/DOM
}}
 
{{Module
|name=Embedding
|description=
|owner=[mailto:benjamin@smedbergs.us Benjamin Smedberg]
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:darin@meer.net Darin Fisher], [mailto:jst@mozilla.org Jonny Stenback]
|group=dev.embedding
|source_dirs=embedding/
|url=
}}
 
{{Module
|name=Find As You Type
|description=Find As You Type (formerly called Type Ahead Find) is a feature that allows quick web page navigation when you type a succession of characters in the body of the displayed page (not in an edit box of or drop down list). Currently seeks new owner.
|owner=
|peers=
|group=dev.accessibility
|source_dirs=extensions/typeaheadfind/
|url=http://www.mozilla.org/access/type-ahead/
}}
 
{{Module
|name=Global Key Bindings
|description=Global hot keys in Mozilla for the browser, editor, mail-news and widgets. Does not include underlined menu accelerators and the like, as those are part of i18n.
|owner=[mailto:aaronleventhal@moonset.net Aaron Leventhal]
|peers=[mailto:neil@parkwaycc.co.uk Neil Rashbrook]
|group=dev.accessibility
|source_dirs=content/xbl/builtin/
|url=http://www.mozilla.org/projects/ui/accessibility/mozkeyintro.html
}}
 
{{Module
|name=Graphics
|description=Thebes graphics API
|owner=[mailto:vladimir@pobox.com Vladimir Vukicevic]
|peers=[mailto:pavlov@pavlov.net Stuart Parmenter], [mailto:roc+@cs.cmu.edu Robert O'Callahan]
|group=dev.tech.gfx
|source_dirs=gfx/%, gfx/cairo/, gfx/public/, gfx/src/%, gfx/src/gtk/, gfx/src/mac/, gfx/src/shared/, gfx/src/thebes/, gfx/src/windows/, gfx/thebes/, modules/lcms/
|url=http://wiki.mozilla.org/FutureGfxWhiteboard http://wiki.mozilla.org/Mozilla2:GFXEvolution
}}
 
{{Module
|name=GTK Embedding Widget
|description=Gtk Widget for embedding Mozilla into Gtk applications
|owner=[mailto:marco@gnome.org Marco Pesenti Gritti]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg], [mailto:dougt@meer.net Doug Turner]
|group=dev.embedding
|source_dirs=
|url=
}}
 
{{Module
|name=HTML Parser
|description=
|owner=[mailto:mrbkap@gmail.com Blake Kaplan]
|peers=[mailto:dbaron@dbaron.org David Baron], [mailto:jst@mozilla.org Jonny Stenback], [mailto:peterv@propagandism.org Peter Van der Beken], [mailto:rbs@maths.uq.edu.au rbs@maths.uq.edu.au]
|group=dev.tech.dom
|source_dirs=parser/htmlparser
|url=http://www.mozilla.org/newlayout/doc/parser.html
}}
 
{{Module
|name=I18N Library
|description=
|owner=[mailto:jshin1987@gmail.com Jungshik Shin], [mailto:smontagu@smontagu.org Simon Montagu]
|peers=
|group=dev.i18n
|source_dirs=intl/
|url=http://mozilla.org/projects/intl/index.html
}}
 
{{Module
|name=ImageLib
|description=
|owner=[mailto:jdrew@mozilla.com Joe Drew]
|peers=[mailto:bobbyholley@gmail.com Bobby Holley]
|group=dev.tech.gfx
|source_dirs=jpeg/, modules/libimg/png/, modules/libpr0n/, modules/zlib/
|url=
}}
 
{{Module
|name=Java APIs for DOM
|description=APIs for Java access to the Document Object Model
|owner=[mailto:ashuk@eng.sun.com Ashutosh Kulkarni]
|peers=
|group=dev.tech.dom,dev.tech.java
|source_dirs=java/dom/
|url=http://www.mozilla.org/projects/blackwood/dom/
}}
 
{{Module
|name=Java APIs to WebShell
|description=
|owner=[mailto:edburns@acm.org Ed Burns]
|peers=[mailto:ashuk@eng.sun.com Ashutosh Kulkarni]
|group=dev.tech.java,dev.embedding
|source_dirs=java/webclient/
|url=http://www.mozilla.org/projects/blackwood/webclient/
}}
 
{{Module
|name=Java Stubs
|description=OJI
|owner=[mailto:alfred.peng@sun.com Alfred Peng]
|peers=[mailto:Xiaobin.Lu@eng.Sun.com Xiaobin Lu]
|group=dev.tech.java
|source_dirs=modules/oji/, nav-java/, sun-java/
|url=http://www.mozilla.org/oji/
}}
 
{{Module
|name=Java to XPCOM Bridge
|description=
|owner=[mailto:pedemont@us.ibm.com Javier Pedemont]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg]
|group=dev.tech.xpcom,dev.tech.java
|source_dirs=extensions/java
|url=http://www.mozilla.org/projects/blackwood/connect/
}}
 
{{Module
|name=Java Utility Classes
|description=assert, debug, utilities, etc.
|owner=[mailto:edburns@acm.org Ed Burns]
|peers=[mailto:ashuk@eng.sun.com Ashutosh Kulkarni]
|group=dev.tech.java
|source_dirs=java/util/
|url=http://www.mozilla.org/projects/blackwood/java-util/
}}
 
{{Module
|name=Java-Implemented Plugins
|description=Infrastructure for writing MIME content-handlers
in Java.
|owner=[mailto:idk@eng.sun.com Igor Kushnirskiy]
|peers=
|group=dev.tech.java
|source_dirs=java/plugins/
|url=http://www.mozilla.org/projects/blackwood/java-plugins/
}}
 
{{Module
|name=JavaScript
|description=JavaScript Engine in C (SpiderMonkey)
|owner=[mailto:brendan@mozilla.org Brendan Eich]
|peers=[mailto:crowder@fiverocks.com Brian Crowder], [mailto:graydon@mozilla.com Graydon Hoare], [mailto:igor@mir2.org Igor Bukanov], [mailto:jorendorff@mozilla.com Jason Orendorff], [mailto:jwalden@mit.edu Jeff Walden], [mailto:lwagner@mozilla.com Luke Wagner], [mailto:mrbkap@gmail.com Blake Kaplan], [mailto:shaver@mozilla.org Mike Shaver]
|group=dev.tech.js-engine
|source_dirs=js/src/%, js/src/config/, js/src/editline/, js/src/fdlibm/
|url=http://www.mozilla.org/js/spidermonkey,
http://developer.mozilla.org/en/docs/About_JavaScript
}}
 
{{Module
|name=JavaScript Debugger Backend
|description=JavaScript debugging hooks
|owner=[mailto:timeless@mozdev.org Josh 'timeless' Soref]
|peers=[mailto:brendan@mozilla.org Brendan Eich], [mailto:rginda@hacksrus.com Rob Ginda]
|group=dev.apps.js-debugger
|source_dirs=js/jsd/
|url=http://www.mozilla.org/js/jsd
}}
 
{{Module
|name=js-ctypes
|description=A foreign function interface which allows privileged JS code to interact with binary code without using XPCOM/XPConnect.
|owner=[mailto:dwitte@mozilla.com Dan Witte]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg], [mailto:jorendorff@mozilla.com Jason Orendorff]
|group=dev.tech.js-engine
|source_dirs=js/src/ctypes/
|url=https://wiki.mozilla.org/JSctypes
}}
 
{{Module
|name=js-tests
|description=JavaScript test suite
|owner=[mailto:bclary@bclary.com Bob Clary]
|peers=
|group=dev.tech.js-engine
|source_dirs=js/tests/
|url=http://www.mozilla.org/js/tests/library.html
}}
 
{{Module
|name=Layout Engine
|description=rendering tree construction, layout (reflow), painting, etc.
|owner=[mailto:roc+@cs.cmu.edu Robert O'Callahan]
|peers=[mailto:bmlk@gmx.de Bernd Mielke], [mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:dbaron@dbaron.org David Baron], [mailto:smontagu@smontagu.org Simon Montagu]
|group=dev.tech.layout
|source_dirs=layout/%, layout/base/, layout/build/, layout/doc/, layout/forms/, layout/generic/, layout/html/, layout/macbuild/, layout/printing/, layout/tables/, layout/tools/
|url=http://mozilla.org/newlayout/doc/ ,
http://lxr.mozilla.org/mozilla/source/layout/doc/
}}
 
{{Module
|name=libjar
|description=The JAR handling code (protocol handler, stream implementation, and zipreader/zipwriter).
|owner=[mailto:tglek@mozilla.com Taras Glek]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg]
|group=dev.tech.network
|source_dirs=modules/libjar
|url=
}}
 
{{Module
|name=LiveConnect
|description=JavaScript/Java bridge
|owner=[mailto:alfred.peng@sun.com Alfred Peng]
|peers=[mailto:brendan@mozilla.org Brendan Eich], [mailto:shaver@mozilla.org Mike Shaver]
|group=dev.tech.js-engine,dev.tech.java
|source_dirs=js/src/liveconnect/
|url=http://www.mozilla.org/js/liveconnect/
}}
 
}}
 
{{Module
|name=MathML
|description=MathML is a low-level specification for describing mathematics which provides a foundation for the inclusion of mathematical expressions in Web pages.
|owner=[mailto:karlt+@karlt.net Karl Tomlinson]
|peers=[mailto:roc+@cs.cmu.edu Robert O'Callahan]
|group=dev.tech.mathml
|source_dirs=layout/mathml/
|url=http://www.mozilla.org/projects/mathml/
}}
 
{{Module
|name=mozilla-toplevel
|description=The top level directory for the mozilla tree.
|owner=[mailto:brendan@mozilla.org Brendan Eich]
|peers=
|group=
|source_dirs=tools/README
|url=
}}
 
{{Module
|name=NetLib
|description=The Mozilla Networking Library
|owner=[mailto:cbiesinger@gmail.com Christian Biesinger]
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:darin@meer.net Darin Fisher], [mailto:jduell@mozilla.com Jason Duell]
|group=dev.tech.network
|source_dirs=netwerk/%, netwerk/base/, netwerk/build/, netwerk/cache/, netwerk/dns/, netwerk/locales/, netwerk/mime/, netwerk/protocol/, netwerk/resources/, netwerk/socket/, netwerk/streamconv/, netwerk/system/, netwerk/test/, netwerk/testserver/
|url=http://www.mozilla.org/projects/netlib/
}}
 
{{Module
|name=NSPR
|description=Netscape Portable Runtime
|owner=[mailto:nelson@bolyard.com Nelson Bolyard], [mailto:wtc@google.com Wan-Teh Chang]
|peers=[mailto:ted.mielczarek@gmail.com Ted Mielczarek]
|group=dev.tech.nspr
|source_dirs=nsprpub/
|url=http://www.mozilla.org/projects/nspr/
http://www.mozilla.org/projects/nspr/reference/html/
http://www.mozilla.org/projects/nspr/release-notes/
}}
 
{{Module
|name=Plugins
|description=
|owner=[mailto:joshmoz@gmail.com Josh Aas]
|peers=[mailto:jst@mozilla.org Jonny Stenback]
|group=
|source_dirs=dom/plugins/, modules/plugin/
|url=https://wiki.mozilla.org/Plugins
}}
 
{{Module
|name=Preferences
|description=Preference library
|owner=[mailto:dwitte@mozilla.com Dan Witte]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg]
|group=dev.platform
|source_dirs=modules/libpref/
|url=
}}
 
{{Module
|name=Privilege Manager
|description="caps"
|owner=
|peers=[mailto:brendan@mozilla.org Brendan Eich], [mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:dveditz@cruzio.com Dan Veditz], [mailto:jst@mozilla.org Jonny Stenback]
|group=dev.tech.dom
|source_dirs=caps/
|url=http://www.mozilla.org/projects/security/components/index.html
}}
 
{{Module
|name=PyXPCOM
|description=The Python to XPCOM bridge.
|owner=[mailto:toddw@activestate.com Todd Whiteman]
|peers=[mailto:mhammond@skippinet.com.au Mark Hammond]
|group=
|source_dirs=extension/python
|url=https://developer.mozilla.org/en/PyXPCOM
}}
 
{{Module
|name=Qt-based gfx and widget
|description=Qt-based rendering and widget code
|owner=[mailto:romaxa@gmail.com Oleg Romashin]
|peers=
|group=dev.tech.widget,dev.tech.gfx
|source_dirs=widget/src/qt/
|url=
}}
 
{{Module
|name=RDF
|description=
|owner=[mailto:axel@pike.org Axel Hecht]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg]
|group=dev.tech.rdf
|source_dirs=rdf/
|url=http://www.mozilla.org/rdf/doc/
}}
 
{{Module
|name=Registry
|description=
|owner=[mailto:dveditz@cruzio.com Dan Veditz]
|peers=[mailto:dougt@meer.net Doug Turner]
|group=dev.tech.xpcom
|source_dirs=modules/libreg/
|url=
}}
 
{{Module
|name=security
|description=Crypto/PKI code, including NSS (Network Security Services) and JSS (NSS for Java)
|owner=[mailto:nelson@bolyard.com Nelson Bolyard], [mailto:rrelyea@redhat.com Bob Relyea], [mailto:wtc@google.com Wan-Teh Chang]
|peers=[mailto:alexei.volkov.bugs@sun.com Alexei Volkov], [mailto:christophe.ravel.bugs@sun.com Christophe Ravel], [mailto:emaldona@redhat.com Elio Maldonado], [mailto:glen.beasley@sun.com Glen Beasley], [mailto:julien.pierre.boogz@sun.com Julien Pierre], [mailto:kaie@kuix.de Kai Engert]
|group=dev.tech.crypto
|source_dirs=dbm/, security/coreconf/, security/dbm/, security/jss/, security/nss/, security/tinderbox/, security/tinderlight/
|url=http://mozilla.org/projects/security/pki/
}}
 
{{Module
|name=Security - Mozilla PSM Glue
|description=Personal Security Manager
|owner=[mailto:kaie@kuix.de Kai Engert]
|peers=[mailto:honzab.moz@firemni.cz Honza Bambas], [mailto:rrelyea@redhat.com Bob Relyea], [mailto:wtc@google.com Wan-Teh Chang]
|group=dev.tech.crypto
|source_dirs=security/manager/
|url=
}}
 
{{Module
|name=storage
|description=Storage APIs with a SQLite backend
|owner=[mailto:sdwilsh@shawnwilsher.com Shawn Wilsher]
|peers=[mailto:bugmail@asutherland.org Andrew Sutherland]
|group=dev.platform
|source_dirs=db/sqlite3/, storage/
|url=http://developer.mozilla.org/en/docs/Storage
}}
 
{{Module
|name=String
|description=
|owner=[mailto:dbaron@dbaron.org David Baron]
|peers=[mailto:darin@meer.net Darin Fisher]
|group=dev.tech.xpcom
|source_dirs=string/, xpcom/string/
|url=http://mozilla.org/projects/xpcom/string-guide.html
}}
 
{{Module
|name=Style System
|description=CSS style sheet handling; style data computation
|owner=[mailto:dbaron@dbaron.org David Baron]
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:daniel@glazman.org Daniel Glazman], [mailto:hyatt@mozilla.org Dave Hyatt]
|group=dev.tech.layout
|source_dirs=layout/style/
|url=http://mozilla.org/newlayout/doc/
}}
 
{{Module
|name=SVG
|description=Scalable Vector Graphics
|owner=[mailto:jwatt@jwatt.org Jonathan Watt]
|peers=[mailto:longsonr@gmail.com Robert Longson], [mailto:roc+@cs.cmu.edu Robert O'Callahan]
|group=dev.tech.svg
|source_dirs=content/svg/, layout/svg/
|url=http://www.mozilla.org/projects/svg/
}}
 
{{Module
|name=Tamarin
|description=VM for ActionScript and JavaScript
|owner=[mailto:edwsmith@adobe.com Edwin Smith], [mailto:jodyer@adobe.com Jeff Dyer]
|peers=[mailto:brendan@mozilla.org Brendan Eich], [mailto:stejohns@adobe.com Steven Johnson], [mailto:tierney@adobe.com Erik Tierney], [mailto:treilly@adobe.com Tom Reilly]
|group=dev.tech.js-engine
|source_dirs=
|url=http://www.mozilla.org/projects/tamarin/
http://wiki.mozilla.org/tamarin/
http://hg.mozilla.org/tamarin-central/
http://hg.mozilla.org/tamarin-tracing/
}}
 
{{Module
|name=Test Harness
|description=In-tree test infrastructure
and tools.
|owner=[mailto:sayrer@gmail.com Robert Sayre]
|peers=[mailto:dbaron@dbaron.org David Baron], [mailto:jwalden@mit.edu Jeff Walden], [mailto:rcampbell@mozilla.com Rob Campbell]
|group=dev.quality
|source_dirs=
|url=http://wiki.mozilla.org/SoftwareTesting
}}
 
{{Module
|name=Testing Infrastructure
|description=Testing tools and infrastructure for mozilla projects, harnesses for automated tests, stand-alone test tools.
|owner=[mailto:rcampbell@mozilla.com Rob Campbell]
|peers=[mailto:anodelman@mozilla.com Alice Nodelman], [mailto:bclary@bclary.com Bob Clary], [mailto:bhearsum@mozilla.com Ben Hearsum], [mailto:ccooper@deadsquid.com Chris Cooper], [mailto:ctalbert@mozilla.com Clint Talbert], [mailto:robert@roberthelmer.com Robert Helmer]
|group=dev.quality
|source_dirs=testing/, tools/httptester/, tools/page-loader/, tools/test-harness/, tools/tests/, tools/testserver/, tools/testy/
|url=http://wiki.mozilla.org/SoftwareTesting
}}
 
{{Module
|name=Update Service
|description=server code for Mozilla Update services (aus, addons, pfs)
|owner=[mailto:morgamic@mozilla.com Mike Morgan]
|peers=[mailto:jscott@mozilla.com Justin Scott], [mailto:shaver@mozilla.org Mike Shaver], [mailto:wclouser@mozilla.com Will Clouser]
|group=dev.amo
|source_dirs=webtools/addons/, webtools/aus/, webtools/update/
|url=http://wiki.mozilla.org/wiki/AMO
}}
 
{{Module
|name=View System
|description=The View Manager is responsible for handling "heavyweight" rendering (some clipping, compositing) and event handling tasks.
|owner=[mailto:roc+@cs.cmu.edu Robert O'Callahan]
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:dbaron@dbaron.org David Baron]
|group=dev.tech.layout
|source_dirs=view/
|url=
}}
 
{{Module
|name=Widget
|description=
|owner=[mailto:roc+@cs.cmu.edu Robert O'Callahan]
|peers=[mailto:pavlov@pavlov.net Stuart Parmenter], [mailto:vladimir@pobox.com Vladimir Vukicevic]
|group=dev.tech.gfx
|source_dirs=widget/%, widget/public/, widget/src/%, widget/src/xpwidgets/
|url=
}}
 
{{Module
|name=Widget - BeOS
|description=The BeOS port
|owner=[mailto:cbiesinger@gmail.com Christian Biesinger]
|peers=
|group=dev.tech.gfx
|source_dirs=widget/src/beos/
|url=http://www.bezilla.org/,
http://www.mozilla.org/ports/beos/
}}
 
{{Module
|name=Widget - GTK
|description=supported X widgetry and gfx
|owner=[mailto:roc+@cs.cmu.edu Robert O'Callahan]
|peers=[mailto:karlt+@karlt.net Karl Tomlinson]
|group=dev.tech.gfx
|source_dirs=widget/src/gtk/, widget/src/gtk2/, widget/src/gtksuperwin/, widget/src/gtkxtbin/
|url=http://www.mozilla.org/unix/, http://www.gtk.org, http://www.mozilla.org/ports/gtk/
}}
 
{{Module
|name=Widget - Mac OS X
|description=
|owner=[mailto:joshmoz@gmail.com Josh Aas]
|peers=[mailto:mstange@themasta.com Markus Stange], [mailto:smichaud@pobox.com Steven Michaud]
|group=dev.platform
|source_dirs=widget/src/cocoa/
|url=
}}
 
{{Module
|name=Widget - Windows
|description=
|owner=[mailto:jmathies@mozilla.com Jim Mathies]
|peers=[mailto:blassey@mozilla.com Brad Lassey], [mailto:cbiesinger@gmail.com Christian Biesinger], [mailto:dean_tessman@hotmail.com Dean Tessman], [mailto:dougt@meer.net Doug Turner], [mailto:neil@parkwaycc.co.uk Neil Rashbrook], [mailto:robarnold@cmu.edu Rob Arnold], [mailto:timeless@mozdev.org Josh 'timeless' Soref], [mailto:vladimir@pobox.com Vladimir Vukicevic]
|group=dev.tech.gfx
|source_dirs=widget/src/windows/
|url=
}}
 
{{Module
|name=XBL
|description=eXtensible Binding Language
|owner=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:jonas@sicking.cc Jonas Sicking]
|peers=
|group=dev.tech.xbl
|source_dirs=content/xbl/%, content/xbl/public/, content/xbl/src/
|url=http://www.mozilla.org/projects/xbl/
}}
 
{{Module
|name=XML
|description=XML in Mozilla, including XML, XHTML, Namespaces in XML, Associating Style Sheets with XML Documents, XML Linking and XML Extras. XML-related things that are not covered by more specific projects.
|owner=[mailto:peterv@propagandism.org Peter Van der Beken]
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:jonas@sicking.cc Jonas Sicking], [mailto:jst@mozilla.org Jonny Stenback], [mailto:sayrer@gmail.com Robert Sayre]
|group=dev.tech.xml
|source_dirs=content/xml/, extensions/xmlextras/, parser/expat/
|url=http://www.mozilla.org/newlayout/xml/
}}
 
{{Module
|name=XPApps
|description=Cross-Platform Applications, mostly Navigator front end and application shell.
|owner=[mailto:neil@parkwaycc.co.uk Neil Rashbrook]
|peers=[mailto:dean_tessman@hotmail.com Dean Tessman], [mailto:jag@tty.nl Peter Annema], [mailto:timeless@mozdev.org Josh 'timeless' Soref]
|group=dev.apps.seamonkey
|source_dirs=xpfe/
|url=http://www.mozilla.org/xpapps/
}}
 
{{Module
|name=XPCOM
|description=The cross-platform object model and core data structures.
|owner=[mailto:benjamin@smedbergs.us Benjamin Smedberg]
|peers=[mailto:dougt@meer.net Doug Turner], [mailto:shaver@mozilla.org Mike Shaver]
|group=dev.platform
|source_dirs=startupcache/, tools/wizards/, xpcom/%, xpcom/base/, xpcom/build/, xpcom/components/, xpcom/ds/, xpcom/glue/, xpcom/proxy/, xpcom/sample/, xpcom/stub/, xpcom/tests/, xpcom/threads/, xpcom/tools/, xpcom/windbgdlg/
|url=http://developer.mozilla.org/en/XPCOM
}}
 
{{Module
|name=XPConnect
|description=
|owner=[mailto:mrbkap@gmail.com Blake Kaplan]
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:gal@uci.edu Andreas Gal], [mailto:jst@mozilla.org Jonny Stenback], [mailto:peterv@propagandism.org Peter Van der Beken]
|group=
|source_dirs=js/src/xpconnect/
|url=
}}
 
{{Module
|name=XPIDL
|description=Cross-platform IDL compiler; produces .h C++ header files and .xpt runtime type description files from .idl interface description files. Also produces .java interface files, as part of an experimental java<->xpcom connection layer.
|owner=[mailto:BradleyJunk@cinci.rr.com BradleyJunk@cinci.rr.com]
|peers=[mailto:jband@netscape.com(disabled) jband@netscape.com(disabled)], [mailto:shaver@mozilla.org Mike Shaver], [mailto:timeless@mozdev.org Josh 'timeless' Soref]
|group=dev.tech.xpcom
|source_dirs=xpcom/typelib/
|url=http://www.mozilla.org/scriptable/xpidl
http://www.mozilla.org/scriptable
}}
 
{{Module
|name=XPInstall
|description=
|owner=[mailto:dveditz@cruzio.com Dan Veditz]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg]
|group=dev.tech.xpinstall
|source_dirs=xpinstall/
|url=
}}
 
{{Module
|name=xptcall
|description=XPTCall - platform-specific assembly for calling and implementing arbitrary XPCOM interfaces.
|owner=[mailto:timeless@mozdev.org Josh 'timeless' Soref]
|peers=[mailto:benjamin@smedbergs.us Benjamin Smedberg], [mailto:shaver@mozilla.org Mike Shaver]
|group=dev.xpcom
|source_dirs=xpcom/reflect/xptcall/
|url=http://www.mozilla.org/scriptable/xptcall-faq.html
}}
 
{{Module
|name=XPToolkit
|description=Cross-platform user interface toolkit
|owner=
|peers=[mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:hyatt@mozilla.org Dave Hyatt], [mailto:jag@tty.nl Peter Annema], [mailto:Jan.Varga@gmail.com Jan Varga]
|group=dev.tech.xul
|source_dirs=content/xul/, layout/xul/
|url=http://www.mozilla.org/xpfe/
}}
 
{{Module
|name=XSLT Processor
|description=XSLT transformations processor
|owner=[mailto:peterv@propagandism.org Peter Van der Beken]
|peers=[mailto:axel@pike.org Axel Hecht], [mailto:jonas@sicking.cc Jonas Sicking]
|group=dev.tech.xslt
|source_dirs=content/xslt/, extensions/transformiix/
|url=http://www.mozilla.org/projects/xslt/
http://www.w3.org/TR/xslt.html
}}
 
{{Module
|name=XTF
|description=eXtensible Tag Framework
|owner=
|peers=[mailto:alex@croczilla.com alex@croczilla.com], [mailto:bzbarsky@mit.edu Boris Zbarsky], [mailto:jonas@sicking.cc Jonas Sicking]
|group=dev.tech.xbl
|source_dirs=content/xtf/, layout/xtf/
|url=http://www.croczilla.com/xtf
}}

Latest revision as of 04:09, 18 October 2022