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

Issue 274443005: Move the version number in App Info Dialog to be next to app's name (Closed)

Created:
6 years, 7 months ago by sashab
Modified:
6 years, 7 months ago
Reviewers:
calamity, benwells
CC:
chromium-reviews, tfarina, chrome-apps-syd-reviews_chromium.org
Visibility:
Public.

Description

Move the version number in App Info Dialog to be next to app's name. In the case where there is no 'view in webstore' link, place the version number on the following line. In the case where there is no version _or_ 'view in webstore' link, allow the title to take up multiple lines. BUG=373053 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271537

Patch Set 1 #

Patch Set 2 : Small formatting fixes to pass presubmit check #

Patch Set 3 : Added components to individual GridLayout views and accounted for various name lengths #

Patch Set 4 : Final fixes #

Patch Set 5 : Switched to using GridLayout #

Patch Set 6 : Fixes for new API #

Total comments: 8

Patch Set 7 : Removed VerticalStackView and put logic in call site #

Total comments: 3

Patch Set 8 : Separated constructor out into individual functions #

Patch Set 9 : Moved summary area at the top of the dialog to its own view #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -206 lines) Patch
M chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.h View 1 2 3 4 5 6 7 8 7 chunks +10 lines, -19 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc View 1 2 3 4 5 6 7 8 6 chunks +275 lines, -187 lines 1 comment Download

Messages

Total messages: 13 (0 generated)
sashab
I have also opened crbug.com/373053 which happens as a result of this change. I will ...
6 years, 7 months ago (2014-05-13 23:57:18 UTC) #1
sashab
I have fixed crbug.com/373053 and this review now contains that fix.
6 years, 7 months ago (2014-05-15 03:32:47 UTC) #2
calamity
I'm concerned that relying so much on the subtle interactions between all these GridView flex ...
6 years, 7 months ago (2014-05-15 06:31:08 UTC) #3
sashab
Switched to using BoxLayout with cross-axis alignment from https://codereview.chromium.org/284753002/ as discussed. Please re-review.
6 years, 7 months ago (2014-05-18 23:59:26 UTC) #4
calamity
lgtm w/ nits. https://codereview.chromium.org/274443005/diff/120001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc (right): https://codereview.chromium.org/274443005/diff/120001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc#newcode47 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc:47: namespace { nit: Blank line after ...
6 years, 7 months ago (2014-05-19 01:48:58 UTC) #5
sashab
https://codereview.chromium.org/274443005/diff/120001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc (right): https://codereview.chromium.org/274443005/diff/120001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc#newcode47 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc:47: namespace { On 2014/05/19 01:48:58, calamity wrote: > nit: ...
6 years, 7 months ago (2014-05-19 03:16:01 UTC) #6
benwells
https://codereview.chromium.org/274443005/diff/140001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc (right): https://codereview.chromium.org/274443005/diff/140001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc#newcode185 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc:185: AppInfoSummaryTab::AppInfoSummaryTab(gfx::NativeWindow parent_window, This constructor is getting a bit out ...
6 years, 7 months ago (2014-05-19 04:30:16 UTC) #7
sashab
If you don't agree with the latest patchset, I'm happy to roll back to when ...
6 years, 7 months ago (2014-05-19 22:02:17 UTC) #8
benwells
lgtm++ This is so looking great, the code is much easier to follow and review! ...
6 years, 7 months ago (2014-05-19 22:21:37 UTC) #9
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 7 months ago (2014-05-19 22:54:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/274443005/180001
6 years, 7 months ago (2014-05-19 22:55:06 UTC) #11
sashab
Thanks :) Bug is at crbug.com/374999. On Tue, May 20, 2014 at 8:21 AM, <benwells@chromium.org> ...
6 years, 7 months ago (2014-05-19 23:37:57 UTC) #12
commit-bot: I haz the power
6 years, 7 months ago (2014-05-20 02:22:08 UTC) #13
Message was sent while issue was closed.
Change committed as 271537

Powered by Google App Engine
This is Rietveld 408576698