|
|
Pass WebKit priority changes and parsing messages up to browser process.
These signals will be consumed by the upcoming ResourceScheduler. The first use
case will be preloaded images. WebKit will initially preload images at IDLE
priority. Once the image is needed by the parser, it will be promoted to normal
image priority (LOW). This nets us a 2-3% PLT improvement.
BUG= 163963
Total comments: 2
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+97 lines, -32 lines) |
Patch |
 |
M |
content/browser/loader/resource_dispatcher_host_impl.cc
|
View
|
1
|
2 chunks |
+1 line, -27 lines |
0 comments
|
Download
|
 |
M |
content/common/resource_dispatcher.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/resource_dispatcher.cc
|
View
|
1
|
4 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/resource_messages.h
|
View
|
1
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
2 comments
|
Download
|
 |
M |
content/public/common/common_param_traits_macros.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/resource_loader_bridge.h
|
View
|
1
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/resource_loader_bridge.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/weburlloader_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/weburlloader_impl.cc
|
View
|
1
|
5 chunks |
+39 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|