|
|
Blimp: create Mojo component for renderer/browser communication.
* Define new Mojo interface: "BlobChannelMojo".
* Add browser impl class "BlobChannelMojoImpl", add service registration
logic.
* Add BlobChannelMojo connection code to BlimpContentRendererClient.
* Bifurcate ImageSerializationProcessor into client- and engine-specific
versions. The engine specific portion is a client of the
BlobChannelMojo service.
* Promote the skia, libwebp DEPS to the top-level of Blimp
(blimp/client and blimp/engine will have their own
ImageSerializationProcessor implementations.)
* Add new DEP for mojo.
R=nyquist@chromium.org
BUG= 600719
Committed: https://crrev.com/db1502a140cda830761a84ea089017cd1a375783
Cr-Commit-Position: refs/heads/master@{#385510}
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+195 lines, -62 lines) |
Patch |
 |
A + |
blimp/DEPS
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/DEPS
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/BUILD.gn
|
View
|
1
|
4 chunks |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_content_browser_client.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_content_browser_client.cc
|
View
|
1
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_content_main_delegate.cc
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_content_renderer_client.h
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/blimp_content_renderer_client.cc
|
View
|
1
|
1 chunk |
+18 lines, -4 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/mojo/blob_channel.mojom
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/mojo/blob_channel_service.h
|
View
|
1
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/engine/mojo/blob_channel_service.cc
|
View
|
1
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
D |
blimp/engine/renderer/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
blimp/engine/renderer/engine_image_serialization_processor.h
|
View
|
1
|
2 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
blimp/engine/renderer/engine_image_serialization_processor.cc
|
View
|
1
|
2 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
Total messages: 22 (10 generated)
|