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

Side by Side Diff: WATCHLISTS

Issue 2708923002: Add WATCHLIST entries for background fetch (Closed)
Patch Set: alphabetize Created 3 years, 10 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'chrome/browser/ui/autofill/|'\ 144 'chrome/browser/ui/autofill/|'\
145 'chrome/browser/ui/cocoa/autofill/|'\ 145 'chrome/browser/ui/cocoa/autofill/|'\
146 'chrome/browser/ui/views/autofill/|'\ 146 'chrome/browser/ui/views/autofill/|'\
147 'chrome/browser/ui/webui/options/autofill_|'\ 147 'chrome/browser/ui/webui/options/autofill_|'\
148 'chrome/renderer/autofill/|'\ 148 'chrome/renderer/autofill/|'\
149 'chrome/test/data/autofill/|'\ 149 'chrome/test/data/autofill/|'\
150 'components/autofill/|'\ 150 'components/autofill/|'\
151 'components/autofill/browser/webdata/|'\ 151 'components/autofill/browser/webdata/|'\
152 'components/webdata/', 152 'components/webdata/',
153 }, 153 },
154 'background_fetch': {
155 'filepath': 'background_fetch',
156 },
157 'background_sync': {
158 'filepath': 'background_sync',
159 },
154 'banners': { 160 'banners': {
155 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/| '\ 161 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/| '\
156 'chrome/android/javatests/src/org/chromium/chrome/browser/bann ers/|'\ 162 'chrome/android/javatests/src/org/chromium/chrome/browser/bann ers/|'\
157 'chrome/browser/android/banners/|'\ 163 'chrome/browser/android/banners/|'\
158 'chrome/browser/banners/|'\ 164 'chrome/browser/banners/|'\
159 'chrome/browser/ui/android/infobars/app_banner_.*|'\ 165 'chrome/browser/ui/android/infobars/app_banner_.*|'\
160 'chrome/renderer/banners/|'\ 166 'chrome/renderer/banners/|'\
161 'third_party/WebKit/public/platform/modules/app_banner/|'\ 167 'third_party/WebKit/public/platform/modules/app_banner/|'\
162 'third_party/WebKit/Source/modules/app_banner/', 168 'third_party/WebKit/Source/modules/app_banner/',
163 }, 169 },
164 'background_sync': {
165 'filepath': 'background_sync',
166 },
167 'base': { 170 'base': {
168 'filepath': '^base/', 171 'filepath': '^base/',
169 }, 172 },
170 'base_allocator': { 173 'base_allocator': {
171 'filepath': '^base/allocator', 174 'filepath': '^base/allocator',
172 }, 175 },
173 'base_memory': { 176 'base_memory': {
174 'filepath': '^base/memory', 177 'filepath': '^base/memory',
175 }, 178 },
176 'base_task_scheduler': { 179 'base_task_scheduler': {
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 'jbauman+watch@chromium.org', 1541 'jbauman+watch@chromium.org',
1539 'kalyan.kondapally@intel.com', 1542 'kalyan.kondapally@intel.com',
1540 'piman+watch@chromium.org'], 1543 'piman+watch@chromium.org'],
1541 'auto_bisect': ['auto-bisect-reviews@chromium.org'], 1544 'auto_bisect': ['auto-bisect-reviews@chromium.org'],
1542 'autofill': ['estade+watch@chromium.org', 1545 'autofill': ['estade+watch@chromium.org',
1543 'rouslan+autofill@chromium.org', 1546 'rouslan+autofill@chromium.org',
1544 'vabr+watchlistautofill@chromium.org', 1547 'vabr+watchlistautofill@chromium.org',
1545 'mathp+autofillwatch@chromium.org', 1548 'mathp+autofillwatch@chromium.org',
1546 'sebsg+autofillwatch@chromium.org', 1549 'sebsg+autofillwatch@chromium.org',
1547 'rogerm+autofillwatch@chromium.org'], 1550 'rogerm+autofillwatch@chromium.org'],
1551 'background_fetch': ['awdf+watch@chromium.org',
1552 'harkness+watch@chromium.org',
1553 'peter@chromium.org'],
1548 'background_sync': ['chasej+watch@chromium.org', 1554 'background_sync': ['chasej+watch@chromium.org',
1549 'iclelland+watch@chromium.org', 1555 'iclelland+watch@chromium.org',
1550 'jkarlin+watch@chromium.org', 1556 'jkarlin+watch@chromium.org',
1551 'peter@chromium.org'], 1557 'peter@chromium.org'],
1552 'banners': ['dominickn+watch@chromium.org', 1558 'banners': ['dominickn+watch@chromium.org',
1553 'pkotwicz+watch@chromium.org', 1559 'pkotwicz+watch@chromium.org',
1554 'zpeng+watch@chromium.org'], 1560 'zpeng+watch@chromium.org'],
1555 'base_allocator': ['dmikurube@chromium.org', 1561 'base_allocator': ['dmikurube@chromium.org',
1556 'wfh+watch@chromium.org'], 1562 'wfh+watch@chromium.org'],
1557 'base_memory': ['gavinp+memory@chromium.org'], 1563 'base_memory': ['gavinp+memory@chromium.org'],
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
2123 'raymes+watch@chromium.org'], 2129 'raymes+watch@chromium.org'],
2124 'windows_sandboxing': ['pennymac+watch@chromium.org', 2130 'windows_sandboxing': ['pennymac+watch@chromium.org',
2125 'wfh+watch@chromium.org'], 2131 'wfh+watch@chromium.org'],
2126 'x11': ['derat+watch@chromium.org', 2132 'x11': ['derat+watch@chromium.org',
2127 'sadrul@chromium.org', 2133 'sadrul@chromium.org',
2128 'yusukes+watch@chromium.org'], 2134 'yusukes+watch@chromium.org'],
2129 'xml': ['dominicc+watchlist@chromium.org'], 2135 'xml': ['dominicc+watchlist@chromium.org'],
2130 'zoom': ['wjmaclean@chromium.org'], 2136 'zoom': ['wjmaclean@chromium.org'],
2131 }, 2137 },
2132 } 2138 }
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