OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Watchlist Rules | 5 # Watchlist Rules |
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
7 | 7 |
8 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
10 | 10 |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 }, | 172 }, |
173 'imageburner': { | 173 'imageburner': { |
174 'filepath': 'imageburner' | 174 'filepath': 'imageburner' |
175 }, | 175 }, |
176 'importer': { | 176 'importer': { |
177 'filepath': 'import', | 177 'filepath': 'import', |
178 }, | 178 }, |
179 'installer': { | 179 'installer': { |
180 'filepath': 'chrome/installer/', | 180 'filepath': 'chrome/installer/', |
181 }, | 181 }, |
| 182 'instant': { |
| 183 'filepath': 'instant|searchbox', |
| 184 }, |
182 'ipc': { | 185 'ipc': { |
183 'filepath': 'ipc/ipc', | 186 'filepath': 'ipc/ipc', |
184 }, | 187 }, |
185 'labs': { | 188 'labs': { |
186 'filepath': 'chrome/browser/labs' \ | 189 'filepath': 'chrome/browser/labs' \ |
187 '|chrome/browser/dom_ui/labs' | 190 '|chrome/browser/dom_ui/labs' |
188 }, | 191 }, |
189 'layout_tests': { | 192 'layout_tests': { |
190 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', | 193 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', |
191 }, | 194 }, |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 'ftp': ['phajdan.jr@chromium.org'], | 458 'ftp': ['phajdan.jr@chromium.org'], |
456 'fullscreen_controller': ['scheib+watch@chromium.org'], | 459 'fullscreen_controller': ['scheib+watch@chromium.org'], |
457 'gdata': ['achuith+watch@chromium.org'], | 460 'gdata': ['achuith+watch@chromium.org'], |
458 'gpu': ['apatrick@chromium.org'], | 461 'gpu': ['apatrick@chromium.org'], |
459 'history': ['brettw-cc@chromium.org'], | 462 'history': ['brettw-cc@chromium.org'], |
460 'history_ui': ['dubroy@chromium.org'], | 463 'history_ui': ['dubroy@chromium.org'], |
461 'i18n': ['jshin+watch@chromium.org'], | 464 'i18n': ['jshin+watch@chromium.org'], |
462 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 465 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
463 'importer': ['tfarina@chromium.org'], | 466 'importer': ['tfarina@chromium.org'], |
464 'installer': ['grt+watch@chromium.org'], | 467 'installer': ['grt+watch@chromium.org'], |
| 468 'instant': ['sreeram@chromium.org'], |
465 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 469 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
466 'labs': ['thakis@chromium.org'], | 470 'labs': ['thakis@chromium.org'], |
467 'linux-sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], | 471 'linux-sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], |
468 'linux-seccomp-bpf': ['jln+watch@chromium.org'], | 472 'linux-seccomp-bpf': ['jln+watch@chromium.org'], |
469 'locale_settings': ['finnur+watch@chromium.org'], | 473 'locale_settings': ['finnur+watch@chromium.org'], |
470 'media': ['feature-media-reviews@chromium.org'], | 474 'media': ['feature-media-reviews@chromium.org'], |
471 'message_loop': ['sadrul@chromium.org'], | 475 'message_loop': ['sadrul@chromium.org'], |
472 'metrics': ['jar@chromium.org', | 476 'metrics': ['jar@chromium.org', |
473 'isherman@chromium.org', | 477 'isherman@chromium.org', |
474 'mad@chromium.org'], | 478 'mad@chromium.org'], |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 'gbillock+watch@chromium.org', | 538 'gbillock+watch@chromium.org', |
535 'smckay+watch@chromium.org'], | 539 'smckay+watch@chromium.org'], |
536 'website_settings': ['markusheintz@chromium.org'], | 540 'website_settings': ['markusheintz@chromium.org'], |
537 'webkit': ['darin-cc@chromium.org'], | 541 'webkit': ['darin-cc@chromium.org'], |
538 'worker': ['jam@chromium.org'], | 542 'worker': ['jam@chromium.org'], |
539 'x11': ['derat+watch@chromium.org', | 543 'x11': ['derat+watch@chromium.org', |
540 'sadrul@chromium.org', | 544 'sadrul@chromium.org', |
541 'yusukes+watch@chromium.org'], | 545 'yusukes+watch@chromium.org'], |
542 }, | 546 }, |
543 } | 547 } |
OLD | NEW |