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

Side by Side Diff: WATCHLISTS

Issue 2720503004: Add blink-reviews-frames@ to WATCHLIST (Closed)
Patch Set: Created 3 years, 9 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 '|third_party/WebKit/Source/web/WebRemoteFrameImpl' 1372 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1373 }, 1373 },
1374 'blink_fileapi': { 1374 'blink_fileapi': {
1375 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \ 1375 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1376 '|third_party/WebKit/Source/core/fileapi/' \ 1376 '|third_party/WebKit/Source/core/fileapi/' \
1377 '|third_party/WebKit/Source/platform/.*File' \ 1377 '|third_party/WebKit/Source/platform/.*File' \
1378 '|third_party/WebKit/Source/web/.*File' \ 1378 '|third_party/WebKit/Source/web/.*File' \
1379 '|third_party/WebKit/LayoutTests/fast/file' \ 1379 '|third_party/WebKit/LayoutTests/fast/file' \
1380 '|third_party/WebKit/public/.*File' 1380 '|third_party/WebKit/public/.*File'
1381 }, 1381 },
1382 'blink_frames': {
1383 'filepath': 'third_party/WebKit/Source/core/frame/'
1384 },
1382 'blink_quota': { 1385 'blink_quota': {
1383 'filepath': 'third_party/WebKit/Source/modules/quota/' \ 1386 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1384 '|third_party/WebKit/Source/web/.*Quota' \ 1387 '|third_party/WebKit/Source/web/.*Quota' \
1385 '|third_party/WebKit/public/.*Quota' 1388 '|third_party/WebKit/public/.*Quota'
1386 }, 1389 },
1387 'blink_mediacapturefromelement': { 1390 'blink_mediacapturefromelement': {
1388 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \ 1391 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1389 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture ' \ 1392 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture ' \
1390 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/ ' \ 1393 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/ ' \
1391 '|third_party/WebKit/public/platform/WebCanvasCapture' 1394 '|third_party/WebKit/public/platform/WebCanvasCapture'
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 'dglazkov+blink@chromium.org', 1642 'dglazkov+blink@chromium.org',
1640 'dtapuska+blinkwatch@chromium.org', 1643 'dtapuska+blinkwatch@chromium.org',
1641 'eae+blinkwatch@chromium.org'], 1644 'eae+blinkwatch@chromium.org'],
1642 'blink_fetch': ['gavinp+loader@chromium.org', 1645 'blink_fetch': ['gavinp+loader@chromium.org',
1643 'japhet@chromium.org', 1646 'japhet@chromium.org',
1644 'loading-reviews+fetch@chromium.org', 1647 'loading-reviews+fetch@chromium.org',
1645 'tyoshino+watch@chromium.org'], 1648 'tyoshino+watch@chromium.org'],
1646 'blink_fileapi': ['kinuko+fileapi@chromium.org', 1649 'blink_fileapi': ['kinuko+fileapi@chromium.org',
1647 'nhiroki@chromium.org', 1650 'nhiroki@chromium.org',
1648 'tzik@chromium.org'], 1651 'tzik@chromium.org'],
1652 'blink_frames': ['blink-reviews-frames@chromium.org'],
1649 'blink_geolocation': ['mlamouri+watch-blink@chromium.org', 1653 'blink_geolocation': ['mlamouri+watch-blink@chromium.org',
1650 'mvanouwerkerk+watch@chromium.org', 1654 'mvanouwerkerk+watch@chromium.org',
1651 'timvolodine@chromium.org'], 1655 'timvolodine@chromium.org'],
1652 'blink_heap': ['ager@chromium.org', 1656 'blink_heap': ['ager@chromium.org',
1653 'haraken@chromium.org', 1657 'haraken@chromium.org',
1654 'kouhei+heap@chromium.org', 1658 'kouhei+heap@chromium.org',
1655 'oilpan-reviews@chromium.org'], 1659 'oilpan-reviews@chromium.org'],
1656 'blink_html': ['blink-reviews-html@chromium.org', 1660 'blink_html': ['blink-reviews-html@chromium.org',
1657 'dglazkov+blink@chromium.org'], 1661 'dglazkov+blink@chromium.org'],
1658 'blink_htmlparser': ['kinuko+watch@chromium.org', 1662 'blink_htmlparser': ['kinuko+watch@chromium.org',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 'raymes+watch@chromium.org'], 2148 'raymes+watch@chromium.org'],
2145 'windows_sandboxing': ['pennymac+watch@chromium.org', 2149 'windows_sandboxing': ['pennymac+watch@chromium.org',
2146 'wfh+watch@chromium.org'], 2150 'wfh+watch@chromium.org'],
2147 'x11': ['derat+watch@chromium.org', 2151 'x11': ['derat+watch@chromium.org',
2148 'sadrul@chromium.org', 2152 'sadrul@chromium.org',
2149 'yusukes+watch@chromium.org'], 2153 'yusukes+watch@chromium.org'],
2150 'xml': ['dominicc+watchlist@chromium.org'], 2154 'xml': ['dominicc+watchlist@chromium.org'],
2151 'zoom': ['wjmaclean@chromium.org'], 2155 'zoom': ['wjmaclean@chromium.org'],
2152 }, 2156 },
2153 } 2157 }
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