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 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'chrome/browser/ui/webui/chromeos/login/.*|'\ | 54 'chrome/browser/ui/webui/chromeos/login/.*|'\ |
55 'chrome/browser/resources/chromeos/login/.*', | 55 'chrome/browser/resources/chromeos/login/.*', |
56 }, | 56 }, |
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 'fullscreen_controller': { |
| 65 'filepath': 'fullscreen_controller', |
| 66 }, |
64 'history': { | 67 'history': { |
65 'filepath': 'chrome/browser/history/.*', | 68 'filepath': 'chrome/browser/history/.*', |
66 }, | 69 }, |
67 'history_ui': { | 70 'history_ui': { |
68 'filepath': 'chrome/browser/resources/history.*', | 71 'filepath': 'chrome/browser/resources/history.*', |
69 }, | 72 }, |
70 'renderer': { | 73 'renderer': { |
71 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ | 74 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ |
72 'chrome/common/render.*', | 75 'chrome/common/render.*', |
73 }, | 76 }, |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 '|chrome/browser/metrics/.*'\ | 336 '|chrome/browser/metrics/.*'\ |
334 '|chrome/common/metrics/.*'\ | 337 '|chrome/common/metrics/.*'\ |
335 '|chrome_frame/metrics.*'\ | 338 '|chrome_frame/metrics.*'\ |
336 '|chrome/browser/chromeos/external_metrics.*'\ | 339 '|chrome/browser/chromeos/external_metrics.*'\ |
337 '|chrome/browser/extensions/extension_metrics_module.*'\ | 340 '|chrome/browser/extensions/extension_metrics_module.*'\ |
338 '|chrome/browser/ui/webui/metrics_handler.*'\ | 341 '|chrome/browser/ui/webui/metrics_handler.*'\ |
339 '|content/browser/user_metrics.cc'\ | 342 '|content/browser/user_metrics.cc'\ |
340 '|content/public/browser/user_metrics.h'\ | 343 '|content/public/browser/user_metrics.h'\ |
341 '|chrome/tools/extract_actions.py' | 344 '|chrome/tools/extract_actions.py' |
342 }, | 345 }, |
| 346 'mouse_lock': { |
| 347 'filepath': 'mouse_lock', |
| 348 }, |
343 'speech': { | 349 'speech': { |
344 'filepath': 'chrome/browser/speech/.*'\ | 350 'filepath': 'chrome/browser/speech/.*'\ |
345 '|content/browser/speech/.*'\ | 351 '|content/browser/speech/.*'\ |
346 '|content/common/.*speech.*'\ | 352 '|content/common/.*speech.*'\ |
347 '|content/public/.*speech.*' | 353 '|content/public/.*speech.*' |
348 }, | 354 }, |
349 'ui_resources': { | 355 'ui_resources': { |
350 'filepath': 'ui/resources/.*'\ | 356 'filepath': 'ui/resources/.*'\ |
351 '|ui/base/native_theme/resources/.*'\ | 357 '|ui/base/native_theme/resources/.*'\ |
352 '|chrome/app/theme/.*' | 358 '|chrome/app/theme/.*' |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 'omnibox': ['suzhe@chromium.org'], | 485 'omnibox': ['suzhe@chromium.org'], |
480 'message_loop': ['sadrul@chromium.org'], | 486 'message_loop': ['sadrul@chromium.org'], |
481 'clipboard': ['dcheng@chromium.org'], | 487 'clipboard': ['dcheng@chromium.org'], |
482 'metrics': ['jar@chromium.org', | 488 'metrics': ['jar@chromium.org', |
483 'isherman@chromium.org', | 489 'isherman@chromium.org', |
484 'mad@chromium.org'], | 490 'mad@chromium.org'], |
485 'speech': ['satish@chromium.org'], | 491 'speech': ['satish@chromium.org'], |
486 'installer': ['grt+watch@chromium.org'], | 492 'installer': ['grt+watch@chromium.org'], |
487 'ui_resources': ['oshima+watch@chromium.org'], | 493 'ui_resources': ['oshima+watch@chromium.org'], |
488 'shell_window': ['jeremya+watch@chromium.org'], | 494 'shell_window': ['jeremya+watch@chromium.org'], |
| 495 'fullscreen_controller': ['scheib+watch@chromium.org'], |
| 496 'mouse_lock': ['scheib+watch@chromium.org'], |
489 }, | 497 }, |
490 } | 498 } |
OLD | NEW |