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

Side by Side Diff: WATCHLISTS

Issue 11574006: Implement chrome.downloads.onDeterminingFilename() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r185803 Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/download/chrome_download_manager_delegate.h » ('j') | 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'filepath': 'chrome/browser/resources/options/|'\ 185 'filepath': 'chrome/browser/resources/options/|'\
186 'chrome/browser/resources/options.html|'\ 186 'chrome/browser/resources/options.html|'\
187 'chrome/browser/ui/webui/options/', 187 'chrome/browser/ui/webui/options/',
188 }, 188 },
189 'download': { 189 'download': {
190 'filepath': 'chrome/browser/download/|'\ 190 'filepath': 'chrome/browser/download/|'\
191 'content/browser/download/', 191 'content/browser/download/',
192 }, 192 },
193 'downloads_ext': { 193 'downloads_ext': {
194 'filepath': 'chrome/browser/extensions/api/downloads/|'\ 194 'filepath': 'chrome/browser/extensions/api/downloads/|'\
195 'chrome/common/extensions/api/downloads.idl', 195 'chrome/common/extensions/api/downloads.*.idl',
196 }, 196 },
197 'downloads_ui': { 197 'downloads_ui': {
198 'filepath': 'chrome/browser/resources/downloads/|' \ 198 'filepath': 'chrome/browser/resources/downloads/|' \
199 'chrome/browser/ui/webui/.*downloads|' \ 199 'chrome/browser/ui/webui/.*downloads|' \
200 'chrome/browser/ui/views/download/|' \ 200 'chrome/browser/ui/views/download/|' \
201 'chrome/browser/ui/cocoa/download/|' \ 201 'chrome/browser/ui/cocoa/download/|' \
202 'chrome/browser/ui/gtk/download/' 202 'chrome/browser/ui/gtk/download/'
203 }, 203 },
204 'drive': { 204 'drive': {
205 'filepath': 'chrome/browser/chromeos/drive/|' \ 205 'filepath': 'chrome/browser/chromeos/drive/|' \
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'groby+watch@chromium.org', 706 'groby+watch@chromium.org',
707 'rouslan+watch@chromium.org'], 707 'rouslan+watch@chromium.org'],
708 'website_settings': ['markusheintz@chromium.org'], 708 'website_settings': ['markusheintz@chromium.org'],
709 'webkit': ['darin-cc@chromium.org'], 709 'webkit': ['darin-cc@chromium.org'],
710 'worker': ['jam@chromium.org'], 710 'worker': ['jam@chromium.org'],
711 'x11': ['derat+watch@chromium.org', 711 'x11': ['derat+watch@chromium.org',
712 'sadrul@chromium.org', 712 'sadrul@chromium.org',
713 'yusukes+watch@chromium.org'], 713 'yusukes+watch@chromium.org'],
714 }, 714 },
715 } 715 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/chrome_download_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698