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

Issue 2949733002: Show Play Store rating and price in app list (Closed)

Created:
3 years, 6 months ago by weidongg
Modified:
3 years, 6 months ago
CC:
chromium-reviews, tfarina, srahim+watch_chromium.org, Matt Giuca, Qiang(Joe) Xu
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland: Show Play Store rating and price in app list 1. Provide interfaces in app_list::SearchResult to set price and rating for instant and play store apps based on specs. 2. Change the layouts of SearchResultTileItemListView and SearchResultTileItemView to show price and rating properly based on specs. Specifications: https://screenshot.googleplex.com/AFQ5HnrMYch https://screenshot.googleplex.com/0opcNunaJrZ The screenshot: https://screenshot.googleplex.com/Kv0xzOVZLqs BUG=734841 Review-Url: https://codereview.chromium.org/2949733002 Cr-Commit-Position: refs/heads/master@{#481660} Committed: https://chromium.googlesource.com/chromium/src/+/d8c99c46b5cb4ad91fc69229127369bf6d0403ae

Patch Set 1 #

Total comments: 20

Patch Set 2 #

Patch Set 3 : Rebase #

Total comments: 14

Patch Set 4 : Apply fix to patch set 3 #

Total comments: 2

Patch Set 5 : Apply fix to patch set 4. #

Total comments: 3

Patch Set 6 : Apply fix to patch set 5 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -23 lines) Patch
M ui/app_list/search_result.h View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M ui/app_list/search_result.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M ui/app_list/search_result_observer.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M ui/app_list/views/search_result_tile_item_list_view.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/views/search_result_tile_item_list_view.cc View 3 chunks +26 lines, -10 lines 0 comments Download
M ui/app_list/views/search_result_tile_item_view.h View 1 2 3 4 4 chunks +14 lines, -1 line 0 comments Download
M ui/app_list/views/search_result_tile_item_view.cc View 1 2 3 4 5 6 chunks +99 lines, -12 lines 0 comments Download

Messages

