Chromium Code Reviews| Index: third_party/WebKit/Source/modules/OWNERS |
| diff --git a/third_party/WebKit/Source/modules/OWNERS b/third_party/WebKit/Source/modules/OWNERS |
| index 72f11c264308ffee55e1e72fd7e9043e36496501..e74256128d0d4b07ddb618b7c33095320ace7715 100644 |
| --- a/third_party/WebKit/Source/modules/OWNERS |
| +++ b/third_party/WebKit/Source/modules/OWNERS |
| @@ -6,3 +6,18 @@ mlamouri@chromium.org |
| pfeldman@chromium.org |
| per-file modules.gypi=* |
| + |
| +# Changes to Mojo interfaces require a security review to avoid |
| +# introducing new sandbox escapes. |
|
haraken
2016/04/28 14:50:03
Can we make this change in a separate CL?
esprehn
2016/04/28 15:19:28
This change probably wants to be higher up too, pr
dcheng
2016/04/28 17:27:19
This should just go in platform/modules/vr for now
RaviKasibhatla
2016/04/28 18:08:33
So, should I add this change to WebKit/public/plat
haraken
2016/04/28 19:16:15
Let's follow dcheng's comment.
RaviKasibhatla
2016/05/03 14:34:21
Done.
|
| +per-file *.mojom=set noparent |
| +per-file *.mojom=dcheng@chromium.org |
| +per-file *.mojom=inferno@chromium.org |
| +per-file *.mojom=jln@chromium.org |
| +per-file *.mojom=jschuh@chromium.org |
| +per-file *.mojom=kenrb@chromium.org |
| +per-file *.mojom=mkwst@chromium.org |
| +per-file *.mojom=nasko@chromium.org |
| +per-file *.mojom=palmer@chromium.org |
| +per-file *.mojom=tsepez@chromium.org |
| +per-file *.mojom=wfh@chromium.org |
| + |