OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'content': { | 57 'content': { |
58 'filepath': 'content/.*', | 58 'filepath': 'content/.*', |
59 }, | 59 }, |
60 'download': { | 60 'download': { |
61 'filepath': 'chrome/browser/download/.*|'\ | 61 'filepath': 'chrome/browser/download/.*|'\ |
62 'content/browser/download/.*', | 62 'content/browser/download/.*', |
63 }, | 63 }, |
64 'history': { | 64 'history': { |
65 'filepath': 'chrome/browser/history/.*', | 65 'filepath': 'chrome/browser/history/.*', |
66 }, | 66 }, |
| 67 'history_ui': { |
| 68 'filepath': 'chrome/browser/resources/history.*', |
| 69 }, |
67 'renderer': { | 70 'renderer': { |
68 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ | 71 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ |
69 'chrome/common/render.*', | 72 'chrome/common/render.*', |
70 }, | 73 }, |
71 'tab_contents': { | 74 'tab_contents': { |
72 'filepath': 'chrome/browser/tab_contents/.*|'\ | 75 'filepath': 'chrome/browser/tab_contents/.*|'\ |
73 'content/browser/tab_contents/.*|'\ | 76 'content/browser/tab_contents/.*|'\ |
74 'chrome/browser/ui/tab_contents/.*', | 77 'chrome/browser/ui/tab_contents/.*', |
75 }, | 78 }, |
76 'site_instance': { | 79 'site_instance': { |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'glider@chromium.org'], | 327 'glider@chromium.org'], |
325 'base': ['brettw-cc@chromium.org'], | 328 'base': ['brettw-cc@chromium.org'], |
326 'browser_main': ['brettw-cc@chromium.org'], | 329 'browser_main': ['brettw-cc@chromium.org'], |
327 'browser_resources': ['arv@chromium.org'], | 330 'browser_resources': ['arv@chromium.org'], |
328 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], | 331 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], |
329 'content': ['jam@chromium.org', 'joi+watch-content@chromium.org', | 332 'content': ['jam@chromium.org', 'joi+watch-content@chromium.org', |
330 'darin-cc@chromium.org', | 333 'darin-cc@chromium.org', |
331 'dpranke-watch+content@chromium.org'], | 334 'dpranke-watch+content@chromium.org'], |
332 'download': ['phajdan.jr@chromium.org','rdsmith+dwatch@chromium.org'], | 335 'download': ['phajdan.jr@chromium.org','rdsmith+dwatch@chromium.org'], |
333 'history': ['brettw-cc@chromium.org'], | 336 'history': ['brettw-cc@chromium.org'], |
| 337 'history_ui': ['dubroy@chromium.org'], |
334 'renderer': ['darin-cc@chromium.org', | 338 'renderer': ['darin-cc@chromium.org', |
335 'brettw-cc@chromium.org'], | 339 'brettw-cc@chromium.org'], |
336 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org', | 340 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org', |
337 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 341 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
338 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 342 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
339 'webkit': ['darin-cc@chromium.org'], | 343 'webkit': ['darin-cc@chromium.org'], |
340 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', | 344 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', |
341 'stuartmorgan+watch@chromium.org'], | 345 'stuartmorgan+watch@chromium.org'], |
342 'worker': ['jam@chromium.org'], | 346 'worker': ['jam@chromium.org'], |
343 'extension': ['aa@chromium.org', | 347 'extension': ['aa@chromium.org', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 'browser_gl': ['dhollowa+watch@chromium.org'], | 435 'browser_gl': ['dhollowa+watch@chromium.org'], |
432 'textinput': ['penghuang+watch@chromium.org', | 436 'textinput': ['penghuang+watch@chromium.org', |
433 'suzhe@chromium.org', | 437 'suzhe@chromium.org', |
434 'yusukes+watch@chromium.org'], | 438 'yusukes+watch@chromium.org'], |
435 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 439 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
436 'omnibox': ['suzhe@chromium.org'], | 440 'omnibox': ['suzhe@chromium.org'], |
437 'message_loop': ['sadrul@chromium.org'], | 441 'message_loop': ['sadrul@chromium.org'], |
438 'clipboard': ['dcheng@chromium.org'], | 442 'clipboard': ['dcheng@chromium.org'], |
439 }, | 443 }, |
440 } | 444 } |
OLD | NEW |