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

Side by Side Diff: WATCHLISTS

Issue 10073017: Remove Active Downloads UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
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 8
9 { 9 {
10 'WATCHLIST_DEFINITIONS': { 10 'WATCHLIST_DEFINITIONS': {
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'filepath': 'task_manager' 236 'filepath': 'task_manager'
237 }, 237 },
238 'filebrowse': { 238 'filebrowse': {
239 'filepath': 'file_browser' \ 239 'filepath': 'file_browser' \
240 '|file_manager' \ 240 '|file_manager' \
241 '|filebrowse' 241 '|filebrowse'
242 }, 242 },
243 'imageburner': { 243 'imageburner': {
244 'filepath': 'imageburner' 244 'filepath': 'imageburner'
245 }, 245 },
246 'active_downloads': {
247 'filepath': 'active_downloads'
248 },
249 'gdata' : { 246 'gdata' : {
250 'filepath': 'gdata' 247 'filepath': 'gdata'
251 }, 248 },
252 'clang_update': { 249 'clang_update': {
253 'filepath': 'tools/clang/scripts/update.sh' 250 'filepath': 'tools/clang/scripts/update.sh'
254 }, 251 },
255 'panels': { 252 'panels': {
256 'filepath': 'chrome/browser/ui/panels/.*', 253 'filepath': 'chrome/browser/ui/panels/.*',
257 }, 254 },
258 'accelerator_table': { 255 'accelerator_table': {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'dennisjeffrey@chromium.org'], 409 'dennisjeffrey@chromium.org'],
413 'labs': ['thakis@chromium.org'], 410 'labs': ['thakis@chromium.org'],
414 'fileapi': ['kinuko+watch@chromium.org'], 411 'fileapi': ['kinuko+watch@chromium.org'],
415 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org', 412 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org',
416 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org'], 413 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org'],
417 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', 414 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org',
418 'dominich+watch@chromium.org', 'mmenke@chromium.org'], 415 'dominich+watch@chromium.org', 'mmenke@chromium.org'],
419 'chromedriver': ['kkania@chromium.org'], 416 'chromedriver': ['kkania@chromium.org'],
420 'task_manager': ['yoshiki+watch@chromium.org'], 417 'task_manager': ['yoshiki+watch@chromium.org'],
421 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], 418 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'],
422 'active_downloads': ['achuith+watch@chromium.org'],
423 'filebrowse': ['rginda+watch@chromium.org'], 419 'filebrowse': ['rginda+watch@chromium.org'],
424 'gdata': ['achuith+watch@chromium.org'], 420 'gdata': ['achuith+watch@chromium.org'],
425 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org', 421 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org',
426 'glotov+watch@chromium.org'], 422 'glotov+watch@chromium.org'],
427 'panels': ['dimich@chromium.org', 'jennb@chromium.org', 423 'panels': ['dimich@chromium.org', 'jennb@chromium.org',
428 'aburago@chromium.org', 'dcheng@chromium.org', 424 'aburago@chromium.org', 'dcheng@chromium.org',
429 'jianli@chromium.org', 'dslomov@chromium.org'], 425 'jianli@chromium.org', 'dslomov@chromium.org'],
430 'importer': ['tfarina@chromium.org'], 426 'importer': ['tfarina@chromium.org'],
431 'views': ['tfarina@chromium.org'], 427 'views': ['tfarina@chromium.org'],
432 'accelerator_table': ['mazda+watch@chromium.org', 428 'accelerator_table': ['mazda+watch@chromium.org',
(...skipping 25 matching lines...) Expand all
458 'textinput_chromeos': ['yusukes+watch@chromium.org'], 454 'textinput_chromeos': ['yusukes+watch@chromium.org'],
459 'omnibox': ['suzhe@chromium.org'], 455 'omnibox': ['suzhe@chromium.org'],
460 'message_loop': ['sadrul@chromium.org'], 456 'message_loop': ['sadrul@chromium.org'],
461 'clipboard': ['dcheng@chromium.org'], 457 'clipboard': ['dcheng@chromium.org'],
462 'metrics': ['jar@chromium.org', 458 'metrics': ['jar@chromium.org',
463 'isherman@chromium.org', 459 'isherman@chromium.org',
464 'mad@chromium.org'], 460 'mad@chromium.org'],
465 'installer': ['grt+watch@chromium.org'], 461 'installer': ['grt+watch@chromium.org'],
466 }, 462 },
467 } 463 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | chrome/browser/download/download_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698