Yang Guo
2c8663aa1a
[gyp] remove gyp files.
...
R=machenbach@chromium.org
Bug: v8:7335
Change-Id: Ied1101295fc9ee37fcc038b9aeb557229722df0b
Reviewed-on: https://chromium-review.googlesource.com/897566
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51185}
2018-02-08 20:04:06 +00:00
Adam Klein
fbb008a6c9
Add adamk to a few WATCHLISTS
...
And add a watchlist for the C++ API.
Change-Id: Id82d7191153afe701fc11958ba36ce7a8b29bef2
Reviewed-on: https://chromium-review.googlesource.com/764548
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49309}
2017-11-10 21:38:29 +00:00
lpy
66d242dea5
[V8Tracing] Add lpy@ and fmeawad@ into watchlist for tracing/.
...
TBR=yangguo@chromium.org
Review-Url: https://codereview.chromium.org/2898043002
Cr-Commit-Position: refs/heads/master@{#45469}
2017-05-22 19:40:17 +00:00
Marja Hölttä
cedc6ccf61
[watchlists] Added parser watchlist.
...
Bug:
Change-Id: I335a793d28697092c89e588c456f2689e689c841
Reviewed-on: https://chromium-review.googlesource.com/494054
Reviewed-by: Daniel Vogelheim <vogelheim@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45060}
2017-05-03 12:30:13 +00:00
ulan
3737501075
Remove ulan@ from heap watchlist.
...
NOTRY=true
Review-Url: https://codereview.chromium.org/2843393002
Cr-Commit-Position: refs/heads/master@{#44920}
2017-04-27 09:36:43 +00:00
jbroman
1b0bd5fde2
Add jbroman to WATCHLISTS for src/value-serializer.*.
...
NOTRY=true
Review-Url: https://codereview.chromium.org/2782463002
Cr-Commit-Position: refs/heads/master@{#44190}
2017-03-28 12:51:29 +00:00
mtrofin
25f86ffea5
[wasm] wasm WATCHLISTS
...
Improve visibility within the distributed wasm team.
Created wasm watchlist, and added wasm-team - the union of
MUC and MTV wasm teams.
BUG=
Review-Url: https://codereview.chromium.org/2759053002
Cr-Commit-Position: refs/heads/master@{#43959}
2017-03-21 02:49:39 +00:00
kozyatinskiy
497af7fca5
[inspector] added devtools-reviews@chromium.org in WATCHLISTS for inspector
...
BUG=chromium:635948
R=dgozman@chromium.org ,jochen@chromium.org
Review-Url: https://codereview.chromium.org/2373983003
Cr-Commit-Position: refs/heads/master@{#39877}
2016-09-29 15:16:54 +00:00
oth
fc6a0c940c
Remove oth from v8 WATCHLISTS file.
...
TBR=rmcilroy@chromium.org
BUG=NONE
Review-Url: https://codereview.chromium.org/2290633004
Cr-Commit-Position: refs/heads/master@{#38997}
2016-08-30 08:32:33 +00:00
phajdan.jr
c13c62695b
Remove myself from v8 WATCHLISTS
...
TBR=jochen
BUG=none
Review-Url: https://codereview.chromium.org/2124483002
Cr-Commit-Position: refs/heads/master@{#37503}
2016-07-04 14:45:04 +00:00
machenbach
ef3304ba1d
[GN] Watchlist upadate to track gyp changes.
...
BUG=chromium:474921
LOG=n
NOTRY=true
TBR=vogelheim@chromium.org
Review-Url: https://codereview.chromium.org/1980313002
Cr-Commit-Position: refs/heads/master@{#36271}
2016-05-17 08:14:26 +00:00
machenbach
cb855fe728
[build] Prepare moving v8.gyp to src/
...
This will allow to pull in gyp as a deps to the same location
as chromium (tools/gyp not build/gyp), needed for gn switch.
This is the first step of a 3-way move.
1) Copy v8.gyp in v8
2) Update references in embedders (follow up)
3) Remove old v8.gyp (follow up)
BUG=chromium:474921
LOG=n
NOTRY=true
Review URL: https://codereview.chromium.org/1920793002
Cr-Commit-Position: refs/heads/master@{#35760}
2016-04-25 12:20:24 +00:00
rmcilroy
d1c28849c7
[Interpreter] Make InterpreterAssembler a subclass of CodeStubAssembler.
...
Moves InterpreterAssembler out of the compiler directory and into the
interpreter directory. Makes InterpreterAssembler as subclass of
CodeStubAssembler.
As part of this change, the special bytecode dispatch linkage type
is removed and instead we use a InterfaceDispatchDescriptor and
a normal CodeStub linkage type.
Removes a bunch of duplicated logic in InterpreterAssembler and
instead uses the CodeStubAssembler logic. Refactors Interpreter
with these changes.
Modifies CodeStubAssembler to add the extra operations required
by the Interpreter (extra call types, raw memory access and some extra
binary ops). Also adds the ability for subclasses to add extra
prologue and epilogue operations around calls, which is required
for the Interpreter.
BUG=v8:4280
LOG=N
Review URL: https://codereview.chromium.org/1673333004
Cr-Commit-Position: refs/heads/master@{#33873}
2016-02-10 16:39:32 +00:00
hablich
ccf47c4d30
[Release] Automatically notify mailing list on a pending merge
...
With the combination of the WATCHLISTS feature and
create_release.py it is possible to notify the
mailing list v8-merges@googlegroups.com on pending
merges.
On master this notification is deactivated.
R=machenbach@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/1663003003
Cr-Commit-Position: refs/heads/master@{#33719}
2016-02-04 09:03:13 +00:00
rmcilroy
df1964a08e
[WATCHLIST] Add BytecodeGraphBuilder and InterpreterAssembler to interpreter watchlist.
...
Review URL: https://codereview.chromium.org/1657683002
Cr-Commit-Position: refs/heads/master@{#33663}
2016-02-02 09:40:34 +00:00
jkummerow
009b351427
[WATCHLISTS] CC v8-$arch-ports automatically on platform-specific CLs
...
Automate ALL the repetitive workflows!
Drive-by: fix 'interpreter' watchlist definition.
NOTRY=true
Review URL: https://codereview.chromium.org/1589633007
Cr-Commit-Position: refs/heads/master@{#33383}
2016-01-19 09:18:41 +00:00
hablich
424b246bce
[Release] CC hpayer@ and ulan@ to every heap change
...
NOTRY=true
TBR=hpayer@chromium.org , ulan@chromium.org
Review URL: https://codereview.chromium.org/1490263002
Cr-Commit-Position: refs/heads/master@{#32510}
2015-12-02 12:49:50 +00:00
rmcilroy
83bb51e5ad
Add an interpreter watchlist
...
Review URL: https://codereview.chromium.org/1413663007
Cr-Commit-Position: refs/heads/master@{#31528}
2015-10-23 15:43:37 +00:00
hablich
6ead2bd8a1
[Release] Add hablich to autocc for staging/shipping features
...
LOG=N
R=machenbach@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/1415533004
Cr-Commit-Position: refs/heads/master@{#31368}
2015-10-19 11:35:03 +00:00
yangguo
1667c15e37
Debugger: move implementation to a separate folder.
...
R=cbruni@chromium.org
Review URL: https://codereview.chromium.org/1265923002
Cr-Commit-Position: refs/heads/master@{#29951}
2015-07-31 11:08:15 +00:00
hablich
0bb460150d
Removing hablich from auto CC of x87
...
R=machenbach@chromium.org
BUG=v8:4135
NOTRY=true
LOG=N
Review URL: https://codereview.chromium.org/1217993002
Cr-Commit-Position: refs/heads/master@{#29375}
2015-06-30 11:29:57 +00:00
hablich
daaedddf7b
Temporary auto-CC'ing hablich to x87 changes
...
BUG=
NOTRY=true
Review URL: https://codereview.chromium.org/1157993003
Cr-Commit-Position: refs/heads/master@{#28627}
2015-05-26 13:05:32 +00:00
yangguo
3068b5ff83
Add yangguo@chromium.org to src/snapshot/OWNERS and WATCHLISTS
...
R=verwaest@chromium.org
Review URL: https://codereview.chromium.org/1060683003
Cr-Commit-Position: refs/heads/master@{#27629}
2015-04-07 13:38:29 +00:00
jkummerow@chromium.org
cf1257d2be
Add myself to a watchlist for the public API.
...
See https://groups.google.com/d/msg/v8-users/jq8k9s4xEu8/N-es0or3uz4J
BUG=none
R=jkummerow@chromium.org
Review URL: https://codereview.chromium.org/26574009
Patch from Paweł Hajdan Jr. <phajdan.jr@chromium.org>.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17134 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-10-10 11:37:48 +00:00