| OLD | NEW |
| 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.*=rsesek@chromium.org |
| 11 per-file sandbox_mac*=jeremy@chromium.org | 11 per-file sandbox_mac*=rsesek@chromium.org |
| 12 per-file *.sb=set noparent | 12 per-file *.sb=set noparent |
| 13 per-file *.sb=jeremy@chromium.org | 13 per-file *.sb=rsesek@chromium.org |
| 14 | 14 |
| 15 per-file pepper*=ananta@chromium.org | 15 per-file pepper*=ananta@chromium.org |
| 16 per-file pepper*=bauerb@chromium.org | 16 per-file pepper*=bauerb@chromium.org |
| 17 per-file plugin*=ananta@chromium.org | 17 per-file plugin*=ananta@chromium.org |
| 18 per-file plugin*=bauerb@chromium.org | 18 per-file plugin*=bauerb@chromium.org |
| 19 | 19 |
| 20 # Changes to IPC messages require a security review to avoid introducing | 20 # Changes to IPC messages require a security review to avoid introducing |
| 21 # new sandbox escapes. | 21 # new sandbox escapes. |
| 22 per-file *_message*.h=set noparent | 22 per-file *_message*.h=set noparent |
| 23 per-file *_message*.h=dcheng@chromium.org | 23 per-file *_message*.h=dcheng@chromium.org |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 per-file websocket.*=tyoshino@chromium.org | 69 per-file websocket.*=tyoshino@chromium.org |
| 70 per-file websocket.*=yhirano@chromium.org | 70 per-file websocket.*=yhirano@chromium.org |
| 71 | 71 |
| 72 # Compositor | 72 # Compositor |
| 73 per-file cc_messages_unittest.cc=danakj@chromium.org | 73 per-file cc_messages_unittest.cc=danakj@chromium.org |
| 74 per-file cc_messages_perftest.cc=danakj@chromium.org | 74 per-file cc_messages_perftest.cc=danakj@chromium.org |
| 75 | 75 |
| 76 # DirectWrite | 76 # DirectWrite |
| 77 per-file dwrite_font_platform_win*=shrikant@chromium.org | 77 per-file dwrite_font_platform_win*=shrikant@chromium.org |
| 78 per-file dwrite_font_platform_win*=scottmg@chromium.org | 78 per-file dwrite_font_platform_win*=scottmg@chromium.org |
| OLD | NEW |