aboutsummaryrefslogtreecommitdiff
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2016-03-22 12:00:34 +0000
committerBen Murdoch <benm@google.com>2016-04-05 15:27:36 +0100
commit014dc512cdd3e367bee49a713fdc5ed92584a3e5 (patch)
tree742b8bb81c9998b13f6a801f8e0bec6ae9a568c1 /WATCHLISTS
parent094c92c64194bd11593e915f372914dcfccf9dd2 (diff)
downloadv8-014dc512cdd3e367bee49a713fdc5ed92584a3e5.tar.gz
Upgrade V8 to version 4.9.385.28
https://chromium.googlesource.com/v8/v8/+/4.9.385.28 Change-Id: I4b2e74289d4bf3667f2f3dc8aa2e541f63e26eb4
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS41
1 files changed, 41 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 9c2bce9c..81e941f2 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -36,11 +36,52 @@
'public_api': {
'filepath': 'include/',
},
+ 'snapshot': {
+ 'filepath': 'src/snapshot/',
+ },
+ 'debugger': {
+ 'filepath': 'src/debug/',
+ },
+ 'interpreter': {
+ 'filepath': 'src/interpreter/',
+ 'filepath': 'test/cctest/interpreter/',
+ 'filepath': 'test/unittests/interpreter/',
+ },
+ 'feature_shipping_status': {
+ 'filepath': 'src/flag-definitions.h',
+ },
+ 'gc_changes': {
+ 'filepath': 'src/heap/',
+ },
+ 'merges': {
+ 'filepath': '.',
+ },
},
'WATCHLISTS': {
'public_api': [
'phajdan.jr@chromium.org',
],
+ 'snapshot': [
+ 'yangguo@chromium.org',
+ ],
+ 'debugger': [
+ 'yangguo@chromium.org',
+ ],
+ 'interpreter': [
+ 'rmcilroy@chromium.org',
+ 'oth@chromium.org',
+ ],
+ 'feature_shipping_status': [
+ 'hablich@chromium.org',
+ ],
+ 'gc_changes': [
+ 'hpayer@chromium.org',
+ 'ulan@chromium.org',
+ ],
+ 'merges': [
+ # Only enabled on branches created with tools/release/create_release.py
+ 'v8-merges@googlegroups.com',
+ ],
},
}