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

Issue 2440453002: Splitting the Mus demo code out of a service. (Closed)

Created:
4 years, 2 months ago by Jay Civelli
Modified:
4 years, 2 months ago
Reviewers:
rjkroege, fwang, tonikitoo, sky
CC:
chromium-reviews, rjkroege, fwang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Splitting the Mus demo code out of a service. Splitting the Mus demo code so it can be executed from outside of a service. Also making the BitmapUploader use the async version of the GPU service EstablishGpuChannel API to prevent a deadlock when embedded. This is in preparation of running the Mus demo from Android content shell. BUG=657499 Committed: https://crrev.com/87303d73f481bfa8acb3508180070ca70cecd4ca Cr-Commit-Position: refs/heads/master@{#426959}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments. #

Total comments: 4

Patch Set 3 : Addressed comments #

Patch Set 4 : Rebased #

Total comments: 8

Patch Set 5 : Addressed @sky comments and synced #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -31 lines) Patch
M services/ui/demo/BUILD.gn View 1 1 chunk +23 lines, -3 lines 0 comments Download
M services/ui/demo/bitmap_uploader.h View 1 2 3 4 4 chunks +9 lines, -0 lines 0 comments Download
M services/ui/demo/bitmap_uploader.cc View 1 2 3 4 2 chunks +12 lines, -6 lines 0 comments Download
M services/ui/demo/main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/demo/mus_demo.h View 1 2 3 4 2 chunks +9 lines, -10 lines 0 comments Download
M services/ui/demo/mus_demo.cc View 1 2 3 4 3 chunks +17 lines, -9 lines 0 comments Download
A services/ui/demo/mus_demo_service.h View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A services/ui/demo/mus_demo_service.cc View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M services/ui/public/cpp/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 36 (20 generated)
Jay Civelli
4 years, 2 months ago (2016-10-19 16:47:14 UTC) #4
Jay Civelli
4 years, 2 months ago (2016-10-19 17:59:01 UTC) #8
tonikitoo
driven-by review. https://codereview.chromium.org/2440453002/diff/1/services/ui/demo/BUILD.gn File services/ui/demo/BUILD.gn (right): https://codereview.chromium.org/2440453002/diff/1/services/ui/demo/BUILD.gn#newcode23 services/ui/demo/BUILD.gn:23: "//services/ui/public/interfaces", do we need to duplicate most ...
4 years, 2 months ago (2016-10-19 19:34:07 UTC) #10
Jay Civelli
https://codereview.chromium.org/2440453002/diff/1/services/ui/demo/BUILD.gn File services/ui/demo/BUILD.gn (right): https://codereview.chromium.org/2440453002/diff/1/services/ui/demo/BUILD.gn#newcode23 services/ui/demo/BUILD.gn:23: "//services/ui/public/interfaces", On 2016/10/19 19:34:07, tonikitoo wrote: > do we ...
4 years, 2 months ago (2016-10-19 20:00:13 UTC) #11
fwang
4 years, 2 months ago (2016-10-20 13:05:03 UTC) #17
rjkroege
lgtm with micro-nits https://codereview.chromium.org/2440453002/diff/20001/services/ui/demo/mus_demo.cc File services/ui/demo/mus_demo.cc (right): https://codereview.chromium.org/2440453002/diff/20001/services/ui/demo/mus_demo.cc#newcode188 services/ui/demo/mus_demo.cc:188: #if defined(OS_ANDROID) feel free to add ...
4 years, 2 months ago (2016-10-20 21:44:33 UTC) #18
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/2440453002/40001
4 years, 2 months ago (2016-10-21 05:32:59 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/286687)
4 years, 2 months ago (2016-10-21 06:03:54 UTC) #23
Jay Civelli
Adding @sky for owner approval for services/ui/public/cpp/BUILD.gn https://codereview.chromium.org/2440453002/diff/20001/services/ui/demo/mus_demo.cc File services/ui/demo/mus_demo.cc (right): https://codereview.chromium.org/2440453002/diff/20001/services/ui/demo/mus_demo.cc#newcode188 services/ui/demo/mus_demo.cc:188: #if defined(OS_ANDROID) ...
4 years, 2 months ago (2016-10-21 17:16:11 UTC) #24
Jay Civelli
4 years, 2 months ago (2016-10-21 21:10:47 UTC) #26
tonikitoo
informal l g t m
4 years, 2 months ago (2016-10-21 22:13:05 UTC) #27
sky
LGTM https://codereview.chromium.org/2440453002/diff/60001/services/ui/demo/mus_demo.h File services/ui/demo/mus_demo.h (right): https://codereview.chromium.org/2440453002/diff/60001/services/ui/demo/mus_demo.h#newcode37 services/ui/demo/mus_demo.h:37: void Start(service_manager::Connector* connector); Start->Init https://codereview.chromium.org/2440453002/diff/60001/services/ui/demo/mus_demo_service.cc File services/ui/demo/mus_demo_service.cc (right): ...
4 years, 2 months ago (2016-10-21 23:18:23 UTC) #28
Jay Civelli
https://codereview.chromium.org/2440453002/diff/60001/services/ui/demo/mus_demo.h File services/ui/demo/mus_demo.h (right): https://codereview.chromium.org/2440453002/diff/60001/services/ui/demo/mus_demo.h#newcode37 services/ui/demo/mus_demo.h:37: void Start(service_manager::Connector* connector); On 2016/10/21 23:18:23, sky wrote: > ...
4 years, 2 months ago (2016-10-22 00:00:16 UTC) #29
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/2440453002/80001
4 years, 2 months ago (2016-10-22 00:01:29 UTC) #32
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-10-22 02:51:39 UTC) #34
commit-bot: I haz the power
4 years, 2 months ago (2016-10-22 02:54:52 UTC) #36
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/87303d73f481bfa8acb3508180070ca70cecd4ca
Cr-Commit-Position: refs/heads/master@{#426959}

Powered by Google App Engine
This is Rietveld 408576698