Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Issue 2629243002: content: Remove blimp compositing dependencies. (Closed)

Created:
3 years, 11 months ago by Khushal
Modified:
3 years, 11 months ago
Reviewers:
Charlie Reis, jam, dcheng
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, piman+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

content: Remove blimp compositing dependencies. This change removes all code for enabling blimp mode in content to run the compositor with proto serialization and plumbing of these protos across the IPC boundary. BUG=677556 Review-Url: https://codereview.chromium.org/2629243002 Cr-Commit-Position: refs/heads/master@{#444924} Committed: https://chromium.googlesource.com/chromium/src/+/d7178e48283e3c8ffbf8d45049066b65ab2d22dd

Patch Set 1 #

Patch Set 2 : moar deletions #

Patch Set 3 : Rebase #

Patch Set 4 : fix gn file #

Total comments: 4

Patch Set 5 : .. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -265 lines) Patch
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_delegate.h View 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 chunks +0 lines, -14 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M content/public/browser/render_widget_host.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 chunk +0 lines, -6 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/renderer/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 4 chunks +0 lines, -18 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 2 chunks +0 lines, -13 lines 0 comments Download
D content/public/renderer/remote_proto_channel.h View 1 chunk +0 lines, -49 lines 0 comments Download
M content/renderer/gpu/compositor_dependencies.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M content/renderer/gpu/queue_message_swap_promise.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.h View 1 2 6 chunks +1 line, -13 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 5 chunks +20 lines, -75 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor_delegate.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 2 chunks +1 line, -7 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 chunks +0 lines, -10 lines 0 comments Download
M content/test/fake_compositor_dependencies.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/test/fake_compositor_dependencies.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 32 (21 generated)
Khushal
3 years, 11 months ago (2017-01-18 02:03:07 UTC) #14
Khushal
+dcheng for IPC review.
3 years, 11 months ago (2017-01-18 02:03:43 UTC) #16
dcheng
ipc rs lgtm
3 years, 11 months ago (2017-01-18 02:54:01 UTC) #17
Khushal
ping to jam@. :)
3 years, 11 months ago (2017-01-18 21:24:20 UTC) #18
Khushal
+piman, looks like jam is OOO. Do you mind taking a look at this?
3 years, 11 months ago (2017-01-19 21:15:06 UTC) #21
Khushal
Didn't see the block up on piman's calendar, he's OOO till the end of next ...
3 years, 11 months ago (2017-01-19 23:01:00 UTC) #23
Khushal
On 2017/01/19 23:01:00, Khushal wrote: > Didn't see the block up on piman's calendar, he's ...
3 years, 11 months ago (2017-01-19 23:01:21 UTC) #24
Charlie Reis
Thanks for the cleanup! LGTM. https://codereview.chromium.org/2629243002/diff/60001/content/common/view_messages.h File content/common/view_messages.h (left): https://codereview.chromium.org/2629243002/diff/60001/content/common/view_messages.h#oldcode614 content/common/view_messages.h:614: nit: Don't remove this ...
3 years, 11 months ago (2017-01-19 23:37:33 UTC) #25
Khushal
Thanks! https://codereview.chromium.org/2629243002/diff/60001/content/common/view_messages.h File content/common/view_messages.h (left): https://codereview.chromium.org/2629243002/diff/60001/content/common/view_messages.h#oldcode614 content/common/view_messages.h:614: On 2017/01/19 23:37:33, Charlie Reis wrote: > nit: ...
3 years, 11 months ago (2017-01-19 23:47:17 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2629243002/80001
3 years, 11 months ago (2017-01-19 23:48:52 UTC) #29
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 01:35:46 UTC) #32
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/d7178e48283e3c8ffbf8d4504906...

Powered by Google App Engine
This is Rietveld 408576698