2013-10-10 11:37:48 +00:00
|
|
|
# Copyright 2013 the V8 project authors. All rights reserved.
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
#
|
|
|
|
# * Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following
|
|
|
|
# disclaimer in the documentation and/or other materials provided
|
|
|
|
# with the distribution.
|
|
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived
|
|
|
|
# from this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
# Watchlist Rules
|
|
|
|
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
|
|
|
|
|
|
|
|
# IMPORTANT: The regular expression filepath is tested against each path using
|
|
|
|
# re.search, so it is not usually necessary to add .*.
|
|
|
|
|
|
|
|
{
|
|
|
|
'WATCHLIST_DEFINITIONS': {
|
2021-08-10 09:02:00 +00:00
|
|
|
'api': {
|
|
|
|
'filepath': 'include/',
|
|
|
|
},
|
2015-04-07 13:38:22 +00:00
|
|
|
'snapshot': {
|
|
|
|
'filepath': 'src/snapshot/',
|
|
|
|
},
|
2019-10-15 07:34:46 +00:00
|
|
|
'devtools': {
|
|
|
|
'filepath': 'src/debug/' \
|
|
|
|
'|src/inspector/' \
|
|
|
|
'|src/profiler/' \
|
|
|
|
'|src/libsampler/' \
|
|
|
|
'|src/tracing/' \
|
|
|
|
'|include/js_protocol.pdl' \
|
|
|
|
'|include/v8-inspector*\.h',
|
2015-04-07 13:38:22 +00:00
|
|
|
},
|
2021-04-23 14:56:36 +00:00
|
|
|
'baseline': {
|
2021-08-10 09:02:00 +00:00
|
|
|
'filepath': 'src/baseline/',
|
2021-04-23 14:56:36 +00:00
|
|
|
},
|
2015-10-19 11:34:54 +00:00
|
|
|
'feature_shipping_status': {
|
2019-05-24 13:51:59 +00:00
|
|
|
'filepath': 'src/flags/flag-definitions.h',
|
2015-10-19 11:34:54 +00:00
|
|
|
},
|
2021-11-08 15:53:05 +00:00
|
|
|
'heap_changes': {
|
2015-12-02 12:49:36 +00:00
|
|
|
'filepath': 'src/heap/',
|
|
|
|
},
|
2016-01-19 09:17:38 +00:00
|
|
|
'arm': {
|
|
|
|
'filepath': '/arm/',
|
|
|
|
},
|
2016-02-04 09:02:51 +00:00
|
|
|
'merges': {
|
|
|
|
'filepath': '.',
|
2016-04-25 12:19:32 +00:00
|
|
|
},
|
2017-03-21 02:49:39 +00:00
|
|
|
'wasm': {
|
|
|
|
'filepath': 'src/wasm/' \
|
|
|
|
'|src/compiler/wasm',
|
|
|
|
},
|
2017-03-28 12:51:29 +00:00
|
|
|
'value_serializer': {
|
|
|
|
'filepath': 'src/value-serializer',
|
2017-05-03 11:37:48 +00:00
|
|
|
},
|
2022-02-24 10:32:33 +00:00
|
|
|
'maglev': {
|
|
|
|
'filepath': 'src/maglev/',
|
|
|
|
},
|
2017-05-03 11:37:48 +00:00
|
|
|
'parser': {
|
|
|
|
'filepath': 'src/ast/' \
|
|
|
|
'|src/parsing/',
|
|
|
|
},
|
2017-05-22 19:40:17 +00:00
|
|
|
'tracing': {
|
|
|
|
'filepath': 'src/tracing/',
|
|
|
|
},
|
2020-12-17 17:32:17 +00:00
|
|
|
'ieee754': {
|
|
|
|
'filepath': 'src/base/ieee754\.(cc|h)' \
|
|
|
|
'|src/base/overflowing-math.h' \
|
|
|
|
'|LICENSE.fdlibm',
|
2021-05-18 16:15:39 +00:00
|
|
|
},
|
|
|
|
'regexp': {
|
|
|
|
'filepath': 'src/.*regexp',
|
2021-06-17 08:33:41 +00:00
|
|
|
},
|
|
|
|
'bazel': {
|
|
|
|
'filepath': 'BUILD.gn' \
|
|
|
|
'|BUILD.bazel' \
|
|
|
|
'|WORKSPACE' \
|
2021-08-10 09:02:00 +00:00
|
|
|
'|bazel/',
|
2021-06-17 08:33:41 +00:00
|
|
|
},
|
2021-08-30 13:27:04 +00:00
|
|
|
'cppgc': {
|
|
|
|
'filepath': 'src/heap/cppgc/' \
|
|
|
|
'|src/heap/cppgc-js/' \
|
|
|
|
'|include/cppgc/' \
|
2021-11-04 14:28:43 +00:00
|
|
|
'|test/unittests/heap/cppgc/' \
|
|
|
|
'|test/unittests/heap/cppgc-js/',
|
2021-08-30 13:27:04 +00:00
|
|
|
},
|
2023-01-16 13:19:29 +00:00
|
|
|
'trap-handler': {
|
|
|
|
'filepath': 'src/trap-handler/',
|
|
|
|
},
|
2013-10-10 11:37:48 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
'WATCHLISTS': {
|
2022-02-24 10:32:33 +00:00
|
|
|
'maglev': [
|
|
|
|
'leszeks+watch@chromium.org',
|
|
|
|
'verwaest+watch@chromium.org',
|
2022-08-10 09:58:20 +00:00
|
|
|
'victorgomes+watch@chromium.org',
|
2018-11-09 11:45:07 +00:00
|
|
|
],
|
2015-04-07 13:38:22 +00:00
|
|
|
'snapshot': [
|
2018-11-09 11:45:07 +00:00
|
|
|
'jgruber+watch@chromium.org',
|
2015-04-07 13:38:22 +00:00
|
|
|
],
|
2019-10-15 07:34:46 +00:00
|
|
|
'devtools': [
|
|
|
|
'devtools-reviews+v8@chromium.org',
|
2015-04-07 13:38:22 +00:00
|
|
|
],
|
2021-04-23 14:56:36 +00:00
|
|
|
'baseline': [
|
|
|
|
'leszeks+watch@chromium.org',
|
|
|
|
'verwaest+watch@chromium.org',
|
|
|
|
],
|
2015-10-19 11:34:54 +00:00
|
|
|
'feature_shipping_status': [
|
|
|
|
'hablich@chromium.org',
|
|
|
|
],
|
2021-11-08 15:53:05 +00:00
|
|
|
'heap_changes': [
|
2015-12-02 12:49:36 +00:00
|
|
|
'hpayer@chromium.org',
|
2021-11-08 15:53:05 +00:00
|
|
|
'mlippautz+watch@chromium.org',
|
2015-12-02 12:49:36 +00:00
|
|
|
],
|
2016-01-19 09:17:38 +00:00
|
|
|
'arm': [
|
|
|
|
'v8-mips-ports@googlegroups.com',
|
|
|
|
'v8-ppc-ports@googlegroups.com',
|
2022-07-29 08:05:15 +00:00
|
|
|
'v8-risc-v-ports@chromium.org',
|
2016-01-19 09:17:38 +00:00
|
|
|
],
|
2016-02-04 09:02:51 +00:00
|
|
|
'merges': [
|
|
|
|
# Only enabled on branches created with tools/release/create_release.py
|
|
|
|
# 'v8-merges@googlegroups.com',
|
|
|
|
],
|
2017-03-21 02:49:39 +00:00
|
|
|
'wasm': [
|
|
|
|
'wasm-v8@google.com',
|
|
|
|
],
|
2017-03-28 12:51:29 +00:00
|
|
|
'value_serializer': [
|
|
|
|
'jbroman+watch@chromium.org',
|
|
|
|
],
|
2017-05-03 11:37:48 +00:00
|
|
|
'parser': [
|
|
|
|
'marja+watch@chromium.org',
|
2017-05-22 19:40:17 +00:00
|
|
|
],
|
|
|
|
'tracing': [
|
2018-10-20 19:59:27 +00:00
|
|
|
'alph+watch@chromium.org',
|
2017-05-22 19:40:17 +00:00
|
|
|
'lpy+v8tracing@chromium.org',
|
|
|
|
'fmeawad@chromium.org',
|
2021-08-10 09:02:00 +00:00
|
|
|
'cbruni+watch@chromium.org',
|
2017-05-22 19:40:17 +00:00
|
|
|
],
|
2020-12-17 17:32:17 +00:00
|
|
|
'ieee754': [
|
|
|
|
'rtoy+watch@chromium.org',
|
2021-08-10 09:02:00 +00:00
|
|
|
'hongchan+watch@chromium.org',
|
2020-12-17 17:32:17 +00:00
|
|
|
],
|
2021-05-18 16:15:39 +00:00
|
|
|
'regexp': [
|
|
|
|
'jgruber+watch@chromium.org',
|
2021-08-10 09:02:00 +00:00
|
|
|
'pthier+watch@chromium.org',
|
|
|
|
],
|
|
|
|
'bazel': [
|
|
|
|
'victorgomes+watch@chromium.org',
|
2021-05-18 16:15:39 +00:00
|
|
|
],
|
2021-08-10 09:02:00 +00:00
|
|
|
'api': [
|
|
|
|
'cbruni+watch@chromium.org',
|
2021-06-17 08:33:41 +00:00
|
|
|
],
|
2021-08-30 13:27:04 +00:00
|
|
|
'cppgc': [
|
|
|
|
'oilpan-reviews+v8@chromium.org',
|
|
|
|
],
|
2023-01-16 13:19:29 +00:00
|
|
|
'trap-handler': [
|
|
|
|
'ahaas@chromium.org',
|
|
|
|
'clemensb@chromium.org',
|
|
|
|
'mark@chromium.org',
|
|
|
|
'mseaborn@chromium.org',
|
|
|
|
],
|
2013-10-10 11:37:48 +00:00
|
|
|
},
|
|
|
|
}
|