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

Issue 383953002: Moved the version number in App Info Dialog (Closed)

Created:
6 years, 5 months ago by sashab
Modified:
6 years, 5 months ago
Reviewers:
benwells, Matt Giuca
CC:
chromium-reviews, tfarina, chrome-apps-syd-reviews_chromium.org, tapted
Project:
chromium
Visibility:
Public.

Description

Moved the version number in App Info Dialog As per UI review, moved the version in the App Info Dialog from the header section to its own Details area. Also cleaned up and simplified a lot of the code that laid out the name and version in the header since, now that there's no version displayed there, its no longer needed. BUG=386871 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285160

Patch Set 1 #

Patch Set 2 : Removed unused subtitle colour #

Total comments: 10

Patch Set 3 : Review feedback #

Total comments: 2

Patch Set 4 : Small diff fix #

Patch Set 5 : Partial revert of unrelated change #

Patch Set 6 : Rebase #

Total comments: 4

Patch Set 7 : Minor changes #

Total comments: 3

Patch Set 8 : Added constant #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -92 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h View 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc View 1 2 3 4 5 6 7 7 chunks +15 lines, -76 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h View 1 2 1 chunk +9 lines, -1 line 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.cc View 1 2 1 chunk +16 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.h View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc View 1 2 3 4 5 6 7 chunks +53 lines, -0 lines 0 comments Download
M ui/app_list/app_list_constants.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ui/app_list/app_list_constants.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 31 (0 generated)
sashab
6 years, 5 months ago (2014-07-11 04:38:56 UTC) #1
Matt Giuca
https://codereview.chromium.org/383953002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://codereview.chromium.org/383953002/diff/20001/chrome/app/generated_resources.grd#oldcode2178 chrome/app/generated_resources.grd:2178: <message name="IDS_APPLICATION_INFO_DESCRIPTION_TITLE" desc="Title of the first section in the ...
6 years, 5 months ago (2014-07-14 01:57:23 UTC) #2
sashab
https://codereview.chromium.org/383953002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://codereview.chromium.org/383953002/diff/20001/chrome/app/generated_resources.grd#oldcode2178 chrome/app/generated_resources.grd:2178: <message name="IDS_APPLICATION_INFO_DESCRIPTION_TITLE" desc="Title of the first section in the ...
6 years, 5 months ago (2014-07-14 23:19:21 UTC) #3
Matt Giuca
lgtm https://codereview.chromium.org/383953002/diff/40001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc (right): https://codereview.chromium.org/383953002/diff/40001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc#newcode172 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc:172: description_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT); nit: Can you swap these two lines ...
6 years, 5 months ago (2014-07-14 23:55:05 UTC) #4
sashab
https://codereview.chromium.org/383953002/diff/40001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc (right): https://codereview.chromium.org/383953002/diff/40001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc#newcode172 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc:172: description_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT); On 2014/07/14 23:55:05, Matt Giuca wrote: > nit: ...
6 years, 5 months ago (2014-07-15 00:01:39 UTC) #5
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 5 months ago (2014-07-15 00:17:17 UTC) #6
sashab
The CQ bit was unchecked by sashab@chromium.org
6 years, 5 months ago (2014-07-15 00:18:02 UTC) #7
sashab
6 years, 5 months ago (2014-07-15 00:19:34 UTC) #8
Matt Giuca
lgtm again.
6 years, 5 months ago (2014-07-15 00:22:12 UTC) #9
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 5 months ago (2014-07-17 23:22:59 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/383953002/80001
6 years, 5 months ago (2014-07-17 23:24:26 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-18 02:39:11 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-18 02:43:41 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/93872) android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/23652) android_clang_dbg ...
6 years, 5 months ago (2014-07-18 02:43:42 UTC) #14
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 5 months ago (2014-07-20 23:08:18 UTC) #15
sashab
The CQ bit was unchecked by sashab@chromium.org
6 years, 5 months ago (2014-07-20 23:08:22 UTC) #16
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 5 months ago (2014-07-20 23:29:18 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/383953002/100001
6 years, 5 months ago (2014-07-20 23:30:08 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-21 01:41:26 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-21 01:43:49 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/81179)
6 years, 5 months ago (2014-07-21 01:43:49 UTC) #21
sashab
Oh, sorry - tapted, please review, haha! I was wondering why it wasn't passing presubmit...
6 years, 5 months ago (2014-07-21 02:51:48 UTC) #22
sashab
Actually sorry, tapted - I think benwells is a more suitable reviewer for this, he ...
6 years, 5 months ago (2014-07-21 02:53:05 UTC) #23
benwells
just some minor things ... https://codereview.chromium.org/383953002/diff/100001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc (right): https://codereview.chromium.org/383953002/diff/100001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc#newcode219 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc:219: if (version_title_) { Wouldn't ...
6 years, 5 months ago (2014-07-22 03:26:29 UTC) #24
sashab
https://codereview.chromium.org/383953002/diff/100001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc (right): https://codereview.chromium.org/383953002/diff/100001/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc#newcode219 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc:219: if (version_title_) { On 2014/07/22 03:26:29, benwells wrote: > ...
6 years, 5 months ago (2014-07-22 05:02:10 UTC) #25
benwells
https://codereview.chromium.org/383953002/diff/120001/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc (right): https://codereview.chromium.org/383953002/diff/120001/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc#newcode116 chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc:116: views::View* horizontal_links_container = CreateHorizontalStack(3); Here is the other 3. ...
6 years, 5 months ago (2014-07-22 06:22:43 UTC) #26
sashab
https://codereview.chromium.org/383953002/diff/120001/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc (right): https://codereview.chromium.org/383953002/diff/120001/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc#newcode116 chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc:116: views::View* horizontal_links_container = CreateHorizontalStack(3); On 2014/07/22 06:22:43, benwells wrote: ...
6 years, 5 months ago (2014-07-22 23:22:12 UTC) #27
benwells
lgtm
6 years, 5 months ago (2014-07-23 10:07:05 UTC) #28
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 5 months ago (2014-07-23 22:44:11 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/383953002/140001
6 years, 5 months ago (2014-07-23 22:46:40 UTC) #30
commit-bot: I haz the power
6 years, 5 months ago (2014-07-24 08:30:14 UTC) #31
Message was sent while issue was closed.
Change committed as 285160

Powered by Google App Engine
This is Rietveld 408576698