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

Side by Side Diff: WATCHLISTS

Issue 1316523003: Add myself to some fetch/loading related watchlists (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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 '|Source/platform/exported/WebMediaStream' \ 259 '|Source/platform/exported/WebMediaStream' \
260 '|Source/platform/exported/WebRTC' \ 260 '|Source/platform/exported/WebRTC' \
261 '|LayoutTests/fast/mediastream/' 261 '|LayoutTests/fast/mediastream/'
262 }, 262 },
263 'geolocation': { 263 'geolocation': {
264 'filepath': 'LayoutTests/fast/dom/Geolocation/' \ 264 'filepath': 'LayoutTests/fast/dom/Geolocation/' \
265 '|Source/modules/geolocation/' \ 265 '|Source/modules/geolocation/' \
266 '|Source/web/.*Geolocation' \ 266 '|Source/web/.*Geolocation' \
267 '|public/web/.*Geolocation' 267 '|public/web/.*Geolocation'
268 }, 268 },
269 'htmlparser': {
270 'filepath': 'Source/core/html/parser/'
271 },
269 'screen_orientation': { 272 'screen_orientation': {
270 'filepath': 'Source/modules/screen_orientation/' \ 273 'filepath': 'Source/modules/screen_orientation/' \
271 '|public/platform/modules/screen_orientation', 274 '|public/platform/modules/screen_orientation',
272 }, 275 },
273 'scheduler': { 276 'scheduler': {
274 'filepath': 'Source/platform/scheduler' \ 277 'filepath': 'Source/platform/scheduler' \
275 '|Source/core/html/parser/.*Scheduler' 278 '|Source/core/html/parser/.*Scheduler'
276 }, 279 },
277 'serviceworkers' : { 280 'serviceworkers' : {
278 'filepath': 'Source/modules/serviceworkers' \ 281 'filepath': 'Source/modules/serviceworkers' \
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'yurys+blink@chromium.org', 399 'yurys+blink@chromium.org',
397 'caseq+blink@chromium.org', 400 'caseq+blink@chromium.org',
398 'sergeyv+blink@chromium.org', 401 'sergeyv+blink@chromium.org',
399 'kozyatinskiy+blink@chromium.org', 402 'kozyatinskiy+blink@chromium.org',
400 'devtools-reviews@chromium.org' ], 403 'devtools-reviews@chromium.org' ],
401 'events': [ 'eae+blinkwatch@chromium.org', 404 'events': [ 'eae+blinkwatch@chromium.org',
402 'dglazkov+blink@chromium.org', 405 'dglazkov+blink@chromium.org',
403 'blink-reviews-events@chromium.org' ], 406 'blink-reviews-events@chromium.org' ],
404 'fetch': [ 'japhet@chromium.org', 407 'fetch': [ 'japhet@chromium.org',
405 'gavinp+loader@chromium.org', 408 'gavinp+loader@chromium.org',
406 'tyoshino+watch@chromium.org' ], 409 'tyoshino+watch@chromium.org',
410 'kinuko+watch@chromium.org' ],
407 'layers': [ 'blink-layers+watch@chromium.org' ], 411 'layers': [ 'blink-layers+watch@chromium.org' ],
408 'loader': [ 'japhet@chromium.org', 412 'loader': [ 'japhet@chromium.org',
409 'gavinp+loader@chromium.org', 413 'gavinp+loader@chromium.org',
410 'tyoshino+watch@chromium.org', 414 'tyoshino+watch@chromium.org',
411 'kinuko+watch@chromium.org' ], 415 'kinuko+watch@chromium.org' ],
412 'owners': [ 'abarth@chromium.org'], 416 'owners': [ 'abarth@chromium.org'],
413 'platform_graphics': [ 'schenney@chromium.org', 417 'platform_graphics': [ 'schenney@chromium.org',
414 'danakj@chromium.org', 418 'danakj@chromium.org',
415 'pdr+graphicswatchlist@chromium.org', 419 'pdr+graphicswatchlist@chromium.org',
416 'cabanier@adobe.com', 420 'cabanier@adobe.com',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'nhiroki@chromium.org' ], 475 'nhiroki@chromium.org' ],
472 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], 476 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ],
473 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 477 'webcomponents': [ 'webcomponents-bugzilla@chromium.org',
474 'dglazkov+blink@chromium.org' ], 478 'dglazkov+blink@chromium.org' ],
475 'mediastream': [ 'tommyw+watchlist@chromium.org' ], 479 'mediastream': [ 'tommyw+watchlist@chromium.org' ],
476 'navigator_content_utils': [ 'gyuyoung.kim@chromium.org' ], 480 'navigator_content_utils': [ 'gyuyoung.kim@chromium.org' ],
477 'notifications': [ 'peter+watch@chromium.org' ], 481 'notifications': [ 'peter+watch@chromium.org' ],
478 'geolocation': [ 'mvanouwerkerk+watch@chromium.org', 482 'geolocation': [ 'mvanouwerkerk+watch@chromium.org',
479 'timvolodine@chromium.org', 483 'timvolodine@chromium.org',
480 'mlamouri+watch-blink@chromium.org' ], 484 'mlamouri+watch-blink@chromium.org' ],
485 'htmlparser': [ 'kinuko+watch@chromium.org' ],
481 'vibration': [ 'mvanouwerkerk+watch@chromium.org', 486 'vibration': [ 'mvanouwerkerk+watch@chromium.org',
482 'mlamouri+watch-blink@chromium.org' ], 487 'mlamouri+watch-blink@chromium.org' ],
483 'serviceworkers': [ 'jsbell+serviceworker@chromium.org', 488 'serviceworkers': [ 'jsbell+serviceworker@chromium.org',
484 'kinuko+serviceworker@chromium.org', 489 'kinuko+serviceworker@chromium.org',
485 'tzik@chromium.org', 490 'tzik@chromium.org',
486 'nhiroki@chromium.org', 491 'nhiroki@chromium.org',
487 'horo+watch@chromium.org', 492 'horo+watch@chromium.org',
488 'falken@chromium.org', 493 'falken@chromium.org',
489 'michaeln@chromium.org', 494 'michaeln@chromium.org',
490 'serviceworker-reviews@chromium.org' ], 495 'serviceworker-reviews@chromium.org' ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'yhirano+watch@chromium.org' ], 529 'yhirano+watch@chromium.org' ],
525 'workers': [ 'blink-worker-reviews@chromium.org', 530 'workers': [ 'blink-worker-reviews@chromium.org',
526 'kinuko+worker@chromium.org', 531 'kinuko+worker@chromium.org',
527 'horo+watch@chromium.org', 532 'horo+watch@chromium.org',
528 'falken@chromium.org' ], 533 'falken@chromium.org' ],
529 'wtf': [ 'mikhail.pozdnyakov@intel.com', 534 'wtf': [ 'mikhail.pozdnyakov@intel.com',
530 'blink-reviews-wtf@chromium.org' ], 535 'blink-reviews-wtf@chromium.org' ],
531 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 536 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
532 }, 537 },
533 } 538 }
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