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

Side by Side Diff: content/common/OWNERS

Issue 628773003: Partially convert geolocation IPC to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Process review, add security OWNERS Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 # For Linux sandboxing 1 # For Linux sandboxing
2 jln@chromium.org 2 jln@chromium.org
3 3
4 # For security review of sandboxes 4 # For security review of sandboxes
5 per-file sandbox_win.cc=set noparent 5 per-file sandbox_win.cc=set noparent
6 per-file sandbox_win.cc=jschuh@chromium.org 6 per-file sandbox_win.cc=jschuh@chromium.org
7 per-file sandbox_win.cc=cpu@chromium.org 7 per-file sandbox_win.cc=cpu@chromium.org
8 8
9 # Mac Sandbox. 9 # Mac Sandbox.
10 per-file sandbox_init_mac.*=jeremy@chromium.org 10 per-file sandbox_init_mac.*=jeremy@chromium.org
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 per-file *param_traits*.h=inferno@chromium.org 48 per-file *param_traits*.h=inferno@chromium.org
49 per-file *param_traits*.h=jln@chromium.org 49 per-file *param_traits*.h=jln@chromium.org
50 per-file *param_traits*.h=jschuh@chromium.org 50 per-file *param_traits*.h=jschuh@chromium.org
51 per-file *param_traits*.h=kenrb@chromium.org 51 per-file *param_traits*.h=kenrb@chromium.org
52 per-file *param_traits*.h=mkwst@chromium.org 52 per-file *param_traits*.h=mkwst@chromium.org
53 per-file *param_traits*.h=nasko@chromium.org 53 per-file *param_traits*.h=nasko@chromium.org
54 per-file *param_traits*.h=palmer@chromium.org 54 per-file *param_traits*.h=palmer@chromium.org
55 per-file *param_traits*.h=tsepez@chromium.org 55 per-file *param_traits*.h=tsepez@chromium.org
56 per-file *param_traits*.h=wfh@chromium.org 56 per-file *param_traits*.h=wfh@chromium.org
57 57
58 # Changes to Mojo interfaces require a security review to avoid
59 # introducing new sandbox escapes.
60 per-file *.mojom=set noparent
61 per-file *.mojom=dcheng@chromium.org
62 per-file *.mojom=inferno@chromium.org
63 per-file *.mojom=jln@chromium.org
64 per-file *.mojom=jschuh@chromium.org
65 per-file *.mojom=kenrb@chromium.org
66 per-file *.mojom=mkwst@chromium.org
67 per-file *.mojom=nasko@chromium.org
68 per-file *.mojom=palmer@chromium.org
69 per-file *.mojom=tsepez@chromium.org
70 per-file *.mojom=wfh@chromium.org
71
58 # Accessibility 72 # Accessibility
59 per-file accessibility_node_data.*=dmazzoni@chromium.org 73 per-file accessibility_node_data.*=dmazzoni@chromium.org
60 per-file accessibility_node_data.*=dtseng@chromium.org 74 per-file accessibility_node_data.*=dtseng@chromium.org
61 75
62 # WebSocket 76 # WebSocket
63 per-file websocket.*=ricea@chromium.org 77 per-file websocket.*=ricea@chromium.org
64 per-file websocket.*=tyoshino@chromium.org 78 per-file websocket.*=tyoshino@chromium.org
65 per-file websocket.*=yhirano@chromium.org 79 per-file websocket.*=yhirano@chromium.org
66 80
67 # Compositor 81 # Compositor
68 per-file cc_messages_unittest.cc=danakj@chromium.org 82 per-file cc_messages_unittest.cc=danakj@chromium.org
69 per-file cc_messages_perftest.cc=danakj@chromium.org 83 per-file cc_messages_perftest.cc=danakj@chromium.org
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698