summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorcreis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-05 22:47:31 +0000
committercreis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-05 22:47:31 +0000
commitb95700e633f8e4aa280fdaffe7e761c62d377221 (patch)
treef6b30815ecad524e8945fc22e9ea737de26a6cd2 /WATCHLISTS
parent3ed8c7e21217067f7516275d9bc3c1d4fa447d23 (diff)
downloadchromium_src-b95700e633f8e4aa280fdaffe7e761c62d377221.zip
chromium_src-b95700e633f8e4aa280fdaffe7e761c62d377221.tar.gz
chromium_src-b95700e633f8e4aa280fdaffe7e761c62d377221.tar.bz2
Add to tab_contents and site_instance watchlists.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8165002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS8
1 files changed, 7 insertions, 1 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index d09e01b..97a39af 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -69,6 +69,10 @@
'content/browser/tab_contents/.*|'\
'chrome/browser/ui/tab_contents/.*',
},
+ 'site_instance': {
+ 'filepath': 'content/browser/site_instance.*|'\
+ 'content/browser/browsing_instance.*',
+ },
'webkit': {
'filepath': 'webkit/.*',
},
@@ -297,7 +301,9 @@
'history': ['brettw-cc@chromium.org'],
'renderer': ['darin-cc@chromium.org',
'brettw-cc@chromium.org'],
- 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org'],
+ 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org',
+ 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
+ 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
'webkit': ['darin-cc@chromium.org'],
'plugin': ['darin-cc@chromium.org', 'jam@chromium.org',
'stuartmorgan+watch@chromium.org'],