diff options
author | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-14 14:47:57 +0000 |
---|---|---|
committer | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-14 14:47:57 +0000 |
commit | 78375a5159a5096abf88cad3841c7f2370e1b006 (patch) | |
tree | e14f27a2a3fd6687d0f11d31db370e730d588697 /WATCHLISTS | |
parent | 5cfa522c2db574cfbbf2330efb20efa548f5a4e8 (diff) | |
download | chromium_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-- | WATCHLISTS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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'], |