Total messages: 44 (22 generated)
weidongg
3 years, 6 months ago (2017-06-20 02:16:47 UTC) #4
weidongg
xiyuan@chromium.org: Please review changes.
3 years, 6 months ago (2017-06-20 21:39:06 UTC) #9
xiyuan
https://codereview.chromium.org/2949733002/diff/1/ui/app_list/app_list_constants.h File ui/app_list/app_list_constants.h (right): https://codereview.chromium.org/2949733002/diff/1/ui/app_list/app_list_constants.h#newcode54 ui/app_list/app_list_constants.h:54: APP_LIST_EXPORT extern const SkColor kAppRatingColor; The const should stay ...
3 years, 6 months ago (2017-06-20 22:19:23 UTC) #10
Qiang(Joe) Xu
https://codereview.chromium.org/2949733002/diff/1/ui/app_list/views/tile_item_view.cc File ui/app_list/views/tile_item_view.cc (right): https://codereview.chromium.org/2949733002/diff/1/ui/app_list/views/tile_item_view.cc#newcode189 ui/app_list/views/tile_item_view.cc:189: void TileItemView::Layout() { I think we would better not ...
3 years, 6 months ago (2017-06-21 17:43:13 UTC) #12
weidongg
I am confirming with the UX designer whether the star should be text or image. ...
3 years, 6 months ago (2017-06-22 00:59:16 UTC) #13
xiyuan
Mostly nits https://codereview.chromium.org/2949733002/diff/40001/ui/app_list/search_result.h File ui/app_list/search_result.h (right): https://codereview.chromium.org/2949733002/diff/40001/ui/app_list/search_result.h#newcode208 ui/app_list/search_result.h:208: float rating_ = -1.0; nit: -1.0f, to ...
3 years, 6 months ago (2017-06-22 17:07:34 UTC) #16
weidongg
https://codereview.chromium.org/2949733002/diff/40001/ui/app_list/search_result.h File ui/app_list/search_result.h (right): https://codereview.chromium.org/2949733002/diff/40001/ui/app_list/search_result.h#newcode208 ui/app_list/search_result.h:208: float rating_ = -1.0; On 2017/06/22 17:07:34, xiyuan wrote: ...
3 years, 6 months ago (2017-06-22 17:58:30 UTC) #17
xiyuan
lgtm https://codereview.chromium.org/2949733002/diff/40001/ui/app_list/search_result.h File ui/app_list/search_result.h (right): https://codereview.chromium.org/2949733002/diff/40001/ui/app_list/search_result.h#newcode210 ui/app_list/search_result.h:210: // Price of the app in play store. ...
3 years, 6 months ago (2017-06-22 18:17:21 UTC) #18
weidongg
Thanks for the review. For the star in rating, I am gonna upload another CL ...
3 years, 6 months ago (2017-06-22 18:34:29 UTC) #19
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/2949733002/80001
3 years, 6 months ago (2017-06-22 18:36:17 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/63ddedc4cd3f0a35990b14b618b5415d1a9baeba
3 years, 6 months ago (2017-06-22 19:13:04 UTC) #27
scottmg
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2947313003/ by scottmg@chromium.org. ...
3 years, 6 months ago (2017-06-22 19:30:45 UTC) #28
findit-for-me
Findit (https://goo.gl/kROfz5) confirmed this CL at revision 481618 as the culprit for failures in the ...
3 years, 6 months ago (2017-06-22 19:41:15 UTC) #29
fsamuel
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2949353002/ by fsamuel@google.com. ...
3 years, 6 months ago (2017-06-22 19:52:32 UTC) #30
xiyuan
https://codereview.chromium.org/2949733002/diff/80001/ui/app_list/views/search_result_tile_item_view.cc File ui/app_list/views/search_result_tile_item_view.cc (right): https://codereview.chromium.org/2949733002/diff/80001/ui/app_list/views/search_result_tile_item_view.cc#newcode34 ui/app_list/views/search_result_tile_item_view.cc:34: constexpr SkColor kSearchTitleColor = SkColorSetA(SK_ColorBLACK, 223); Missed this, we ...
3 years, 6 months ago (2017-06-22 19:55:06 UTC) #31
hal.canary
https://codereview.chromium.org/2949733002/diff/80001/ui/app_list/views/search_result_tile_item_view.cc File ui/app_list/views/search_result_tile_item_view.cc (right): https://codereview.chromium.org/2949733002/diff/80001/ui/app_list/views/search_result_tile_item_view.cc#newcode34 ui/app_list/views/search_result_tile_item_view.cc:34: constexpr SkColor kSearchTitleColor = SkColorSetA(SK_ColorBLACK, 223); On 2017/06/22 19:55:05, ...
3 years, 6 months ago (2017-06-22 20:05:31 UTC) #33
hal.canary
3 years, 6 months ago (2017-06-22 20:05:34 UTC) #34
weidongg
Thanks for the review. Should I commit in this code review thread again? https://codereview.chromium.org/2949733002/diff/80001/ui/app_list/views/search_result_tile_item_view.cc File ...
3 years, 6 months ago (2017-06-22 20:22:42 UTC) #35
xiyuan
On 2017/06/22 20:22:42, weidongg wrote: > Thanks for the review. Should I commit in this ...
3 years, 6 months ago (2017-06-22 20:25:30 UTC) #36
xiyuan
On 2017/06/22 20:25:30, xiyuan wrote: > On 2017/06/22 20:22:42, weidongg wrote: > > Thanks for ...
3 years, 6 months ago (2017-06-22 20:27:03 UTC) #37
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/2949733002/100001
3 years, 6 months ago (2017-06-22 20:30:03 UTC) #41
commit-bot: I haz the power
3 years, 6 months ago (2017-06-22 21:05:38 UTC) #44
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/d8c99c46b5cb4ad91fc692291273...

Powered by Google App Engine
This is Rietveld 408576698