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

Side by Side Diff: WATCHLISTS

Issue 1897233003: Create feedback_ui watchlist and add self. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'media/base/android/*drm*|' \ 358 'media/base/android/*drm*|' \
359 'media/cdm/|' \ 359 'media/cdm/|' \
360 'third_party/widevine/cdm/' 360 'third_party/widevine/cdm/'
361 }, 361 },
362 'events': { 362 'events': {
363 'filepath': 'ui/events/', 363 'filepath': 'ui/events/',
364 }, 364 },
365 'extension': { 365 'extension': {
366 'filepath': 'extension', 366 'filepath': 'extension',
367 }, 367 },
368 'feedback_ui': {
369 'filepath': 'chrome/browser/resources/(md_)?feedback/'
370 },
368 'fileapi': { 371 'fileapi': {
369 'filepath': 'file_system/|' \ 372 'filepath': 'file_system/|' \
370 'fileapi/' 373 'fileapi/'
371 }, 374 },
372 'filebrowse': { 375 'filebrowse': {
373 'filepath': 'file_browser|' \ 376 'filepath': 'file_browser|' \
374 'file_manager|' \ 377 'file_manager|' \
375 'filebrowse' 378 'filebrowse'
376 }, 379 },
377 'filesapp': { 380 'filesapp': {
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 'dns': ['mmenke@chromium.org'], 1417 'dns': ['mmenke@chromium.org'],
1415 'download': ['asanka@chromium.org'], 1418 'download': ['asanka@chromium.org'],
1416 'downloads_ui': ['asanka@chromium.org', 1419 'downloads_ui': ['asanka@chromium.org',
1417 'dbeam+watch-downloads@chromium.org'], 1420 'dbeam+watch-downloads@chromium.org'],
1418 'drive': ['tfarina@chromium.org'], 1421 'drive': ['tfarina@chromium.org'],
1419 'drive_resource_metadata': ['hashimoto+watch@chromium.org'], 1422 'drive_resource_metadata': ['hashimoto+watch@chromium.org'],
1420 'eme': ['eme-reviews@chromium.org'], 1423 'eme': ['eme-reviews@chromium.org'],
1421 'events': ['tdresser+watch@chromium.org'], 1424 'events': ['tdresser+watch@chromium.org'],
1422 'extension': ['chromium-apps-reviews@chromium.org', 1425 'extension': ['chromium-apps-reviews@chromium.org',
1423 'extensions-reviews@chromium.org'], 1426 'extensions-reviews@chromium.org'],
1427 'feedback_ui': ['apacible+watch@chromium.org'],
1424 'fileapi': ['kinuko+fileapi@chromium.org', 1428 'fileapi': ['kinuko+fileapi@chromium.org',
1425 'nhiroki@chromium.org', 1429 'nhiroki@chromium.org',
1426 'tzik@chromium.org'], 1430 'tzik@chromium.org'],
1427 'filebrowse': ['rginda+watch@chromium.org'], 1431 'filebrowse': ['rginda+watch@chromium.org'],
1428 'filesapp': ['mtomasz+watch@chromium.org'], 1432 'filesapp': ['mtomasz+watch@chromium.org'],
1429 'ftp': ['phajdan.jr@chromium.org'], 1433 'ftp': ['phajdan.jr@chromium.org'],
1430 'gcm': ['zea+watch@chromium.org', 'peter@chromium.org', 1434 'gcm': ['zea+watch@chromium.org', 'peter@chromium.org',
1431 'johnme+watch@chromium.org'], 1435 'johnme+watch@chromium.org'],
1432 'geolocation': ['mvanouwerkerk@chromium.org', 1436 'geolocation': ['mvanouwerkerk@chromium.org',
1433 'mlamouri+watch-geolocation@chromium.org'], 1437 'mlamouri+watch-geolocation@chromium.org'],
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 'kinuko+worker@chromium.org', 1789 'kinuko+worker@chromium.org',
1786 'horo+watch@chromium.org', 1790 'horo+watch@chromium.org',
1787 'falken@chromium.org' ], 1791 'falken@chromium.org' ],
1788 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', 1792 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
1789 'blink-reviews-wtf@chromium.org' ], 1793 'blink-reviews-wtf@chromium.org' ],
1790 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 1794 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
1791 'test_runner': [ 'jochen+watch@chromium.org', 1795 'test_runner': [ 'jochen+watch@chromium.org',
1792 'mlamouri+watch-test-runner@chromium.org' ], 1796 'mlamouri+watch-test-runner@chromium.org' ],
1793 }, 1797 },
1794 } 1798 }
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