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

Unified Diff: url/mojo/OWNERS

Issue 1760643004: Add mojo struct traits for GURL so that it can be sent over mojoms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to mojom namespace and add security owners Created 4 years, 10 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
« no previous file with comments | « url/mojo/DEPS ('k') | url/mojo/gurl.typemap » ('j') | url/mojo/url_gurl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/mojo/OWNERS
diff --git a/url/mojo/OWNERS b/url/mojo/OWNERS
new file mode 100644
index 0000000000000000000000000000000000000000..abe19aeb871e1009ef0efbea94045ace25aee6e4
--- /dev/null
+++ b/url/mojo/OWNERS
@@ -0,0 +1,27 @@
+# Changes to IPC serialization require a security review to avoid introducing
+# new sandbox escapes.
+per-file url_gurl.h=set noparent
+per-file url_gurl.h=dcheng@chromium.org
+per-file url_gurl.h=inferno@chromium.org
+per-file url_gurl.h=jln@chromium.org
+per-file url_gurl.h=jschuh@chromium.org
+per-file url_gurl.h=kenrb@chromium.org
+per-file url_gurl.h=mkwst@chromium.org
+per-file url_gurl.h=nasko@chromium.org
+per-file url_gurl.h=palmer@chromium.org
+per-file url_gurl.h=tsepez@chromium.org
+per-file url_gurl.h=wfh@chromium.org
+
+# Changes to Mojo interfaces require a security review to avoid
+# introducing new sandbox escapes.
+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
« no previous file with comments | « url/mojo/DEPS ('k') | url/mojo/gurl.typemap » ('j') | url/mojo/url_gurl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698