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

Side by Side Diff: WATCHLISTS

Issue 1167693013: WATCHLISTS: Add w3ctests entry to watch LayoutTests/imported/ and Tools/Scripts/webkitpy/w3c/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
« 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'filepath': 'LayoutTests/vibration/' \ 301 'filepath': 'LayoutTests/vibration/' \
302 '|Source/modules/vibration/' 302 '|Source/modules/vibration/'
303 }, 303 },
304 'viewport_interaction': { 304 'viewport_interaction': {
305 'filepath': 'Source/core/css/.*Viewport' \ 305 'filepath': 'Source/core/css/.*Viewport' \
306 '|Source/core/dom/ViewportArguments' \ 306 '|Source/core/dom/ViewportArguments' \
307 '|Source/core/html/HTMLMetaElement' \ 307 '|Source/core/html/HTMLMetaElement' \
308 '|Source/core/page/FrameView' \ 308 '|Source/core/page/FrameView' \
309 '|Source/core/page/scrolling' 309 '|Source/core/page/scrolling'
310 }, 310 },
311 'w3ctests': {
312 'filepath': 'LayoutTests/imported/' \
313 '|Tools/Scripts/webkitpy/w3c/'
314 },
311 'web': { 315 'web': {
312 'filepath': 'Source/web/' 316 'filepath': 'Source/web/'
313 }, 317 },
314 'web_idl': { 318 'web_idl': {
315 'filepath': 'Source/core/.*\.idl' 319 'filepath': 'Source/core/.*\.idl'
316 }, 320 },
317 'webcomponents': { 321 'webcomponents': {
318 'filepath': 'Source/core/dom/shadow/' \ 322 'filepath': 'Source/core/dom/shadow/' \
319 '|Source/core/dom/custom/' \ 323 '|Source/core/dom/custom/' \
320 '|Source/core/html/imports/' \ 324 '|Source/core/html/imports/' \
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'svg': [ 'schenney@chromium.org', 502 'svg': [ 'schenney@chromium.org',
499 'pdr+svgwatchlist@chromium.org', 503 'pdr+svgwatchlist@chromium.org',
500 'fmalita@chromium.org', 504 'fmalita@chromium.org',
501 'dschulze@chromium.org', 505 'dschulze@chromium.org',
502 'rob.buis@samsung.com', 506 'rob.buis@samsung.com',
503 'fs@opera.com', 507 'fs@opera.com',
504 'gyuyoung.kim@chromium.org', 508 'gyuyoung.kim@chromium.org',
505 'kouhei+svg@chromium.org' ], 509 'kouhei+svg@chromium.org' ],
506 'test_runner': [ 'jochen+watch@chromium.org', 510 'test_runner': [ 'jochen+watch@chromium.org',
507 'mlamouri+watch-blink@chromium.org' ], 511 'mlamouri+watch-blink@chromium.org' ],
512 'w3ctests' : [ 'blink-reviews-w3ctests@chromium.org' ],
508 'webp': [ 'urvang@chromium.org', 513 'webp': [ 'urvang@chromium.org',
509 'jzern@chromium.org', 514 'jzern@chromium.org',
510 'skal@google.com', 515 'skal@google.com',
511 'vikasa@google.com' ], 516 'vikasa@google.com' ],
512 'out_of_process_frames': [ 'dcheng@chromium.org', 517 'out_of_process_frames': [ 'dcheng@chromium.org',
513 'mlamouri+watch-blink@chromium.org' ], 518 'mlamouri+watch-blink@chromium.org' ],
514 'screen_orientation': [ 'mlamouri+watch-blink@chromium.org' ], 519 'screen_orientation': [ 'mlamouri+watch-blink@chromium.org' ],
515 'web_idl': [ 'arv+blink@chromium.org', 520 'web_idl': [ 'arv+blink@chromium.org',
516 'ch.dumez@samsung.com', 521 'ch.dumez@samsung.com',
517 'vivekg@chromium.org', 522 'vivekg@chromium.org',
518 'vivek.vg@samsung.com' ], 523 'vivek.vg@samsung.com' ],
519 'websockets': [ 'tyoshino+watch@chromium.org', 524 'websockets': [ 'tyoshino+watch@chromium.org',
520 'yhirano+watch@chromium.org' ], 525 'yhirano+watch@chromium.org' ],
521 'workers': [ 'kinuko+worker@chromium.org', 526 'workers': [ 'kinuko+worker@chromium.org',
522 'horo+watch@chromium.org', 527 'horo+watch@chromium.org',
523 'falken@chromium.org' ], 528 'falken@chromium.org' ],
524 'wtf': [ 'mikhail.pozdnyakov@intel.com', 529 'wtf': [ 'mikhail.pozdnyakov@intel.com',
525 'blink-reviews-wtf@chromium.org' ], 530 'blink-reviews-wtf@chromium.org' ],
526 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 531 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
527 }, 532 },
528 } 533 }
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