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

Side by Side Diff: WATCHLISTS

Issue 236973002: Adding myself to Blink watchlist. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'aandrey+blink@chromium.org', 276 'aandrey+blink@chromium.org',
277 'alph+blink@chromium.org', 277 'alph+blink@chromium.org',
278 'apavlov+blink@chromium.org', 278 'apavlov+blink@chromium.org',
279 'loislo+blink@chromium.org', 279 'loislo+blink@chromium.org',
280 'lushnikov+blink@chromium.org', 280 'lushnikov+blink@chromium.org',
281 'vsevik+blink@chromium.org', 281 'vsevik+blink@chromium.org',
282 'yurys+blink@chromium.org', 282 'yurys+blink@chromium.org',
283 'eustas+blink@chromium.org', 283 'eustas+blink@chromium.org',
284 'caseq+blink@chromium.org', 284 'caseq+blink@chromium.org',
285 'paulirish+reviews@chromium.org', 285 'paulirish+reviews@chromium.org',
286 'malch+blink@chromium.org',
286 'devtools-reviews@chromium.org' ], 287 'devtools-reviews@chromium.org' ],
287 'bidi': [ 'leviw+bidiwatch@chromium.org' ], 288 'bidi': [ 'leviw+bidiwatch@chromium.org' ],
288 'bindings': [ 'abarth@chromium.org', 289 'bindings': [ 'abarth@chromium.org',
289 'adamk+blink@chromium.org', 290 'adamk+blink@chromium.org',
290 'arv+blink@chromium.org', 291 'arv+blink@chromium.org',
291 'ch.dumez@samsung.com', 292 'ch.dumez@samsung.com',
292 'haraken@chromium.org', 293 'haraken@chromium.org',
293 'japhet@chromium.org', 294 'japhet@chromium.org',
294 'jsbell+bindings@chromium.org', 295 'jsbell+bindings@chromium.org',
295 'marja+watch@chromium.org', 296 'marja+watch@chromium.org',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], 378 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ],
378 'webp': [ 'urvang@google.com', 379 'webp': [ 'urvang@google.com',
379 'jzern@chromium.org', 380 'jzern@chromium.org',
380 'skal@google.com', 381 'skal@google.com',
381 'vikasa@google.com' ], 382 'vikasa@google.com' ],
382 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ], 383 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ],
383 'fragment_layout': [ 'mstensho+blink@opera.com' ], 384 'fragment_layout': [ 'mstensho+blink@opera.com' ],
384 'table_layout': [ 'mstensho+blink@opera.com' ], 385 'table_layout': [ 'mstensho+blink@opera.com' ],
385 }, 386 },
386 } 387 }
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