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

Side by Side Diff: WATCHLISTS

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'imageburner': { 247 'imageburner': {
248 'filepath': 'imageburner' 248 'filepath': 'imageburner'
249 }, 249 },
250 'importer': { 250 'importer': {
251 'filepath': 'import', 251 'filepath': 'import',
252 }, 252 },
253 'installer': { 253 'installer': {
254 'filepath': 'chrome/installer/', 254 'filepath': 'chrome/installer/',
255 }, 255 },
256 'instant': { 256 'instant': {
257 'filepath': 'instant|searchbox', 257 'filepath': 'instant|searchbox|/ui/search/',
258 }, 258 },
259 'ipc': { 259 'ipc': {
260 'filepath': 'ipc/ipc', 260 'filepath': 'ipc/ipc',
261 }, 261 },
262 'labs': { 262 'labs': {
263 'filepath': 'chrome/browser/labs' \ 263 'filepath': 'chrome/browser/labs' \
264 '|chrome/browser/dom_ui/labs' 264 '|chrome/browser/dom_ui/labs'
265 }, 265 },
266 'layout_tests': { 266 'layout_tests': {
267 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', 267 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
(...skipping 438 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/app/generated_resources.grd » ('j') | chrome/browser/instant/instant_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698