Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v8.x] deps: update V8 to 5.9 #13515

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1fb7a1a
deps: update V8 to 5.9.211.35
targos Jun 7, 2017
63633a4
deps: limit regress/regress-crbug-514081 v8 test
mhdawson May 9, 2016
dcd5c9b
deps: run memory hungry V8 test in exclusive mode
targos Jun 6, 2017
f835856
deps: add missing include to V8 i18n.cc
targos May 22, 2017
88c2af8
deps: fix addons compilation with VS2013
bzoz May 23, 2017
cbabf2a
v8: fix stack overflow in recursive method
bnoordhuis Apr 17, 2017
b47e758
v8: fix gcc 7 build errors
targos Jun 7, 2017
60afd95
deps: cherry-pick bfae9db from upstream v8
bnoordhuis Apr 28, 2017
ad7d46b
deps: cherry-pick f5fad6d from upstream v8
danbev May 2, 2017
767320c
deps: cherry-pick 6d38f89 from upstream V8
targos May 28, 2017
b769749
deps: backport 4fdf9fd4813 from upstream v8
jeisinger Apr 21, 2017
81895a5
v8: do not test v8 with -Werror
addaleax May 6, 2017
6cd148c
v8: backport bd59e7452be from upstream v8
mi-ac May 24, 2017
876031b
v8: backport a9e56f4f36d from upstream v8
psmarshall May 25, 2017
f01016c
v8: backport 4f82f1d948c from upstream v8
hannespayer May 8, 2017
aa2dfc4
v8: backport 4f82f1d948c from upstream v8
hannespayer May 8, 2017
2a1b8bf
v8: backport pieces from 18a26cfe174 from upstream v8
psmarshall May 26, 2017
fb8aba0
deps: cherry-pick a16c3c9 from upstream V8
jeremyroman Apr 27, 2017
5d5eb0b
deps: cherry-pick 866ee63 from upstream V8
targos Jun 12, 2017
31142a7
v8: fix debug builds on Windows
bzoz Jun 12, 2017
147d8f1
deps: update V8 to 5.9.211.37
targos Jun 19, 2017
356af65
deps: cherry-pick 3f4536894ac from V8 upstream
oliverchang May 5, 2017
e2ae710
src: fix process.abort() interaction with V8
addaleax Jun 29, 2017
646eff0
deps: cherry-pick 6cb999b97b from V8 upstream
isheludko Jul 5, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
46 changes: 23 additions & 23 deletions deps/v8/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#*#
*.Makefile
*.a
*.exe
*.idb
Expand All @@ -18,9 +20,9 @@
*.vcxproj
*.vcxproj.filters
*.xcodeproj
#*#
*~
.#*
.*.sw?
.cpplint-cache
.cproject
.d8_history
Expand All @@ -30,33 +32,31 @@
.project
.pydevproject
.settings
.*.sw?
bsuite
compile_commands.json
d8
d8_g
gccauses
gcsuspects
shell
shell_g
/_*
/build
/gypfiles/win_toolchain.json
/buildtools
/gypfiles/win_toolchain.json
/hydrogen.cfg
/obj
/out
/out.gn
/perf.data
/perf.data.old
/src/inspector/build/closure-compiler
/src/inspector/build/closure-compiler.tar.gz
/test/benchmarks/data
/test/fuzzer/wasm
/test/fuzzer/wasm.tar.gz
/test/fuzzer/wasm_asmjs
/test/fuzzer/wasm_asmjs.tar.gz
/test/mozilla/data
/test/promises-aplus/promises-tests
/test/promises-aplus/promises-tests.tar.gz
/test/promises-aplus/sinon
/test/test262/data
/test/test262/data.tar
/test/test262/harness
/test/wasm-js
/testing/gmock
/testing/gtest/*
!/testing/gtest/include
Expand All @@ -81,26 +81,26 @@ shell_g
/tools/swarming_client
/tools/visual_studio/Debug
/tools/visual_studio/Release
/test/fuzzer/wasm
/test/fuzzer/wasm_asmjs
/v8.log.ll
/xcodebuild
TAGS
*.Makefile
GTAGS
GPATH
GRTAGS
GSYMS
GPATH
tags
GTAGS
TAGS
bsuite
compile_commands.json
d8
d8_g
gccauses
gcsuspects
gtags.files
shell
shell_g
tags
turbo*.cfg
turbo*.dot
turbo*.json
v8.ignition_dispatches_table.json
/test/fuzzer/wasm.tar.gz
/test/fuzzer/wasm_asmjs.tar.gz
/src/inspector/build/closure-compiler.tar.gz
/src/inspector/build/closure-compiler
/test/wasm-js
!/third_party/jinja2
!/third_party/markupsafe
6 changes: 4 additions & 2 deletions deps/v8/.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ check_targets = []
# These are the list of GN files that run exec_script. This whitelist exists
# to force additional review for new uses of exec_script, which is strongly
# discouraged except for gypi_to_gn calls.
exec_script_whitelist =
build_dotfile_settings.exec_script_whitelist + [ "//test/test262/BUILD.gn" ]
exec_script_whitelist = build_dotfile_settings.exec_script_whitelist + [
"//test/test262/BUILD.gn",
"//BUILD.gn",
]
3 changes: 2 additions & 1 deletion deps/v8/AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Below is a list of people and organizations that have contributed
# Below is a list of people and organizations that have contributed
# to the V8 project. Names should be added to the list like so:
#
# Name/Organization <email address>
Expand Down Expand Up @@ -82,6 +82,7 @@ JunHo Seo <[email protected]>
Kang-Hao (Kenny) Lu <[email protected]>
Karl Skomski <[email protected]>
Kevin Gibbons <[email protected]>
Loo Rong Jie <[email protected]>
Luis Reis <[email protected]>
Luke Zarko <[email protected]>
Maciej Małecki <[email protected]>
Expand Down
Loading