Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: WATCHLISTS

Issue 8430016: Watch clipboard changes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 '|views/ime/.*'\ 289 '|views/ime/.*'\
290 '|views/controls/textfield/.*' 290 '|views/controls/textfield/.*'
291 }, 291 },
292 'omnibox': { 292 'omnibox': {
293 'filepath': 'chrome/browser/autocomplete/.*'\ 293 'filepath': 'chrome/browser/autocomplete/.*'\
294 '|chrome/browser/ui/.*/omnibox/.*' 294 '|chrome/browser/ui/.*/omnibox/.*'
295 }, 295 },
296 'message_loop': { 296 'message_loop': {
297 'filepath': 'base/message_.*' 297 'filepath': 'base/message_.*'
298 }, 298 },
299 'clipboard': {
300 'filepath': 'clipboard',
301 'filepath': 'dnd',
302 'filepath': 'drag',
303 'filepath': 'drop',
304 },
299 }, 305 },
300 306
301 'WATCHLISTS': { 307 'WATCHLISTS': {
302 'this_file': ['nirnimesh@chromium.org'], 308 'this_file': ['nirnimesh@chromium.org'],
303 'valgrind': ['timurrrr@chromium.org', 309 'valgrind': ['timurrrr@chromium.org',
304 'stuartmorgan+watch@chromium.org', 310 'stuartmorgan+watch@chromium.org',
305 'glider@chromium.org'], 311 'glider@chromium.org'],
306 'base': ['brettw-cc@chromium.org'], 312 'base': ['brettw-cc@chromium.org'],
307 'browser_main': ['brettw-cc@chromium.org'], 313 'browser_main': ['brettw-cc@chromium.org'],
308 'browser_resources': ['arv@chromium.org'], 314 'browser_resources': ['arv@chromium.org'],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'yoshiki+watch@chromium.org', 405 'yoshiki+watch@chromium.org',
400 'yuzo+watch@chromium.org'], 406 'yuzo+watch@chromium.org'],
401 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], 407 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'],
402 'views_core': ['ben+watch@chromium.org'], 408 'views_core': ['ben+watch@chromium.org'],
403 'tools_emacs': ['fischman+watch@chromium.org'], 409 'tools_emacs': ['fischman+watch@chromium.org'],
404 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', 410 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org',
405 'piman+watch@chromium.org'], 411 'piman+watch@chromium.org'],
406 'textinput': ['suzhe@chromium.org'], 412 'textinput': ['suzhe@chromium.org'],
407 'omnibox': ['suzhe@chromium.org'], 413 'omnibox': ['suzhe@chromium.org'],
408 'message_loop': ['sadrul@chromium.org'], 414 'message_loop': ['sadrul@chromium.org'],
415 'clipboard': ['dcheng@chromium.org'],
409 }, 416 },
410 } 417 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698