forked from mirrors/gecko-dev
Bug 1810189 - Update MOTS for WebGPU: +jimb,+egubler,+nical,+teoxoy. DONTBUILD r=jimb,zeid
Differential Revision: https://phabricator.services.mozilla.com/D186162
This commit is contained in:
parent
dfe56f5cc7
commit
4aaddc54d4
1 changed files with 29 additions and 5 deletions
34
mots.yaml
34
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: '2023-07-31T11:44:03.490227'
|
updated_at: '2023-08-14T10:31:04.423828'
|
||||||
export:
|
export:
|
||||||
path: ./docs/mots/index.rst
|
path: ./docs/mots/index.rst
|
||||||
format: rst
|
format: rst
|
||||||
|
|
@ -332,6 +332,10 @@ people:
|
||||||
bmo_id: 496127
|
bmo_id: 496127
|
||||||
name: Eric Rahm
|
name: Eric Rahm
|
||||||
nick: erahm
|
nick: erahm
|
||||||
|
- &ErichDonGubler
|
||||||
|
bmo_id: 713343
|
||||||
|
name: Erich Gubler
|
||||||
|
nick: ErichDonGubler
|
||||||
- &evilpie
|
- &evilpie
|
||||||
bmo_id: 393835
|
bmo_id: 393835
|
||||||
name: Tom S
|
name: Tom S
|
||||||
|
|
@ -481,6 +485,10 @@ people:
|
||||||
bmo_id: 456498
|
bmo_id: 456498
|
||||||
name: Jan-Ivar Bruaroey
|
name: Jan-Ivar Bruaroey
|
||||||
nick: jib
|
nick: jib
|
||||||
|
- &jimb
|
||||||
|
bmo_id: 298765
|
||||||
|
name: Jim Blandy
|
||||||
|
nick: jimb
|
||||||
- &jimm
|
- &jimm
|
||||||
bmo_id: 279663
|
bmo_id: 279663
|
||||||
name: Jim Mathies
|
name: Jim Mathies
|
||||||
|
|
@ -919,6 +927,10 @@ people:
|
||||||
bmo_id: 586681
|
bmo_id: 586681
|
||||||
name: Ted Campbell
|
name: Ted Campbell
|
||||||
nick: tcampbell
|
nick: tcampbell
|
||||||
|
- &teoxoy
|
||||||
|
bmo_id: 715425
|
||||||
|
name: Teodor Tanasoaia
|
||||||
|
nick: teoxoy
|
||||||
- &teshaq
|
- &teshaq
|
||||||
bmo_id: 663555
|
bmo_id: 663555
|
||||||
name: Tarik Eshaq
|
name: Tarik Eshaq
|
||||||
|
|
@ -2747,16 +2759,28 @@ modules:
|
||||||
description: WebGPU implementation
|
description: WebGPU implementation
|
||||||
includes:
|
includes:
|
||||||
- dom/webgpu/**/*
|
- dom/webgpu/**/*
|
||||||
|
- gfx/wgpu_bindings/**/*
|
||||||
|
- third_party/rust/naga/**/*
|
||||||
|
- third_party/rust/wgpu-core/**/*
|
||||||
|
- third_party/rust/wgpu-hal/**/*
|
||||||
|
- third_party/rust/wgpu-types/**/*
|
||||||
meta:
|
meta:
|
||||||
group: dev-platform
|
group: dev-platform
|
||||||
url: https://wiki.mozilla.org/Platform/GFX/WebGPU
|
url: https://wiki.mozilla.org/Platform/GFX/WebGPU
|
||||||
components:
|
components:
|
||||||
- Core::Graphics::WebGPU
|
- Core::Graphics::WebGPU
|
||||||
owners:
|
review_group: webgpu-reviewers
|
||||||
|
owners_emeritus:
|
||||||
- *kvark
|
- *kvark
|
||||||
peers:
|
peers_emeritus:
|
||||||
- *josh
|
- *josh
|
||||||
|
owners:
|
||||||
|
- *jimb
|
||||||
|
peers:
|
||||||
|
- *ErichDonGubler
|
||||||
- *jgilbert
|
- *jgilbert
|
||||||
|
- *nical
|
||||||
|
- *teoxoy
|
||||||
machine_name: core_webgpu_graphics_submodule
|
machine_name: core_webgpu_graphics_submodule
|
||||||
|
|
||||||
- name: 'Core: WebRTC'
|
- name: 'Core: WebRTC'
|
||||||
|
|
@ -4134,5 +4158,5 @@ modules:
|
||||||
- Ryan Tilder
|
- Ryan Tilder
|
||||||
group: dev-platform
|
group: dev-platform
|
||||||
hashes:
|
hashes:
|
||||||
config: 3065db57c505f3626a5f196b97e9807bbce4734c
|
config: e2e3b49a942b73fe6f346acbd36e8f16be0aa462
|
||||||
export: 68264b6973c70966dc381cf7f6ca7fbec3957b28
|
export: 0a0420ba1ffe62709be477ecec609b902decb460
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue