mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Upgrade V8 to 8.2.308 (#306)
This commit is contained in:
parent
3e63d63223
commit
8a3c19ece4
@ -1 +1 @@
|
||||
Subproject commit bd79231eb1f9e7de2efb4ad79e530d9a7e70d9a5
|
||||
Subproject commit dab187b372fc17e51f5b9fad8201813d0aed5129
|
2
build
2
build
@ -1 +1 @@
|
||||
Subproject commit e854654b50f127f2b48fbf68fc2709a605c23f6a
|
||||
Subproject commit cfbf17d712645e2c345cae3aab592459bc4492cf
|
2
build.rs
2
build.rs
@ -142,7 +142,7 @@ fn download_ninja_gn_binaries() {
|
||||
.parent()
|
||||
.unwrap();
|
||||
let bin_dir = target_dir
|
||||
.join("ninja_gn_binaries-20191129")
|
||||
.join("ninja_gn_binaries-20200313")
|
||||
.join(platform());
|
||||
let gn = bin_dir.join("gn");
|
||||
let ninja = bin_dir.join("ninja");
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b7faa4551a207930cc5034cdfa2aacdfce6db142
|
||||
Subproject commit d0a9124cf0c6622fb2a790834b86bb51d90ad6a1
|
@ -2639,7 +2639,7 @@ fn inspector_schedule_pause_on_next_statement() {
|
||||
|
||||
assert_eq!(channel.count_send_response, 1);
|
||||
assert_eq!(channel.count_send_notification, 3);
|
||||
assert_eq!(channel.count_flush_protocol_notifications, 0);
|
||||
assert_eq!(channel.count_flush_protocol_notifications, 1);
|
||||
assert_eq!(client.count_run_message_loop_on_pause, 1);
|
||||
assert_eq!(client.count_quit_message_loop_on_pause, 0);
|
||||
assert_eq!(client.count_run_if_waiting_for_debugger, 0);
|
||||
|
2
third_party/zlib
vendored
2
third_party/zlib
vendored
@ -1 +1 @@
|
||||
Subproject commit b9b9a5af7cca2e683e5f2aead8418e5bf9d5a7d5
|
||||
Subproject commit c2eb8a7f7a0fa7884234ebc1b836644084ccbec9
|
@ -1 +1 @@
|
||||
Subproject commit 953ea7aff8c12dbd015f193d52e5abf276d41e85
|
||||
Subproject commit 8bf2cd1b9f11b215fed4bbf9cbb9848c36fb4c6d
|
@ -18,7 +18,7 @@ except ImportError: # For Py3 compatibility
|
||||
from urllib.error import HTTPError, URLError
|
||||
from urllib.request import urlopen
|
||||
|
||||
URL = "https://github.com/denoland/ninja_gn_binaries/archive/20191129.tar.gz"
|
||||
URL = "https://github.com/denoland/ninja_gn_binaries/archive/20200313.tar.gz"
|
||||
DIR = None
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# WARNING: This is not an automated tool! This is just some commands to copy and
|
||||
# paste manually to upgrade V8.
|
||||
|
||||
export COMMITDATE=2020-01-30T00:37:18.000Z
|
||||
export COMMITDATE=2020-03-12T13:37:01.000Z
|
||||
|
||||
git submodule foreach 'git remote rm upstream; true' &&
|
||||
git -C build remote add upstream https://chromium.googlesource.com/chromium/src/build &&
|
||||
@ -10,6 +10,6 @@ git submodule foreach 'git remote add upstream `git remote get-url origin`; true
|
||||
git submodule foreach 'git remote update' &&
|
||||
git submodule foreach 'export SHA=`git log upstream/master -n1 --until=$COMMITDATE --pretty=%H` && git merge $SHA -m "Merge commit $SHA from `git remote get-url upstream`"'
|
||||
|
||||
export BRANCH=20200130_rusty_v8
|
||||
export BRANCH=20200313_rusty_v8
|
||||
git -C build push git@github.com:denoland/chromium_build HEAD:refs/heads/$BRANCH
|
||||
git -C buildtools push git@github.com:denoland/chromium_buildtools HEAD:refs/heads/$BRANCH
|
||||
|
2
v8
2
v8
@ -1 +1 @@
|
||||
Subproject commit 62aeb04515990c92d82af9f4843d4cdb4085a9a5
|
||||
Subproject commit 3f53e61b1c062fc59791b04e32f7cdea69591ee9
|
Loading…
Reference in New Issue
Block a user