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

Issue 1653553002: blimp: Use remote client LayerTreeHost in the BlimpCompositor. (Closed)

Created:
4 years, 10 months ago by Khushal
Modified:
4 years, 10 months ago
CC:
chromium-reviews, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, dtrainor+watch-blimp_chromium.org, nyquist
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

blimp: Use remote client LayerTreeHost in the BlimpCompositor. -Process INITIALIZE_IMPL AND CLOSE_IMPL messages from the compositor to create and destroy the remote client LayerTreeHost. -Send viewport and size updates only to the engine. BUG=568511 Committed: https://crrev.com/5e8d87bb99cd249eeb286ee5d73f8987d70c9f8b Cr-Commit-Position: refs/heads/master@{#373470}

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Add tests. #

Total comments: 4

Patch Set 4 : Addressed comments. #

Patch Set 5 : Fix widget initialization #

Patch Set 6 : Run tests for linux only for now. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -219 lines) Patch
M blimp/client/BUILD.gn View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M blimp/client/app/android/blimp_view.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M blimp/client/app/linux/blimp_display_manager.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M blimp/client/feature/compositor/blimp_compositor.h View 1 2 3 4 5 6 chunks +18 lines, -11 lines 0 comments Download
M blimp/client/feature/compositor/blimp_compositor.cc View 1 2 3 4 5 11 chunks +95 lines, -91 lines 0 comments Download
A blimp/client/feature/compositor/blimp_compositor_unittest.cc View 1 2 3 4 1 chunk +150 lines, -0 lines 0 comments Download
D blimp/client/feature/compositor/test/dummy_layer_driver.h View 1 chunk +0 lines, -45 lines 0 comments Download
D blimp/client/feature/compositor/test/dummy_layer_driver.cc View 1 chunk +0 lines, -64 lines 0 comments Download
M blimp/client/feature/render_widget_feature.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (13 generated)
Khushal
4 years, 10 months ago (2016-01-29 23:03:43 UTC) #2
David Trainor- moved to gerrit
lgtm
4 years, 10 months ago (2016-02-02 03:20:16 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1653553002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1653553002/40001
4 years, 10 months ago (2016-02-03 08:54:06 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/175519)
4 years, 10 months ago (2016-02-03 10:01:15 UTC) #8
David Trainor- moved to gerrit
lgtm! https://codereview.chromium.org/1653553002/diff/40001/blimp/client/feature/compositor/blimp_compositor_unittest.cc File blimp/client/feature/compositor/blimp_compositor_unittest.cc (right): https://codereview.chromium.org/1653553002/diff/40001/blimp/client/feature/compositor/blimp_compositor_unittest.cc#newcode36 blimp/client/feature/compositor/blimp_compositor_unittest.cc:36: bool request() const { return output_surface_request_pending_; } Looks ...
4 years, 10 months ago (2016-02-03 17:42:57 UTC) #9
Khushal
On 2016/02/03 17:42:57, David Trainor wrote: > lgtm! > > https://codereview.chromium.org/1653553002/diff/40001/blimp/client/feature/compositor/blimp_compositor_unittest.cc > File blimp/client/feature/compositor/blimp_compositor_unittest.cc (right): ...
4 years, 10 months ago (2016-02-03 17:55:52 UTC) #10
Khushal
https://codereview.chromium.org/1653553002/diff/40001/blimp/client/feature/compositor/blimp_compositor_unittest.cc File blimp/client/feature/compositor/blimp_compositor_unittest.cc (right): https://codereview.chromium.org/1653553002/diff/40001/blimp/client/feature/compositor/blimp_compositor_unittest.cc#newcode36 blimp/client/feature/compositor/blimp_compositor_unittest.cc:36: bool request() const { return output_surface_request_pending_; } On 2016/02/03 ...
4 years, 10 months ago (2016-02-03 17:56:03 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1653553002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1653553002/60001
4 years, 10 months ago (2016-02-03 19:10:34 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/175813)
4 years, 10 months ago (2016-02-03 20:31:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1653553002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1653553002/80001
4 years, 10 months ago (2016-02-03 22:50:05 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/17116)
4 years, 10 months ago (2016-02-03 23:29:48 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1653553002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1653553002/100001
4 years, 10 months ago (2016-02-04 04:10:09 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-04 05:47:12 UTC) #25
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 05:48:29 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5e8d87bb99cd249eeb286ee5d73f8987d70c9f8b
Cr-Commit-Position: refs/heads/master@{#373470}

Powered by Google App Engine
This is Rietveld 408576698