Set up WATCHLIST for DevTools related changes
Change-Id: I66699c48eaa9a2cae8290a0240fb359f6367e325 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1861855 Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#64370}
This commit is contained in:
parent
83cc67eb69
commit
b603c65585
26
WATCHLISTS
26
WATCHLISTS
@ -40,8 +40,14 @@
|
||||
'snapshot': {
|
||||
'filepath': 'src/snapshot/',
|
||||
},
|
||||
'debugger': {
|
||||
'filepath': 'src/debug/',
|
||||
'devtools': {
|
||||
'filepath': 'src/debug/' \
|
||||
'|src/inspector/' \
|
||||
'|src/profiler/' \
|
||||
'|src/libsampler/' \
|
||||
'|src/tracing/' \
|
||||
'|include/js_protocol.pdl' \
|
||||
'|include/v8-inspector*\.h',
|
||||
},
|
||||
'interpreter': {
|
||||
'filepath': 'src/interpreter/' \
|
||||
@ -68,9 +74,6 @@
|
||||
'merges': {
|
||||
'filepath': '.',
|
||||
},
|
||||
'inspector': {
|
||||
'filepath': 'inspector',
|
||||
},
|
||||
'wasm': {
|
||||
'filepath': 'src/wasm/' \
|
||||
'|src/compiler/wasm',
|
||||
@ -82,10 +85,6 @@
|
||||
'filepath': 'src/ast/' \
|
||||
'|src/parsing/',
|
||||
},
|
||||
'profiler': {
|
||||
'filepath': 'src/profiler/' \
|
||||
'|src/libsampler/',
|
||||
},
|
||||
'torque': {
|
||||
'filepath': '.*\.tq$',
|
||||
},
|
||||
@ -107,11 +106,9 @@
|
||||
],
|
||||
'snapshot': [
|
||||
'jgruber+watch@chromium.org',
|
||||
'yangguo+watch@chromium.org',
|
||||
],
|
||||
'debugger': [
|
||||
'jgruber+watch@chromium.org',
|
||||
'yangguo+watch@chromium.org',
|
||||
'devtools': [
|
||||
'devtools-reviews+v8@chromium.org',
|
||||
],
|
||||
'interpreter': [
|
||||
'rmcilroy@chromium.org',
|
||||
@ -130,9 +127,6 @@
|
||||
# Only enabled on branches created with tools/release/create_release.py
|
||||
# 'v8-merges@googlegroups.com',
|
||||
],
|
||||
'inspector': [
|
||||
'devtools-reviews@chromium.org',
|
||||
],
|
||||
'wasm': [
|
||||
'wasm-v8@google.com',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user