|
Implement Blink-side changes to enable V8 code caching.
Further info:
- Design doc etc. is found in the referenced issue.
- Main part is V8ScriptRunner. Most of the rest is merely there to
support getting the settings string in the right place.
- Depends on a Chromium CL (forthcoming) for the new setting.
- Support for Workers not yet implemented.
BUG= 399580
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179643
Total comments: 4
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+118 lines, -40 lines) |
Patch |
 |
M |
Source/bindings/core/v8/ScriptController.cpp
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
A + |
Source/bindings/core/v8/V8CacheOptions.h
|
View
|
1
2
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/V8ScriptRunner.h
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/V8ScriptRunner.cpp
|
View
|
1
2
|
2 chunks |
+71 lines, -29 lines |
0 comments
|
Download
|
 |
M |
Source/core/fetch/Resource.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/fetch/Resource.cpp
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/Settings.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/Settings.in
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/AssertMatchingEnums.cpp
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebSettingsImpl.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebSettingsImpl.cpp
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
public/web/WebSettings.h
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|