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

Side by Side Diff: WATCHLISTS

Issue 815823004: Add myself to WATCHLISTS for multicol and pagination LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 '|LayoutTests/ietestcenter/css3/grid/' \ 276 '|LayoutTests/ietestcenter/css3/grid/' \
277 '|LayoutTests/platform/.*/fast/css-grid-layout/' \ 277 '|LayoutTests/platform/.*/fast/css-grid-layout/' \
278 '|LayoutTests/platform/.*/ietestcenter/css3/grid/' 278 '|LayoutTests/platform/.*/ietestcenter/css3/grid/'
279 }, 279 },
280 'css_flexbox': { 280 'css_flexbox': {
281 'filepath': 'Source/core/rendering/.*Flex' \ 281 'filepath': 'Source/core/rendering/.*Flex' \
282 '|LayoutTests/fast/flexbox/' \ 282 '|LayoutTests/fast/flexbox/' \
283 '|LayoutTests/css3/flexbox/' \ 283 '|LayoutTests/css3/flexbox/' \
284 '|LayoutTests/ietestcenter/css3/flexbox/' 284 '|LayoutTests/ietestcenter/css3/flexbox/'
285 }, 285 },
286 'fragment_layout': { 286 'css_fragmentation_tests': {
287 'filepath': 'Source/core/rendering/.*(FlowThread|MultiCol|Region)' \ 287 'filepath': '|LayoutTests/fast/multicol/' \
288 '|Source/core/rendering/ColumnInfo' \ 288 '|LayoutTests/fast/pagination/'
289 '|LayoutTests/.*/multicol/' \
290 '|LayoutTests/.*/regions/'
291 },
292 'table_layout': {
293 'filepath': 'Source/core/rendering/.*Table'
294 }, 289 },
295 'battery_status': { 290 'battery_status': {
296 'filepath': 'Source/modules/battery/' \ 291 'filepath': 'Source/modules/battery/' \
297 '|LayoutTests/battery-status/' \ 292 '|LayoutTests/battery-status/' \
298 '|Source/core/frame/PlatformEvent(Controller|Dispatcher)' 293 '|Source/core/frame/PlatformEvent(Controller|Dispatcher)'
299 }, 294 },
300 'device_light': { 295 'device_light': {
301 'filepath': 'Source/modules/device_light/' \ 296 'filepath': 'Source/modules/device_light/' \
302 '|LayoutTests/fast/dom/DeviceLight/' 297 '|LayoutTests/fast/dom/DeviceLight/'
303 }, 298 },
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'device_orientation': [ 'timvolodine@chromium.org', 428 'device_orientation': [ 'timvolodine@chromium.org',
434 'mvanouwerkerk+watch@chromium.org', 429 'mvanouwerkerk+watch@chromium.org',
435 'ch.dumez@samsung.com', 430 'ch.dumez@samsung.com',
436 'mlamouri+watch-blink@chromium.org' ], 431 'mlamouri+watch-blink@chromium.org' ],
437 'webp': [ 'urvang@google.com', 432 'webp': [ 'urvang@google.com',
438 'jzern@chromium.org', 433 'jzern@chromium.org',
439 'skal@google.com', 434 'skal@google.com',
440 'vikasa@google.com' ], 435 'vikasa@google.com' ],
441 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ], 436 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ],
442 'css_flexbox': [ 'cbiesinger@chromium.org' ], 437 'css_flexbox': [ 'cbiesinger@chromium.org' ],
438 'css_fragmentation_tests': [ 'mstensho@opera.com' ],
443 'battery_status': [ 'timvolodine@chromium.org', 439 'battery_status': [ 'timvolodine@chromium.org',
444 'mlamouri+watch-blink@chromium.org' ], 440 'mlamouri+watch-blink@chromium.org' ],
445 'out_of_process_frames': [ 'dcheng@chromium.org', 441 'out_of_process_frames': [ 'dcheng@chromium.org',
446 'mlamouri+watch-blink@chromium.org' ], 442 'mlamouri+watch-blink@chromium.org' ],
447 'device_light': [ 'timvolodine@chromium.org', 443 'device_light': [ 'timvolodine@chromium.org',
448 'mlamouri+watch-blink@chromium.org' ], 444 'mlamouri+watch-blink@chromium.org' ],
449 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ], 445 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ],
450 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 446 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
451 }, 447 },
452 } 448 }
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