forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bindings: Bind V8's snapshot file to Blink's snapshot
Before this CL, Blink's snapshot was created from scratch, and it meant something in V8's snapshot could be missed. After this CL, v8_context_snapshot_gerator will create a snapshot file which involves all information in V8's snapshot file. This change is a preparation to remove V8's snapshot file from binded resources of Chromium. Bug: 750176 Change-Id: I18050cc8131cd836a7b100c8b28cf0148c4a7f4f Reviewed-on: https://chromium-review.googlesource.com/656866 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#502494}
- Loading branch information
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters