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

Side by Side Diff: WATCHLISTS

Issue 8574077: Fix watchlist definition for clipboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
« 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 '|views/controls/textfield/.*' 296 '|views/controls/textfield/.*'
297 }, 297 },
298 'omnibox': { 298 'omnibox': {
299 'filepath': 'chrome/browser/autocomplete/.*'\ 299 'filepath': 'chrome/browser/autocomplete/.*'\
300 '|chrome/browser/ui/.*/omnibox/.*' 300 '|chrome/browser/ui/.*/omnibox/.*'
301 }, 301 },
302 'message_loop': { 302 'message_loop': {
303 'filepath': 'base/message_.*' 303 'filepath': 'base/message_.*'
304 }, 304 },
305 'clipboard': { 305 'clipboard': {
306 'filepath': 'clipboard', 306 'filepath': 'clipboard|dnd|drag|drop',
307 'filepath': 'dnd',
308 'filepath': 'drag',
309 'filepath': 'drop',
310 }, 307 },
311 }, 308 },
312 309
313 'WATCHLISTS': { 310 'WATCHLISTS': {
314 'this_file': ['nirnimesh@chromium.org'], 311 'this_file': ['nirnimesh@chromium.org'],
315 'valgrind': ['timurrrr@chromium.org', 312 'valgrind': ['timurrrr@chromium.org',
316 'stuartmorgan+watch@chromium.org', 313 'stuartmorgan+watch@chromium.org',
317 'glider@chromium.org'], 314 'glider@chromium.org'],
318 'base': ['brettw-cc@chromium.org'], 315 'base': ['brettw-cc@chromium.org'],
319 'browser_main': ['brettw-cc@chromium.org'], 316 'browser_main': ['brettw-cc@chromium.org'],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', 416 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org',
420 'piman+watch@chromium.org'], 417 'piman+watch@chromium.org'],
421 'textinput': ['penghuang+watch@chromium.org', 418 'textinput': ['penghuang+watch@chromium.org',
422 'suzhe@chromium.org', 419 'suzhe@chromium.org',
423 'yusukes+watch@chromium.org'], 420 'yusukes+watch@chromium.org'],
424 'omnibox': ['suzhe@chromium.org'], 421 'omnibox': ['suzhe@chromium.org'],
425 'message_loop': ['sadrul@chromium.org'], 422 'message_loop': ['sadrul@chromium.org'],
426 'clipboard': ['dcheng@chromium.org'], 423 'clipboard': ['dcheng@chromium.org'],
427 }, 424 },
428 } 425 }
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