canmove, Confirmed users
1,567
edits
(Replace dvander with rhunt as APZ peer. Also fix source_dirs format) |
(Make changes as per governance discussion) |
||
Line 47: | Line 47: | ||
|name=Browser WebAPI | |name=Browser WebAPI | ||
|description=Web API for rendering apps, browser windows and widgets. | |description=Web API for rendering apps, browser windows and widgets. | ||
| | |owner=[mailto:Olli.Pettay@helsinki.fi Olli Pettay] | ||
|peers=[mailto:fabrice@mozilla.com Fabrice Desré] | |||
|ownersemeritus=[mailto:kchen@mozilla.com Kan-Ru Chen] | |ownersemeritus=[mailto:kchen@mozilla.com Kan-Ru Chen] | ||
|group=dev-webapi | |group=dev-webapi | ||
Line 87: | Line 88: | ||
|url= | |url= | ||
|components= | |components= | ||
}} | }} | ||
Line 134: | Line 123: | ||
|name=C++/Rust usage, tools, and style | |name=C++/Rust usage, tools, and style | ||
|description=Aspects of C++ use such as language feature usage, standard library versions/usage, compiler/toolchain versions, formatting and naming style, and aspects of Rust use as needs arise | |description=Aspects of C++ use such as language feature usage, standard library versions/usage, compiler/toolchain versions, formatting and naming style, and aspects of Rust use as needs arise | ||
|owner=[mailto: | |owner=[mailto:eakhgari@mozilla.com Ehsan Akhgari] | ||
|peers=[mailto:bballo@mozilla.com Botond Ballo], [mailto:glandium@mozilla.com Mike Hommey], [mailto:jwalden@mozilla.com Jeff Walden], [mailto:ehsan@mozilla.com Ehsan Akhgari] | |peers=[mailto:nfroyd@mozilla.com Nathan Froyd], [mailto:bballo@mozilla.com Botond Ballo], [mailto:glandium@mozilla.com Mike Hommey], [mailto:jwalden@mozilla.com Jeff Walden], [mailto:ehsan@mozilla.com Ehsan Akhgari] | ||
|source_dirs=non-third-party C++ and Rust code in the tree | |source_dirs=non-third-party C++ and Rust code in the tree | ||
|components=Various components | |components=Various components | ||
Line 223: | Line 212: | ||
|url=http://www.mozilla.org/editor/ | |url=http://www.mozilla.org/editor/ | ||
|components=Core::Editor | |components=Core::Editor | ||
}} | }} | ||
Line 258: | Line 223: | ||
|url=https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Profiling_with_the_Built-in_Profiler | |url=https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Profiling_with_the_Built-in_Profiler | ||
|components=Core::Gecko Profiler | |components=Core::Gecko Profiler | ||
}} | }} | ||
Line 275: | Line 228: | ||
|name=Global Key Bindings | |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. | |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= | |owner=[mailto:mnakano@mozilla.com Masayuki Nakano] | ||
|peers=[mailto:neil@parkwaycc.co.uk Neil Rashbrook] | |peers=[mailto:neil@parkwaycc.co.uk Neil Rashbrook] | ||
|group=dev-accessibility | |group=dev-accessibility | ||
Line 332: | Line 285: | ||
|name=HAL | |name=HAL | ||
|description=Hardware Abstraction Layer | |description=Hardware Abstraction Layer | ||
|owner | |owner=[mailto:gsvelto@mozilla.com Gabriele Svelto] | ||
|peers= | |||
|group=dev-platform | |group=dev-platform | ||
|source_dirs=hal/ | |source_dirs=hal/ | ||
Line 409: | Line 362: | ||
|url=http://www.mozilla.org/js/spidermonkey | |url=http://www.mozilla.org/js/spidermonkey | ||
|components=Core::JavaScript Engine: JIT | |components=Core::JavaScript Engine: JIT | ||
}} | }} | ||
Line 469: | Line 411: | ||
|name=libjar | |name=libjar | ||
|description=The JAR handling code (protocol handler, stream implementation, and zipreader/zipwriter). | |description=The JAR handling code (protocol handler, stream implementation, and zipreader/zipwriter). | ||
|owner=[mailto: | |owner=[mailto:aklotz@mozilla.com Aaron Klotz] | ||
|peers= | |peers= | ||
|group=dev-platform | |group=dev-platform | ||
|source_dirs=modules/libjar | |source_dirs=modules/libjar | ||
Line 592: | Line 534: | ||
|name=PDF | |name=PDF | ||
|description=Rendering code to display documents encoded in the ISO 32000-1 `PDF' format. | |description=Rendering code to display documents encoded in the ISO 32000-1 `PDF' format. | ||
|owner | |owner=[mailto:bdahl@mozilla.com Brendan Dahl] | ||
|peers=[mailto:aadib@mozilla.com Artur Adib], [mailto:vnicolas@mozilla.com Vivien Nicolas] | |||
|group=dev-platform | |group=dev-platform | ||
|source_dirs=media/pdf/ | |source_dirs=media/pdf/ | ||
Line 626: | Line 568: | ||
|name=Private Browsing | |name=Private Browsing | ||
|description=Implementation of the Private Browsing mode, and the integration of other modules with Private Browsing APIs. | |description=Implementation of the Private Browsing mode, and the integration of other modules with Private Browsing APIs. | ||
|owner=[mailto: | |owner=[mailto:eakhgari@mozilla.com Ehsan Akhgari] | ||
|peers=[mailto: | |peers=[mailto:josh@joshmatthews.net Josh Matthews] | ||
|group=dev-platform | |group=dev-platform | ||
|source_dirs=Implementation and consumers of Private Browsing APIs in nsILoadContext, nsIPrivateBrowsingChannel, PrivateBrowsingUtils.jsm and the related glue code. | |source_dirs=Implementation and consumers of Private Browsing APIs in nsILoadContext, nsIPrivateBrowsingChannel, PrivateBrowsingUtils.jsm and the related glue code. | ||
Line 649: | Line 591: | ||
|name=Push Notifications | |name=Push Notifications | ||
|description=Push is a way for application developers to send messages to their web applications. | |description=Push is a way for application developers to send messages to their web applications. | ||
|owners= | |owners=[mailto:lina@mozilla.com Lina Cambridge] | ||
|ownersemeritus=[mailto:doug.turner@gmail.com Doug Turner] | |ownersemeritus=[mailto:doug.turner@gmail.com Doug Turner] | ||
|peers= | |peers=[mailto:martin.thomson@gmail.com Martin Thomson], [mailto:ddamjanovic@mozilla.com Dragana Damjanovic] | ||
|peersemeritus=[mailto:nsm.nikhil@gmail.com Nikhil Marathe] | |peersemeritus=[mailto:nsm.nikhil@gmail.com Nikhil Marathe] | ||
|group= | |group= | ||
Line 657: | Line 599: | ||
|url= | |url= | ||
|components=Core::DOM: Push Notifications | |components=Core::DOM: Push Notifications | ||
}} | }} | ||
Line 709: | Line 629: | ||
|name=Static analysis & rewriting for C++ | |name=Static analysis & rewriting for C++ | ||
|description=Tools for checking C++ code looking for problems at compile time, plus tools for automated rewriting of C++ code. | |description=Tools for checking C++ code looking for problems at compile time, plus tools for automated rewriting of C++ code. | ||
|owner=[mailto:nika@thelayzells.com Nika Layzell] | |owner=[mailto:eakhgari@mozilla.com Ehsan Akhgari] | ||
|peers=[mailto:nika@thelayzells.com Nika Layzell], [mailto:sfink@mozilla.com Steve Fink], [mailto:jrmuizel@mozilla.com Jeff Muizelaar], [mailto:birunthan@mohanathas.com Birunthan Mohanathas], [mailto:ehsan@mozilla.com Ehsan Akhgari], [mailto:andi@mozilla.com Andi-Bogdan Postelnicu] | |||
|group=dev-platform | |group=dev-platform | ||
|source_dirs=build/clang-plugin, tools/rewriting among other out of tree tools | |source_dirs=build/clang-plugin, tools/rewriting among other out of tree tools | ||
Line 758: | Line 678: | ||
|url=https://developer.mozilla.org/en-US/docs/Web/SVG | |url=https://developer.mozilla.org/en-US/docs/Web/SVG | ||
|components=Core::SVG | |components=Core::SVG | ||
}} | }} | ||
Line 795: | Line 701: | ||
|url=http://wiki.mozilla.org/SoftwareTesting | |url=http://wiki.mozilla.org/SoftwareTesting | ||
|components=Testing::Infrastructure | |components=Testing::Infrastructure | ||
}} | }} | ||
Line 814: | Line 710: | ||
|source_dirs=testing/xpcshell | |source_dirs=testing/xpcshell | ||
|components=Testing::XPCShell Harness | |components=Testing::XPCShell Harness | ||
}} | }} | ||
Line 921: | Line 806: | ||
|url=http://www.mozilla.org/unix/, http://www.gtk.org, http://www.mozilla.org/ports/gtk/ | |url=http://www.mozilla.org/unix/, http://www.gtk.org, http://www.mozilla.org/ports/gtk/ | ||
|components=Core::Widget: Gtk | |components=Core::Widget: Gtk | ||
}} | |||
{{Module | |||
|name=Widget - Headless | |||
|description==Headless widget support | |||
|owner=[mailto:bdahl@mozilla.com Brendan Dahl] | |||
|peers= | |||
|ownersemeritus= | |||
|group=dev-platform | |||
|source_dirs=widget/headless/ | |||
|url= | |||
|components=Firefox::Headless | |||
}} | }} | ||
Line 1,020: | Line 917: | ||
http://www.mozilla.org/scriptable | http://www.mozilla.org/scriptable | ||
|components= | |components= | ||
}} | }} | ||