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

Side by Side Diff: WATCHLISTS

Issue 2660433003: Update WATCHLIST for recent platform/loading changes (Closed)
Patch Set: Created 3 years, 11 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 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'blink_dom': { 1199 'blink_dom': {
1200 'filepath': 'third_party/WebKit/Source/core/dom/' 1200 'filepath': 'third_party/WebKit/Source/core/dom/'
1201 }, 1201 },
1202 'blink_events': { 1202 'blink_events': {
1203 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \ 1203 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1204 '|third_party/WebKit/Source/core/dom/.*Event' \ 1204 '|third_party/WebKit/Source/core/dom/.*Event' \
1205 '|third_party/WebKit/Source/core/css/.*Event' \ 1205 '|third_party/WebKit/Source/core/css/.*Event' \
1206 '|third_party/WebKit/Source/platform/.*Event' 1206 '|third_party/WebKit/Source/platform/.*Event'
1207 }, 1207 },
1208 'blink_fetch': { 1208 'blink_fetch': {
1209 'filepath': 'third_party/WebKit/Source/core/fetch', 1209 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
1210 }, 1210 },
1211 'blink_heap': { 1211 'blink_heap': {
1212 'filepath': 'third_party/WebKit/Source/platform/heap' \ 1212 'filepath': 'third_party/WebKit/Source/platform/heap' \
1213 '|base/allocator/partition_allocator/' 1213 '|base/allocator/partition_allocator/'
1214 }, 1214 },
1215 'blink_html': { 1215 'blink_html': {
1216 'filepath': 'third_party/WebKit/Source/core/html/' 1216 'filepath': 'third_party/WebKit/Source/core/html/'
1217 }, 1217 },
1218 'blink_loader': { 1218 'blink_loader': {
1219 'filepath': 'third_party/WebKit/Source/core/loader', 1219 'filepath': 'third_party/WebKit/Source/core/loader', \
1220 'filepath': 'third_party/WebKit/Source/platform/loader'
1220 }, 1221 },
1221 'blink_modules': { 1222 'blink_modules': {
1222 'filepath': 'third_party/WebKit/Source/modules' 1223 'filepath': 'third_party/WebKit/Source/modules'
1223 }, 1224 },
1224 'blink_notifications': { 1225 'blink_notifications': {
1225 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \ 1226 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1226 '|third_party/WebKit/Source/modules/notifications' \ 1227 '|third_party/WebKit/Source/modules/notifications' \
1227 '|third_party/WebKit/public/platform/modules/notifications' 1228 '|third_party/WebKit/public/platform/modules/notifications'
1228 }, 1229 },
1229 'blink_owners': { 1230 'blink_owners': {
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
2080 'raymes+watch@chromium.org'], 2081 'raymes+watch@chromium.org'],
2081 'windows_sandboxing': ['pennymac+watch@chromium.org', 2082 'windows_sandboxing': ['pennymac+watch@chromium.org',
2082 'wfh+watch@chromium.org'], 2083 'wfh+watch@chromium.org'],
2083 'x11': ['derat+watch@chromium.org', 2084 'x11': ['derat+watch@chromium.org',
2084 'sadrul@chromium.org', 2085 'sadrul@chromium.org',
2085 'yusukes+watch@chromium.org'], 2086 'yusukes+watch@chromium.org'],
2086 'xml': ['dominicc+watchlist@chromium.org'], 2087 'xml': ['dominicc+watchlist@chromium.org'],
2087 'zoom': ['wjmaclean@chromium.org'], 2088 'zoom': ['wjmaclean@chromium.org'],
2088 }, 2089 },
2089 } 2090 }
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