|
blimp: Add settings to allow the client to download the whole page.
- Add a settings feature to allow the engine and client to send global
settings flags
- Add a switch on the client to request the whole document.
BUG= 591575
Committed: https://crrev.com/00c406052433085e22fa4f73d990c8e4ff3320b3
Cr-Commit-Position: refs/heads/master@{#383547}
Total comments: 28
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+571 lines, -12 lines) |
Patch |
 |
M |
blimp/client/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/app/blimp_client_switches.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/app/blimp_client_switches.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/client/feature/settings_feature.h
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/client/feature/settings_feature.cc
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/session/blimp_client_session.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/session/blimp_client_session.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/common/create_blimp_message.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/common/create_blimp_message.cc
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/common/create_blimp_message_unittest.cc
|
View
|
1
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/common/proto/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/common/proto/blimp_message.proto
|
View
|
1
2
3
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/common/proto/settings.proto
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/BUILD.gn
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_browser_main_parts.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_browser_main_parts.cc
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_content_browser_client.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_content_browser_client.cc
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/app/engine_settings.h
|
View
|
1
2
3
4
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/app/engine_settings.cc
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/app/settings_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/app/settings_manager.cc
|
View
|
1
2
3
4
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/app/settings_manager_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/feature/engine_render_widget_feature.h
|
View
|
1
2
3
4
|
7 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/feature/engine_render_widget_feature.cc
|
View
|
1
2
3
4
|
3 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/feature/engine_render_widget_feature_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/feature/engine_settings_feature.h
|
View
|
1
2
3
4
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/feature/engine_settings_feature.cc
|
View
|
1
2
3
4
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/feature/engine_settings_feature_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/session/blimp_engine_session.h
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/session/blimp_engine_session.cc
|
View
|
1
2
3
4
|
3 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
Total messages: 13 (3 generated)
|