|
Allow startup with missing V8 snapshot file.
We want to stop shipping the snapshot file, and instead we want
to generate it on the client. This will reduce the download size.
But since snapshot generation will be asynchronous in a utility
process, it might not be present on the first few runs of the
browser. This means we have to be able to start up without the
snapshot file (just with the natives source file). This CL
fixes Blink to cope with a missing snapshot file (V8 could
already cope).
R=rmcilroy@chromium.org, sky@chromium.org
BUG=
Committed: https://crrev.com/c94eff1e7e8b2bd5973d7211c320d9f025c980c1
Cr-Commit-Position: refs/heads/master@{#333258}
Total comments: 20
Total comments: 29
Total comments: 4
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+318 lines, -173 lines) |
Patch |
 |
M |
ash/shell/content_client/shell_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shell/content_client/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+32 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/chrome_content_plugin_client.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+18 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/html_viewer/ax_provider_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/html_viewer/setup.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/app/content_main_runner.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/child_process_launcher.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/content_test_suite_base.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/test/content_test_launcher.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/test_blink_web_unit_test_support.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_content_browser_client.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+15 lines, -8 lines |
0 comments
|
Download
|
 |
M |
gin/public/isolate_holder.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
gin/shell/gin_main.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gin/shell_runner_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gin/test/file_runner.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gin/test/v8_test.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gin/v8_initializer.h
|
View
|
1
2
3
|
1 chunk |
+17 lines, -11 lines |
0 comments
|
Download
|
 |
M |
gin/v8_initializer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
7 chunks |
+148 lines, -107 lines |
0 comments
|
Download
|
 |
M |
media/blink/run_all_unittests.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_resolver_v8.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 40 (12 generated)
|