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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 '|chrome/.*accessib.*' \ | 276 '|chrome/.*accessib.*' \ |
277 '|ui/base/accessibility/.*' \ | 277 '|ui/base/accessibility/.*' \ |
278 '|views/accessibility/.*' | 278 '|views/accessibility/.*' |
279 }, | 279 }, |
280 'tools_emacs': { | 280 'tools_emacs': { |
281 'filepath': 'tools/emacs/.*', | 281 'filepath': 'tools/emacs/.*', |
282 }, | 282 }, |
283 'browser_compositor': { | 283 'browser_compositor': { |
284 'filepath': 'ui/gfx/compositor/.*' | 284 'filepath': 'ui/gfx/compositor/.*' |
285 }, | 285 }, |
| 286 'browser_gl': { |
| 287 'filepath': 'ui/gfx/gl/.*' |
| 288 }, |
286 'textinput': { | 289 'textinput': { |
287 'filepath': 'content/browser/renderer_host/gtk_im.*'\ | 290 'filepath': 'content/browser/renderer_host/gtk_im.*'\ |
288 '|content/browser/renderer_host/gtk_key.*'\ | 291 '|content/browser/renderer_host/gtk_key.*'\ |
289 '|content/browser/renderer_host/render_widget_host_view.*'\ | 292 '|content/browser/renderer_host/render_widget_host_view.*'\ |
290 '|content/browser/renderer_host/text_input.*'\ | 293 '|content/browser/renderer_host/text_input.*'\ |
291 '|ui/base/ime/.*'\ | 294 '|ui/base/ime/.*'\ |
292 '|ui/base/gtk/event.*'\ | 295 '|ui/base/gtk/event.*'\ |
293 '|ui/base/gtk/gtk_im.*'\ | 296 '|ui/base/gtk/gtk_im.*'\ |
294 '|ui/base/keycodes/.*'\ | 297 '|ui/base/keycodes/.*'\ |
295 '|ui/base/win/ime.*'\ | 298 '|ui/base/win/ime.*'\ |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 'chromedriver': ['kkania@chromium.org'], | 402 'chromedriver': ['kkania@chromium.org'], |
400 'task_manager': ['yoshiki+watch@chromium.org'], | 403 'task_manager': ['yoshiki+watch@chromium.org'], |
401 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 404 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
402 'active_downloads': ['achuith+watch@chromium.org'], | 405 'active_downloads': ['achuith+watch@chromium.org'], |
403 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], | 406 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], |
404 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], | 407 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], |
405 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 408 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
406 'prasadt@chromium.org', 'dcheng@chromium.org', | 409 'prasadt@chromium.org', 'dcheng@chromium.org', |
407 'jianli@chromium.org'], | 410 'jianli@chromium.org'], |
408 'importer': ['tfarina@chromium.org'], | 411 'importer': ['tfarina@chromium.org'], |
409 'views': ['dhollowa@chromium.org', 'tfarina@chromium.org'], | 412 'views': ['tfarina@chromium.org'], |
410 'accelerator_table_linux': ['mazda@chromium.org', | 413 'accelerator_table_linux': ['mazda@chromium.org', |
411 'derat+watch@chromium.org'], | 414 'derat+watch@chromium.org'], |
412 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], | 415 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], |
413 'x11': ['derat+watch@chromium.org', | 416 'x11': ['derat+watch@chromium.org', |
414 'sadrul@chromium.org', | 417 'sadrul@chromium.org', |
415 'yusukes+watch@chromium.org'], | 418 'yusukes+watch@chromium.org'], |
416 'accessibility': ['dmazzoni+watch@chromium.org', | 419 'accessibility': ['dmazzoni+watch@chromium.org', |
417 'dtseng+watch@chromium.org', | 420 'dtseng+watch@chromium.org', |
418 'ctguil+watch@chromium.org', | 421 'ctguil+watch@chromium.org', |
419 'aboxhall+watch@chromium.org', | 422 'aboxhall+watch@chromium.org', |
420 'davidbarr+watch@chromium.org', | 423 'davidbarr+watch@chromium.org', |
421 'zork+watch@chromium.org', | 424 'zork+watch@chromium.org', |
422 'hashimoto+watch@chromium.org', | 425 'hashimoto+watch@chromium.org', |
423 'yoshiki+watch@chromium.org', | 426 'yoshiki+watch@chromium.org', |
424 'yuzo+watch@chromium.org'], | 427 'yuzo+watch@chromium.org'], |
425 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], | 428 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org', |
| 429 'dhollowa@chromium.org'], |
426 'views_core': ['ben+watch@chromium.org'], | 430 'views_core': ['ben+watch@chromium.org'], |
427 'tools_emacs': ['fischman+watch@chromium.org'], | 431 'tools_emacs': ['fischman+watch@chromium.org', 'dhollowa@chromium.org'], |
428 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', | 432 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', |
429 'piman+watch@chromium.org'], | 433 'piman+watch@chromium.org', 'dhollowa@chromium.org'], |
| 434 'browser_gl': ['dhollowa@chromium.org'], |
430 'textinput': ['penghuang+watch@chromium.org', | 435 'textinput': ['penghuang+watch@chromium.org', |
431 'suzhe@chromium.org', | 436 'suzhe@chromium.org', |
432 'yusukes+watch@chromium.org'], | 437 'yusukes+watch@chromium.org'], |
433 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 438 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
434 'omnibox': ['suzhe@chromium.org'], | 439 'omnibox': ['suzhe@chromium.org'], |
435 'message_loop': ['sadrul@chromium.org'], | 440 'message_loop': ['sadrul@chromium.org'], |
436 'clipboard': ['dcheng@chromium.org'], | 441 'clipboard': ['dcheng@chromium.org'], |
437 }, | 442 }, |
438 } | 443 } |
OLD | NEW |