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

Side by Side Diff: WATCHLISTS

Issue 403793002: Remove ericu from WATCHLISTS, upon request (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | 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) 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium .org' ], 338 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium .org' ],
339 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ] , 339 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ] ,
340 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin k@chromium.org' ], 340 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin k@chromium.org' ],
341 'workers': [ 'kinuko+worker@chromium.org', 341 'workers': [ 'kinuko+worker@chromium.org',
342 'horo+watch@chromium.org', 342 'horo+watch@chromium.org',
343 'falken@chromium.org' ], 343 'falken@chromium.org' ],
344 'wtf': [ 'abarth@chromium.org', 344 'wtf': [ 'abarth@chromium.org',
345 'mikhail.pozdnyakov@intel.com', 345 'mikhail.pozdnyakov@intel.com',
346 'blink-reviews-wtf@chromium.org' ], 346 'blink-reviews-wtf@chromium.org' ],
347 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', 347 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org',
348 'jsbell+idb@chromium.org', 'cmumford@chromium.org', 348 'jsbell+idb@chromium.org', 'cmumford@chromium.org'],
349 'ericu+idb@chromium.org'],
350 'rendering': [ 'pdr@chromium.org', 349 'rendering': [ 'pdr@chromium.org',
351 'eae+blinkwatch@chromium.org', 350 'eae+blinkwatch@chromium.org',
352 'jchaffraix+rendering@chromium.org', 351 'jchaffraix+rendering@chromium.org',
353 'leviw+renderwatch@chromium.org', 352 'leviw+renderwatch@chromium.org',
354 'zoltan@webkit.org', 353 'zoltan@webkit.org',
355 'rune+blink@opera.com', 354 'rune+blink@opera.com',
356 'blink-reviews-rendering@chromium.org' ], 355 'blink-reviews-rendering@chromium.org' ],
357 'compositing': [ 'abarth@chromium.org' ], 356 'compositing': [ 'abarth@chromium.org' ],
358 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], 357 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ],
359 'prerender': [ 'gavinp+prerender@chromium.org' ], 358 'prerender': [ 'gavinp+prerender@chromium.org' ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'jzern@chromium.org', 390 'jzern@chromium.org',
392 'skal@google.com', 391 'skal@google.com',
393 'vikasa@google.com' ], 392 'vikasa@google.com' ],
394 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ], 393 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ],
395 'css_flexbox': [ 'cbiesinger@chromium.org' ], 394 'css_flexbox': [ 'cbiesinger@chromium.org' ],
396 'battery_status': [ 'timvolodine@chromium.org' ], 395 'battery_status': [ 'timvolodine@chromium.org' ],
397 'out_of_process_frames': [ 'dcheng@chromium.org' ], 396 'out_of_process_frames': [ 'dcheng@chromium.org' ],
398 'device_light': [ 'timvolodine@chromium.org' ], 397 'device_light': [ 'timvolodine@chromium.org' ],
399 }, 398 },
400 } 399 }
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