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

Side by Side Diff: WATCHLISTS

Issue 571083002: Adding a preloadScanner watch list, and adding myself (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 }, 75 },
76 'html': { 76 'html': {
77 'filepath': 'Source/core/html/' 77 'filepath': 'Source/core/html/'
78 }, 78 },
79 'loader': { 79 'loader': {
80 'filepath': 'Source/core/loader', 80 'filepath': 'Source/core/loader',
81 }, 81 },
82 'owners': { 82 'owners': {
83 'filepath': 'OWNERS', 83 'filepath': 'OWNERS',
84 }, 84 },
85 'preloadScanner': {
86 'filepath': 'Source/core/html/parser/HTMLPreloadScanner'
danakj 2014/09/15 19:34:33 , at the end
87 },
85 'public_api': { 88 'public_api': {
86 'filepath': 'public' 89 'filepath': 'public'
87 }, 90 },
88 'serviceworkers' : { 91 'serviceworkers' : {
89 'filepath': 'Source/modules/serviceworkers' \ 92 'filepath': 'Source/modules/serviceworkers' \
90 '|LayoutTests/http/tests/serviceworker' 93 '|LayoutTests/http/tests/serviceworker'
91 }, 94 },
92 'serviceworkers_tests' : { 95 'serviceworkers_tests' : {
93 'filepath': 'LayoutTests/http/tests/serviceworker' 96 'filepath': 'LayoutTests/http/tests/serviceworker'
94 }, 97 },
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], 367 'jsbell+idb@chromium.org', 'cmumford@chromium.org'],
365 'rendering': [ 'pdr@chromium.org', 368 'rendering': [ 'pdr@chromium.org',
366 'eae+blinkwatch@chromium.org', 369 'eae+blinkwatch@chromium.org',
367 'jchaffraix+rendering@chromium.org', 370 'jchaffraix+rendering@chromium.org',
368 'leviw+renderwatch@chromium.org', 371 'leviw+renderwatch@chromium.org',
369 'zoltan@webkit.org', 372 'zoltan@webkit.org',
370 'rune+blink@opera.com', 373 'rune+blink@opera.com',
371 'blink-reviews-rendering@chromium.org' ], 374 'blink-reviews-rendering@chromium.org' ],
372 'compositing': [ 'abarth@chromium.org' ], 375 'compositing': [ 'abarth@chromium.org' ],
373 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], 376 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ],
374 'prerender': [ 'gavinp+prerender@chromium.org' ], 377 'prerender': [ 'gavinp+prerender@chromium.org',
378 'yoav@yoav.ws' ],
379 'preloadScanner': [ 'yoav@yoav.ws' ],
375 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera. com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], 380 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera. com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ],
376 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric. carlson@apple.com' ], 381 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric. carlson@apple.com' ],
377 'media_queries': [ 'kenneth.christiansen@gmail.com', 382 'media_queries': [ 'kenneth.christiansen@gmail.com',
378 'yoav@yoav.ws' ], 383 'yoav@yoav.ws' ],
379 'fileapi': [ 'kinuko+fileapi@chromium.org', 384 'fileapi': [ 'kinuko+fileapi@chromium.org',
380 'tzik@chromium.org', 385 'tzik@chromium.org',
381 'nhiroki@chromium.org' ], 386 'nhiroki@chromium.org' ],
382 'quota': [ 'kinuko+fileapi@chromium.org', 387 'quota': [ 'kinuko+fileapi@chromium.org',
383 'tzik@chromium.org', 388 'tzik@chromium.org',
384 'nhiroki@chromium.org' ], 389 'nhiroki@chromium.org' ],
(...skipping 29 matching lines...) Expand all
414 'skal@google.com', 419 'skal@google.com',
415 'vikasa@google.com' ], 420 'vikasa@google.com' ],
416 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ], 421 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ],
417 'css_flexbox': [ 'cbiesinger@chromium.org' ], 422 'css_flexbox': [ 'cbiesinger@chromium.org' ],
418 'battery_status': [ 'timvolodine@chromium.org' ], 423 'battery_status': [ 'timvolodine@chromium.org' ],
419 'out_of_process_frames': [ 'dcheng@chromium.org' ], 424 'out_of_process_frames': [ 'dcheng@chromium.org' ],
420 'device_light': [ 'timvolodine@chromium.org' ], 425 'device_light': [ 'timvolodine@chromium.org' ],
421 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ], 426 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ],
422 }, 427 },
423 } 428 }
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