Commit 26b95558 authored by Andrew McCreight's avatar Andrew McCreight
Browse files

Bug 1794030, part 3 - Fix XPCOM peers in mots file. r=nika,zeid DONTBUILD

It looks like I got dropped in the import process or something,
so I added myself in. Emilio has also been added since this was
last updated.

I also fixed up some directories for the XPCOM and XPIDL modules,
deleting ones that no longer exist and adding new ones. A few
subdirectories like io/ still aren't covered but this at least
makes the situation better.

Differential Revision: https://phabricator.services.mozilla.com/D158804
parent e9f07884
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -2567,6 +2567,8 @@ The cross-platform object model and core data structures.
        | `Barret Rennie (barret) <https://people.mozilla.org/s?query=barret>`__
        | `Jens Stutte (jstutte) <https://people.mozilla.org/s?query=jstutte>`__
        | `Kris Wright (KrisWright) <https://people.mozilla.org/s?query=KrisWright>`__
        | `Andrew McCreight (mccr8) <https://people.mozilla.org/s?query=mccr8>`__
        | `Emilio Cobos Álvarez (emilio) <https://people.mozilla.org/s?query=emilio>`__
    * - Owner(s) Emeritus
      - Benjamin Smedberg
    * - Peer(s) Emeritus
@@ -2578,14 +2580,14 @@ The cross-platform object model and core data structures.
        | `xpcom/base/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/base/\*\*/\*>`__
        | `xpcom/build/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/build/\*\*/\*>`__
        | `xpcom/components/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/components/\*\*/\*>`__
        | `xpcom/docs/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/docs/\*\*/\*>`__
        | `xpcom/ds/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/ds/\*\*/\*>`__
        | `xpcom/glue/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/glue/\*\*/\*>`__
        | `xpcom/proxy/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/proxy/\*\*/\*>`__
        | `xpcom/sample/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/sample/\*\*/\*>`__
        | `xpcom/stub/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/stub/\*\*/\*>`__
        | `xpcom/reflect/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/reflect/\*\*/\*>`__
        | `xpcom/rust/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/rust/\*\*/\*>`__
        | `xpcom/system/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/system/\*\*/\*>`__
        | `xpcom/tests/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/tests/\*\*/\*>`__
        | `xpcom/threads/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/threads/\*\*/\*>`__
        | `xpcom/tools/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/tools/\*\*/\*>`__
        | `xpcom/windbgdlg/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/windbgdlg/\*\*/\*>`__
    * - Group
      - dev-platform
@@ -2643,7 +2645,8 @@ Cross-platform IDL compiler; produces .h C++ header files and .xpt runtime type
      - Mike Shaver, Josh 'timeless' Soref
    * - Includes
      -
        | `xpcom/typelib/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/typelib/\*\*/\*>`__
        | `xpcom/idl-parser/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/idl-parser/\*\*/\*>`__
        | `xpcom/xpidl/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=xpcom/xpidl/\*\*/\*>`__
    * - Group
      - dev-tech-xpcom
    * - URL
+11 −8
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
---
repo: mozilla-central
created_at: '2021-10-14T12:50:40.073465'
updated_at: '2022-10-14T14:34:20.942943'
updated_at: '2022-10-14T14:38:51.324618'
export:
  path: ./docs/mots/index.rst
  format: rst
@@ -2849,14 +2849,14 @@ modules:
      - xpcom/base/**/*
      - xpcom/build/**/*
      - xpcom/components/**/*
      - xpcom/docs/**/*
      - xpcom/ds/**/*
      - xpcom/glue/**/*
      - xpcom/proxy/**/*
      - xpcom/sample/**/*
      - xpcom/stub/**/*
      - xpcom/reflect/**/*
      - xpcom/rust/**/*
      - xpcom/system/**/*
      - xpcom/tests/**/*
      - xpcom/threads/**/*
      - xpcom/tools/**/*
      - xpcom/windbgdlg/**/*
    meta:
      owners_emeritus:
@@ -2876,6 +2876,8 @@ modules:
      - *barret
      - *jstutte
      - *KrisWright
      - *mccr8
      - *emilio
    machine_name: core_xpcom

  - name: 'Core: XPConnect'
@@ -2904,7 +2906,8 @@ modules:
    description: Cross-platform IDL compiler; produces .h C++ header files and .xpt
      runtime type description files from .idl interface description files.
    includes:
      - xpcom/typelib/**/*
      - xpcom/idl-parser/**/*
      - xpcom/xpidl/**/*
    meta:
      owners_emeritus:
        - Kyle Huey
@@ -3629,5 +3632,5 @@ modules:
        machine_name: webextensions
    machine_name: toolkit
hashes:
  config: 5dfff5acf2d0933872d6ceea86d28d48fee033d0
  export: 613b42414a26740700fae44607da5b0926e97a28
  config: 2e54cf47b7ed94bb234599c439480f9cb6248c9d
  export: ae3fe1e936c4449470e7dc5736b9105a9a185256