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

Issue 2004633002: Add drawer with state information (Closed)

Created:
4 years, 7 months ago by liyuqian
Modified:
4 years, 6 months ago
Reviewers:
jvanverth1, djsollen
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Now we can use drawer to view the state information of the native app, and set its state using the spinner. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2004633002 Committed: https://skia.googlesource.com/skia/+/4e4e30823fba0047b93a56bfcf05c04ca57e82ec Committed: https://skia.googlesource.com/skia/+/e5a6cd9832eaa7011dee162283ff6470f82a3fdc

Patch Set 1 #

Patch Set 2 : Drawer #

Patch Set 3 : Format_old #

Total comments: 14

Patch Set 4 : Revision #

Patch Set 5 : Name #

Patch Set 6 : Name2 #

Patch Set 7 : Format #

Total comments: 2

Patch Set 8 : nits #

Patch Set 9 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+400 lines, -24 lines) Patch
M platform_tools/android/apps/viewer/build.gradle View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
A platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/StateAdapter.java View 1 2 3 4 5 1 chunk +114 lines, -0 lines 0 comments Download
M platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ViewerActivity.java View 1 2 3 4 5 6 chunks +50 lines, -4 lines 0 comments Download
M platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ViewerApplication.java View 1 2 3 4 5 2 chunks +28 lines, -3 lines 0 comments Download
M platform_tools/android/apps/viewer/src/main/res/layout/activity_main.xml View 1 1 chunk +31 lines, -12 lines 0 comments Download
A platform_tools/android/apps/viewer/src/main/res/layout/state_item.xml View 1 1 chunk +35 lines, -0 lines 0 comments Download
A platform_tools/android/apps/viewer/src/main/res/values/strings.xml View 1 chunk +5 lines, -0 lines 0 comments Download
M tools/viewer/Viewer.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M tools/viewer/Viewer.cpp View 1 2 3 4 5 6 7 8 6 chunks +65 lines, -1 line 0 comments Download
M tools/viewer/sk_app/Window.h View 1 2 3 4 5 6 5 chunks +13 lines, -0 lines 0 comments Download
M tools/viewer/sk_app/Window.cpp View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -0 lines 0 comments Download
M tools/viewer/sk_app/android/Window_android.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/viewer/sk_app/android/Window_android.cpp View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M tools/viewer/sk_app/android/surface_glue_android.h View 1 2 3 4 5 5 chunks +10 lines, -3 lines 0 comments Download
M tools/viewer/sk_app/android/surface_glue_android.cpp View 1 2 3 4 5 4 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (12 generated)
liyuqian
Now we have a navigation drawer that displays the slide list, and allows you to ...
4 years, 7 months ago (2016-05-24 15:21:49 UTC) #4
djsollen
https://codereview.chromium.org/2004633002/diff/40001/platform_tools/android/apps/viewer/build.gradle File platform_tools/android/apps/viewer/build.gradle (right): https://codereview.chromium.org/2004633002/diff/40001/platform_tools/android/apps/viewer/build.gradle#newcode10 platform_tools/android/apps/viewer/build.gradle:10: compile 'com.android.support:support-v13:23.3.0' does this add more requirements for things ...
4 years, 7 months ago (2016-05-24 17:32:40 UTC) #5
liyuqian
Revised according to the comments except the name issue. We'll discuss the name later. https://codereview.chromium.org/2004633002/diff/40001/platform_tools/android/apps/viewer/build.gradle ...
4 years, 7 months ago (2016-05-24 20:18:05 UTC) #6
liyuqian
The API names have been changed to setUIState and onUIStateChanged.
4 years, 7 months ago (2016-05-26 15:05:16 UTC) #7
djsollen
lgtm with nits https://codereview.chromium.org/2004633002/diff/40001/tools/viewer/sk_app/Window.h File tools/viewer/sk_app/Window.h (right): https://codereview.chromium.org/2004633002/diff/40001/tools/viewer/sk_app/Window.h#newcode30 tools/viewer/sk_app/Window.h:30: virtual void onStateUpdated(const char* stateJsonStr) {} ...
4 years, 7 months ago (2016-05-26 18:08:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2004633002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2004633002/140001
4 years, 7 months ago (2016-05-26 19:24:53 UTC) #11
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://skia.googlesource.com/skia/+/4e4e30823fba0047b93a56bfcf05c04ca57e82ec
4 years, 7 months ago (2016-05-26 19:43:48 UTC) #13
kjlubick
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/2017933002/ by kjlubick@google.com. ...
4 years, 6 months ago (2016-05-27 13:12:18 UTC) #14
kjlubick
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/2016343002/ by kjlubick@google.com. ...
4 years, 6 months ago (2016-05-27 13:21:49 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2004633002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2004633002/160001
4 years, 6 months ago (2016-05-27 15:35:35 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-27 15:50:26 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2004633002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2004633002/160001
4 years, 6 months ago (2016-05-27 15:51:55 UTC) #23
commit-bot: I haz the power
4 years, 6 months ago (2016-05-27 15:52:59 UTC) #25
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://skia.googlesource.com/skia/+/e5a6cd9832eaa7011dee162283ff6470f82a3fdc

Powered by Google App Engine
This is Rietveld 408576698