forked from mirrors/gecko-dev
Bug 1891966: Re-add supply chain module and other missed changes to mots. r=bholley,zeid
Differential Revision: https://phabricator.services.mozilla.com/D207709
This commit is contained in:
parent
f0a24a0919
commit
c5705a8913
1 changed files with 23 additions and 6 deletions
29
mots.yaml
29
mots.yaml
|
|
@ -8,7 +8,7 @@
|
||||||
# documentation and how to modify this file.
|
# documentation and how to modify this file.
|
||||||
repo: mozilla-central
|
repo: mozilla-central
|
||||||
created_at: '2021-10-14T12:50:40.073465'
|
created_at: '2021-10-14T12:50:40.073465'
|
||||||
updated_at: '2024-04-16T18:40:53.850307'
|
updated_at: '2024-05-03T13:59:35.510857+00:00'
|
||||||
export:
|
export:
|
||||||
path: ./docs/mots/index.rst
|
path: ./docs/mots/index.rst
|
||||||
format: rst
|
format: rst
|
||||||
|
|
@ -1744,9 +1744,9 @@ modules:
|
||||||
- 'Core::Graphics: Layers'
|
- 'Core::Graphics: Layers'
|
||||||
- 'Core::Graphics: Text'
|
- 'Core::Graphics: Text'
|
||||||
- 'Core::Graphics: WebRender'
|
- 'Core::Graphics: WebRender'
|
||||||
- 'Core::GFX: Color Management'
|
- 'Core::Graphics: Color Management'
|
||||||
- 'Core::Canvas: 2D'
|
- 'Core::Graphics: Canvas2D'
|
||||||
- 'Core::Canvas: WebGL'
|
- 'Core::Graphics: CanvasWebGL'
|
||||||
owners:
|
owners:
|
||||||
- *jrmuizel
|
- *jrmuizel
|
||||||
peers:
|
peers:
|
||||||
|
|
@ -2708,6 +2708,23 @@ modules:
|
||||||
- *zrhoffman
|
- *zrhoffman
|
||||||
machine_name: core_style_system
|
machine_name: core_style_system
|
||||||
|
|
||||||
|
- name: 'Core: Supply Chain'
|
||||||
|
description: Policy management for third-party Rust dependencies
|
||||||
|
includes:
|
||||||
|
- supply-chain/**/*
|
||||||
|
meta:
|
||||||
|
peers_emeritus:
|
||||||
|
- Aria Beingessner
|
||||||
|
group: dev-platform
|
||||||
|
components:
|
||||||
|
- Firefox Build System::General
|
||||||
|
owners:
|
||||||
|
- *bholley
|
||||||
|
peers:
|
||||||
|
- *nika
|
||||||
|
- *tjr
|
||||||
|
machine_name: core_supply_chain
|
||||||
|
|
||||||
- name: 'Core: SVG'
|
- name: 'Core: SVG'
|
||||||
description: Scalable Vector Graphics
|
description: Scalable Vector Graphics
|
||||||
includes:
|
includes:
|
||||||
|
|
@ -4324,5 +4341,5 @@ modules:
|
||||||
- Ryan Tilder
|
- Ryan Tilder
|
||||||
group: dev-platform
|
group: dev-platform
|
||||||
hashes:
|
hashes:
|
||||||
config: 873ff866130d201a05b73084be7730cbfcfa937f
|
config: 2d75dce7bde6fc0184e292f829003680daefc9ba
|
||||||
export: 7350906d64a1ff615b2ebfb8f4a8a0af0defdb9c
|
export: 68e239d26e479bb7788bf83f33e9c54e401e9f44
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue