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

Side by Side Diff: WATCHLISTS

Issue 695563008: Create watchlist for bluetooth, add scheib. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 10 matching lines...) Expand all
21 'filepath': 'Source/platform/audio' \ 21 'filepath': 'Source/platform/audio' \
22 '|Source/modules/webaudio', 22 '|Source/modules/webaudio',
23 }, 23 },
24 'bidi': { 24 'bidi': {
25 'filepath': 'Source/platform/text/.*Bidi' \ 25 'filepath': 'Source/platform/text/.*Bidi' \
26 '|Source/core/rendering/.*Bidi', 26 '|Source/core/rendering/.*Bidi',
27 }, 27 },
28 'bindings': { 28 'bindings': {
29 'filepath': 'Source/bindings', 29 'filepath': 'Source/bindings',
30 }, 30 },
31 'bluetooth': {
32 'filepath': '[Bb]luetooth'
Raymond Toy 2014/11/04 23:06:15 Nit: Will you actually have both Bluetooth and blu
scheib 2014/11/04 23:10:42 Thanks, yes both exist e.g. public/platform/WebBl
33 },
31 'test_runner': { 34 'test_runner': {
32 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner', 35 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner',
33 }, 36 },
34 'canvas': { 37 'canvas': {
35 'filepath': 'Source/core/html/canvas/' 38 'filepath': 'Source/core/html/canvas/'
36 }, 39 },
37 'clipboard': { 40 'clipboard': {
38 'filepath': 'Source/core/clipboard' \ 41 'filepath': 'Source/core/clipboard' \
39 '|Source/core/page/.*Drag' \ 42 '|Source/core/page/.*Drag' \
40 '|Source/platform/.*Drag' \ 43 '|Source/platform/.*Drag' \
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'yurys+blink@chromium.org', 325 'yurys+blink@chromium.org',
323 'eustas+blink@chromium.org', 326 'eustas+blink@chromium.org',
324 'caseq+blink@chromium.org', 327 'caseq+blink@chromium.org',
325 'paulirish+reviews@chromium.org', 328 'paulirish+reviews@chromium.org',
326 'malch+blink@chromium.org', 329 'malch+blink@chromium.org',
327 'sergeyv+blink@chromium.org', 330 'sergeyv+blink@chromium.org',
328 'devtools-reviews@chromium.org' ], 331 'devtools-reviews@chromium.org' ],
329 'bidi': [ 'leviw+bidiwatch@chromium.org' ], 332 'bidi': [ 'leviw+bidiwatch@chromium.org' ],
330 'bindings': [ 'arv+blink@chromium.org', 333 'bindings': [ 'arv+blink@chromium.org',
331 'blink-reviews-bindings@chromium.org' ], 334 'blink-reviews-bindings@chromium.org' ],
335 'bluetooth': [ 'scheib+watch@chromium.org' ],
332 'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ], 336 'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ],
333 'clipboard': [ 'dcheng@chromium.org', ], 337 'clipboard': [ 'dcheng@chromium.org', ],
334 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro mium.org' ], 338 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro mium.org' ],
335 'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org', 'tyoshino+wa tch@chromium.org' ], 339 'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org', 'tyoshino+wa tch@chromium.org' ],
336 'layers': [ 'blink-layers+watch@chromium.org' ], 340 'layers': [ 'blink-layers+watch@chromium.org' ],
337 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org', 'tyoshino+w atch@chromium.org' ], 341 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org', 'tyoshino+w atch@chromium.org' ],
338 'owners': [ 'abarth@chromium.org'], 342 'owners': [ 'abarth@chromium.org'],
339 'test_runner': [ 'jochen+watch@chromium.org' ], 343 'test_runner': [ 'jochen+watch@chromium.org' ],
340 'platform_graphics': [ 'schenney@chromium.org', 344 'platform_graphics': [ 'schenney@chromium.org',
341 'danakj@chromium.org', 345 'danakj@chromium.org',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'vikasa@google.com' ], 422 'vikasa@google.com' ],
419 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ], 423 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ],
420 'css_flexbox': [ 'cbiesinger@chromium.org' ], 424 'css_flexbox': [ 'cbiesinger@chromium.org' ],
421 'battery_status': [ 'timvolodine@chromium.org' ], 425 'battery_status': [ 'timvolodine@chromium.org' ],
422 'out_of_process_frames': [ 'dcheng@chromium.org' ], 426 'out_of_process_frames': [ 'dcheng@chromium.org' ],
423 'device_light': [ 'timvolodine@chromium.org' ], 427 'device_light': [ 'timvolodine@chromium.org' ],
424 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ], 428 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ],
425 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 429 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
426 }, 430 },
427 } 431 }
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