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

Side by Side Diff: WATCHLISTS

Issue 1308053008: [bindings] Remove myself from WATCHLIST due to mail duplication (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # IMPORTANT: The regular expression filepath is tested against each path using 8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 9 # re.search, so it is not usually necessary to add .*.
10 10
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'animation': ['alexis.menard@intel.com', 353 'animation': ['alexis.menard@intel.com',
354 'ericwilligers@chromium.org', 354 'ericwilligers@chromium.org',
355 'rjwright@chromium.org', 355 'rjwright@chromium.org',
356 'shans@chromium.org', 356 'shans@chromium.org',
357 'blink-reviews-animation@chromium.org'], 357 'blink-reviews-animation@chromium.org'],
358 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], 358 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ],
359 'audio': ['rtoy@chromium.org'], 359 'audio': ['rtoy@chromium.org'],
360 'battery_status': [ 'timvolodine@chromium.org', 360 'battery_status': [ 'timvolodine@chromium.org',
361 'mlamouri+watch-blink@chromium.org' ], 361 'mlamouri+watch-blink@chromium.org' ],
362 'bidi': [ 'leviw+bidiwatch@chromium.org' ], 362 'bidi': [ 'leviw+bidiwatch@chromium.org' ],
363 'bindings': [ 'blink-reviews-bindings@chromium.org', 363 'bindings': [ 'blink-reviews-bindings@chromium.org' ],
364 'vivekg@chromium.org',
365 'vivek.vg@samsung.com' ],
366 'bluetooth': [ 'scheib+watch@chromium.org' ], 364 'bluetooth': [ 'scheib+watch@chromium.org' ],
367 'canvas2d': [ 'cabanier@adobe.com', 365 'canvas2d': [ 'cabanier@adobe.com',
368 'dongseong.hwang@intel.com', 366 'dongseong.hwang@intel.com',
369 'junov@chromium.org' ], 367 'junov@chromium.org' ],
370 'clipboard': [ 'dcheng@chromium.org', ], 368 'clipboard': [ 'dcheng@chromium.org', ],
371 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], 369 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ],
372 'css': [ 'alexis.menard@intel.com', 370 'css': [ 'alexis.menard@intel.com',
373 'apavlov+blink@chromium.org', 371 'apavlov+blink@chromium.org',
374 'dglazkov+blink@chromium.org', 372 'dglazkov+blink@chromium.org',
375 'rob.buis@samsung.com', 373 'rob.buis@samsung.com',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'yhirano+watch@chromium.org' ], 527 'yhirano+watch@chromium.org' ],
530 'workers': [ 'blink-worker-reviews@chromium.org', 528 'workers': [ 'blink-worker-reviews@chromium.org',
531 'kinuko+worker@chromium.org', 529 'kinuko+worker@chromium.org',
532 'horo+watch@chromium.org', 530 'horo+watch@chromium.org',
533 'falken@chromium.org' ], 531 'falken@chromium.org' ],
534 'wtf': [ 'mikhail.pozdnyakov@intel.com', 532 'wtf': [ 'mikhail.pozdnyakov@intel.com',
535 'blink-reviews-wtf@chromium.org' ], 533 'blink-reviews-wtf@chromium.org' ],
536 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 534 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
537 }, 535 },
538 } 536 }
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