summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-14 14:47:57 +0000
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-14 14:47:57 +0000
commit78375a5159a5096abf88cad3841c7f2370e1b006 (patch)
treee14f27a2a3fd6687d0f11d31db370e730d588697 /WATCHLISTS
parent5cfa522c2db574cfbbf2330efb20efa548f5a4e8 (diff)
downloadchromium_src-78375a5159a5096abf88cad3841c7f2370e1b006.zip
chromium_src-78375a5159a5096abf88cad3841c7f2370e1b006.tar.gz
chromium_src-78375a5159a5096abf88cad3841c7f2370e1b006.tar.bz2
Widen the prerender watch list.
The previous regexp was missing chrome/renderer/prerender. I decided to also widen it this way, so we also see common/prerender_messages.h, and the chromeos prerender_condition_network, and our test data. R=nirmimesh@chromium.org,mmenke@chromium.org,dominich@chromium.org,tburkhard@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/10693154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS5
1 files changed, 3 insertions, 2 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 6fd65fd..94ae1c1 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -250,7 +250,7 @@
'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
},
'prerender': {
- 'filepath': 'chrome/browser/prerender/.*'
+ 'filepath': 'prerender'
},
'pyauto': {
'filepath': 'chrome/test/pyautolib' \
@@ -456,7 +456,8 @@
'plugin': ['darin-cc@chromium.org', 'jam@chromium.org',
'stuartmorgan+watch@chromium.org'],
'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org',
- 'dominich+watch@chromium.org', 'mmenke@chromium.org'],
+ 'dominich+watch@chromium.org', 'mmenke@chromium.org',
+ 'gavinp+prer@chromium.org'],
'pyauto': ['anantha@chromium.org',
'nirnimesh@chromium.org', 'dyu@chromium.org',
'dennisjeffrey@chromium.org'],