|
Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.
isolate_holder.h is public and used by blink and therefore cannot refer to types from base. As part of porting this to other platforms we needed to load snapshots from BaseFile descriptors.
BUG= 421063
Committed: https://crrev.com/05c26fde422600a25247a22f9670463216d0519a
Cr-Commit-Position: refs/heads/master@{#323886}
Total comments: 13
Total comments: 15
Total comments: 5
Total comments: 2
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+184 lines, -411 lines) |
Patch |
 |
M |
chrome/browser/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/chrome_content_plugin_client.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/pdf/renderer/ppb_pdf_impl.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/app/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/app/content_main_runner.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/test/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/public/test/content_test_suite_base.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/DEPS
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/DEPS
|
View
|
1
2
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/content_test_launcher.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/test_blink_web_unit_test_support.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gin/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gin/gin.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gin/isolate_holder.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+15 lines, -218 lines |
0 comments
|
Download
|
 |
M |
gin/public/isolate_holder.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+9 lines, -17 lines |
0 comments
|
Download
|
 |
M |
gin/shell/gin_main.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
gin/shell_runner_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
gin/test/file_runner.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
gin/test/v8_test.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
A |
gin/v8_initializer.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
gin/v8_initializer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
9 chunks |
+55 lines, -134 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_resolver_v8.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/pdf_resource.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 66 (14 generated)
|