Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index 04f31121e309d21504eda6c255966b2ef4b916bc..97247849f51a0269f23db46483ebe79ed4fe785c 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -405,6 +405,12 @@ |
| 'native_client_sdk': { |
| 'filepath': '^native_client_sdk/', |
| }, |
| + 'navigation': { |
| + 'filepath': 'content/browser/frame_host|'\ |
| + 'content/browser/renderer_host/render.*host.*|'\ |
|
Charlie Reis
2014/03/06 22:52:01
This will include all of the platform-specific ren
nasko
2014/03/06 23:01:39
Wanted to include RenderProcessHost, but you are r
|
| + 'content/browser/web_contents/web_contents_impl.*|'\ |
| + 'content/renderer' |
|
Charlie Reis
2014/03/06 22:52:01
content/renderer is pretty huge, and most isn't na
nasko
2014/03/06 23:01:39
Done.
|
| + }, |
| 'net': { |
| 'filepath': 'net/', |
| }, |
| @@ -797,6 +803,7 @@ |
| 'mouse_lock': ['scheib+watch@chromium.org'], |
| 'nacl': ['native-client-reviews@googlegroups.com'], |
| 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], |
| + 'navigation': ['nasko+codewatch@chromium.org'], |
|
Charlie Reis
2014/03/06 22:52:01
Can you put creis+watch@chromium.org as well? :)
nasko
2014/03/06 23:01:39
I wasn't sure if you are interested ;). Added.
|
| 'net': ['cbentzel+watch@chromium.org'], |
| 'net_error_list': ['mmenke@chromium.org'], |
| 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
| @@ -835,7 +842,8 @@ |
| 'alecflett+watch@chromium.org', |
| 'jsbell+serviceworker@chromium.org', |
| 'serviceworker-reviews@chromium.org'], |
| - 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
| + 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', |
| + 'nasko+codewatch@chromium.org'], |
| 'spellcheck': ['groby+spellwatch@chromium.org', |
| 'rlp@chromium.org', |
| 'rouslan+spellwatch@chromium.org'], |