| 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.*=jeremy@chromium.org |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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=tsepez@chromium.org | |
| 62 | |
| 63 # Accessibility | 58 # Accessibility |
| 64 per-file accessibility_node_data.*=dmazzoni@chromium.org | 59 per-file accessibility_node_data.*=dmazzoni@chromium.org |
| 65 per-file accessibility_node_data.*=dtseng@chromium.org | 60 per-file accessibility_node_data.*=dtseng@chromium.org |
| 66 | 61 |
| 67 # WebSocket | 62 # WebSocket |
| 68 per-file websocket.*=ricea@chromium.org | 63 per-file websocket.*=ricea@chromium.org |
| 69 per-file websocket.*=tyoshino@chromium.org | 64 per-file websocket.*=tyoshino@chromium.org |
| 70 per-file websocket.*=yhirano@chromium.org | 65 per-file websocket.*=yhirano@chromium.org |
| 71 | 66 |
| 72 # Compositor | 67 # Compositor |
| 73 per-file cc_messages_unittest.cc=danakj@chromium.org | 68 per-file cc_messages_unittest.cc=danakj@chromium.org |
| 74 per-file cc_messages_perftest.cc=danakj@chromium.org | 69 per-file cc_messages_perftest.cc=danakj@chromium.org |
| OLD | NEW |