Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: content/public/common/OWNERS

Issue 2070483002: Add PRESUBMIT rule to make sure IPC changes are security reviewed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update OWNERS and add Blink-specific patterns Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/OWNERS
diff --git a/content/public/common/OWNERS b/content/public/common/OWNERS
index 14a5a1429801b5fd8b4411d64014805ad308e94e..dfefce7e2aea9ece6363f2199c1abef962c442c3 100644
--- a/content/public/common/OWNERS
+++ b/content/public/common/OWNERS
@@ -1,20 +1,8 @@
per-file *param_traits*.*=set noparent
-per-file *param_traits*.*=dcheng@chromium.org
-per-file *param_traits*.*=inferno@chromium.org
-per-file *param_traits*.*=jln@chromium.org
-per-file *param_traits*.*=jschuh@chromium.org
-per-file *param_traits*.*=kenrb@chromium.org
-per-file *param_traits*.*=mkwst@chromium.org
-per-file *param_traits*.*=nasko@chromium.org
-per-file *param_traits*.*=palmer@chromium.org
-per-file *param_traits*.*=tsepez@chromium.org
-per-file *param_traits*.*=wfh@chromium.org
+per-file *param_traits*.*=file://ipc/SECURITY_OWNERS
# DirectWrite
per-file dwrite_font_platform_win.h=scottmg@chromium.org
-# Changes to Mojo interfaces require a security review to avoid
-# introducing new sandbox escapes.
per-file *.mojom=set noparent
-per-file *.mojom=palmer@chromium.org
-per-file *.mojom=tsepez@chromium.org
+per-file *.mojom=file://ipc/SECURITY_OWNERS

Powered by Google App Engine
This is Rietveld 408576698