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

Side by Side Diff: WATCHLISTS

Issue 136793013: Add ed to svg, css WATCHLISTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 11 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'test_runner': [ 'jochen+watch@chromium.org' ], 260 'test_runner': [ 'jochen+watch@chromium.org' ],
261 'platform_graphics': [ 'jamesr@chromium.org', 261 'platform_graphics': [ 'jamesr@chromium.org',
262 'schenney@chromium.org', 262 'schenney@chromium.org',
263 'danakj@chromium.org', 263 'danakj@chromium.org',
264 'pdr@chromium.org', 264 'pdr@chromium.org',
265 'cabanier@adobe.com', 265 'cabanier@adobe.com',
266 'dsinclair@chromium.org', 266 'dsinclair@chromium.org',
267 'dschulze@chromium.org', 267 'dschulze@chromium.org',
268 'rob.buis@samsung.com', 268 'rob.buis@samsung.com',
269 'jbroman@chromium.org' ], 269 'jbroman@chromium.org' ],
270 'svg': [ 'schenney@chromium.org', 'pdr@google.com', 'fmalita@chromium.org', 'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com' ], 270 'svg': [ 'schenney@chromium.org', 'pdr@google.com', 'fmalita@chromium.org', 'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com', 'ed+blinkwatch@ opera.com' ],
271 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+ blink@chromium.org' ], 271 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+ blink@chromium.org', 'ed+blinkwatch@opera.com' ],
272 'dom': [ 'adamk+blink@chromium.org', 272 'dom': [ 'adamk+blink@chromium.org',
273 'eae+blinkwatch@chromium.org', 273 'eae+blinkwatch@chromium.org',
274 'dglazkov+blink@chromium.org', 274 'dglazkov+blink@chromium.org',
275 'sigbjornf@opera.com', 275 'sigbjornf@opera.com',
276 'ch.dumez@samsung.com' ], 276 'ch.dumez@samsung.com' ],
277 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ], 277 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ],
278 'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ], 278 'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ],
279 'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ], 279 'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ],
280 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin k@chromium.org' ], 280 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin k@chromium.org' ],
281 'workers': [ 'kinuko+watch@chromium.org' ], 281 'workers': [ 'kinuko+watch@chromium.org' ],
(...skipping 21 matching lines...) Expand all
303 'vibration': [ 'mvanouwerkerk@chromium.org' ], 303 'vibration': [ 'mvanouwerkerk@chromium.org' ],
304 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], 304 'spellcheck' : [ 'groby+blinkspell@chromium.org' ],
305 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium. org', 'ch.dumez@samsung.com' ], 305 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium. org', 'ch.dumez@samsung.com' ],
306 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], 306 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ],
307 'webp': [ 'urvang@google.com', 307 'webp': [ 'urvang@google.com',
308 'jzern@chromium.org', 308 'jzern@chromium.org',
309 'skal@google.com', 309 'skal@google.com',
310 'vikasa@google.com' ], 310 'vikasa@google.com' ],
311 }, 311 },
312 } 312 }
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