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

Issue 2150933003: mash: Add touch-hud app. (Closed)

Created:
4 years, 5 months ago by riajiang
Modified:
4 years, 5 months ago
Reviewers:
msw, James Cook, sadrul, sky
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mash: Add touch-hud app. BUG=588311 TEST=mash_unittests + manual Committed: https://crrev.com/ff996c78860cc2a45211b2f4938061b7c8d299cb Cr-Commit-Position: refs/heads/master@{#406986}

Patch Set 1 #

Patch Set 2 : Sequence. #

Total comments: 16

Patch Set 3 : Binding; test etc #

Total comments: 4

Patch Set 4 : rebase and test #

Patch Set 5 : test #

Total comments: 4

Patch Set 6 : test #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -27 lines) Patch
M ash/mus/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/root_window_controller.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
A ash/mus/root_window_controller_unittest.cc View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
M ash/mus/test/wm_test_base.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/test/wm_test_base.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A + ash/touch_hud/mus/BUILD.gn View 1 2 3 4 5 6 4 chunks +9 lines, -9 lines 0 comments Download
A ash/touch_hud/mus/DEPS View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A + ash/touch_hud/mus/main.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A ash/touch_hud/mus/manifest.json View 1 chunk +12 lines, -0 lines 0 comments Download
A + ash/touch_hud/mus/touch_hud_application.h View 1 2 3 chunks +20 lines, -16 lines 0 comments Download
A ash/touch_hud/mus/touch_hud_application.cc View 1 2 3 1 chunk +112 lines, -0 lines 0 comments Download
M chrome/app/mash/BUILD.gn View 1 2 3 4 5 6 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/app/mash/mash_runner.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M mash/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M mash/app_driver/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M mash/app_driver/app_driver.cc View 1 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (14 generated)
riajiang
4 years, 5 months ago (2016-07-14 23:30:22 UTC) #4
sadrul
https://codereview.chromium.org/2150933003/diff/20001/ash/mus/root_window_controller.cc File ash/mus/root_window_controller.cc (right): https://codereview.chromium.org/2150933003/diff/20001/ash/mus/root_window_controller.cc#newcode188 ash/mus/root_window_controller.cc:188: return gfx::Rect(0, 0, root_->bounds().width(), root_->bounds().height()); Can you add a ...
4 years, 5 months ago (2016-07-15 15:01:11 UTC) #5
riajiang
https://codereview.chromium.org/2150933003/diff/20001/ash/mus/root_window_controller.cc File ash/mus/root_window_controller.cc (right): https://codereview.chromium.org/2150933003/diff/20001/ash/mus/root_window_controller.cc#newcode188 ash/mus/root_window_controller.cc:188: return gfx::Rect(0, 0, root_->bounds().width(), root_->bounds().height()); On 2016/07/15 15:01:10, sadrul ...
4 years, 5 months ago (2016-07-15 17:01:28 UTC) #6
sadrul
LGTM! https://codereview.chromium.org/2150933003/diff/40001/ash/touch_hud/mus/touch_hud_application.cc File ash/touch_hud/mus/touch_hud_application.cc (right): https://codereview.chromium.org/2150933003/diff/40001/ash/touch_hud/mus/touch_hud_application.cc#newcode56 ash/touch_hud/mus/touch_hud_application.cc:56: views::Widget* widget_; |widget_| isn't used. You can remove.
4 years, 5 months ago (2016-07-15 18:15:18 UTC) #7
James Cook
LGTM. Nice patch. In the future, please let me know what you would like me ...
4 years, 5 months ago (2016-07-15 18:35:23 UTC) #9
riajiang
sky, could you please take a look at chrome/ and mash/? Thanks! On 2016/07/15 18:35:23, ...
4 years, 5 months ago (2016-07-20 14:16:17 UTC) #12
sky
LGTM
4 years, 5 months ago (2016-07-20 15:58:27 UTC) #13
riajiang
Made some changes to test. PTAL. Thanks!
4 years, 5 months ago (2016-07-21 19:34:11 UTC) #15
sky
https://codereview.chromium.org/2150933003/diff/80001/ash/mus/root_window_controller.cc File ash/mus/root_window_controller.cc (right): https://codereview.chromium.org/2150933003/diff/80001/ash/mus/root_window_controller.cc#newcode188 ash/mus/root_window_controller.cc:188: static_cast<::ui::mojom::ShowState>(window->GetSharedProperty<int32_t>( Use GetWindowShowState in property_util https://codereview.chromium.org/2150933003/diff/80001/ash/mus/root_window_controller_unittest.cc File ash/mus/root_window_controller_unittest.cc (right): ...
4 years, 5 months ago (2016-07-21 20:00:02 UTC) #16
riajiang
https://codereview.chromium.org/2150933003/diff/80001/ash/mus/root_window_controller.cc File ash/mus/root_window_controller.cc (right): https://codereview.chromium.org/2150933003/diff/80001/ash/mus/root_window_controller.cc#newcode188 ash/mus/root_window_controller.cc:188: static_cast<::ui::mojom::ShowState>(window->GetSharedProperty<int32_t>( On 2016/07/21 20:00:02, sky wrote: > Use GetWindowShowState ...
4 years, 5 months ago (2016-07-21 20:13:51 UTC) #17
sky
LGTM
4 years, 5 months ago (2016-07-21 21:26:39 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/2150933003/100001
4 years, 5 months ago (2016-07-21 21:31:18 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/39469) ios-device-gn on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 5 months ago (2016-07-21 21:35:35 UTC) #23
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/2150933003/120001
4 years, 5 months ago (2016-07-21 22:03:42 UTC) #26
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-21 23:22:27 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 23:24:18 UTC) #30
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/ff996c78860cc2a45211b2f4938061b7c8d299cb
Cr-Commit-Position: refs/heads/master@{#406986}

Powered by Google App Engine
This is Rietveld 408576698