|
[Blimp] Adds Blimp EngineSession and ClientSession skeleton.
BlimpClientSessionManager (to be added) authenticates and creates client sessions. Once a client session is authenticated, it is given to the engine session. There is at most one active client session attached to the engine session.
The engine session manages a list of web contents.
Committed: https://crrev.com/28516c7ad6686f548c1c7f971b62c5f359f37b53
Cr-Commit-Position: refs/heads/master@{#354388}
Total comments: 34
Total comments: 13
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+361 lines, -349 lines) |
Patch |
 |
M |
blimp/common/proto/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/common/proto/blimp_message.proto
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
blimp/common/proto/client_control.proto
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
A |
blimp/common/proto/control.proto
|
View
|
1
2
3
4
5
6
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
D |
blimp/common/proto/server_control.proto
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/browser/BUILD.gn
|
View
|
1
2
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/browser/blimp_browser_main_parts.h
|
View
|
1
2
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/browser/blimp_browser_main_parts.cc
|
View
|
1
2
|
2 chunks |
+15 lines, -33 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/browser/blimp_content_browser_client.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/browser/blimp_content_browser_client.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/browser/blimp_engine_session.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/browser/blimp_engine_session.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+166 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/browser/blimp_url_request_context_getter.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
D |
blimp/engine/browser/blimp_window.h
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
blimp/engine/browser/blimp_window.cc
|
View
|
|
1 chunk |
+0 lines, -140 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/ui/blimp_screen.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/ui/blimp_screen.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/net/BUILD.gn
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/net/blimp_client_session.h
|
View
|
1
2
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/net/blimp_client_session.cc
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
Total messages: 15 (4 generated)
|