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

Issue 327743002: Re-styled the App Info Dialog according to UI feedback (Closed)

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

Description

Re-styled the App Info Dialog according to UI feedback Changed the layout of the App Info Dialog according to UI feedback. This includes removing the tabs, and replacing it with a single, scrollable dialog that has all the information in a single pane. BUG=364681, 266739 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276557 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277954

Patch Set 1 #

Total comments: 3

Patch Set 2 : Split into individual panels, moved unit tests, and fixed translations file #

Total comments: 2

Patch Set 3 : Rebase #

Patch Set 4 : Updated to use AboutPage instead of OptionsPage (rebase) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1157 lines, -1796 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +35 lines, -35 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc View 1 2 2 chunks +43 lines, -25 lines 0 comments Download
A chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h View 1 2 1 chunk +87 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc View 1 2 3 1 chunk +301 lines, -0 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_manage_tab.h View 1 2 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_manage_tab.cc View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
A chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.cc View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.cc View 1 2 1 chunk +200 lines, -0 lines 0 comments Download
A + chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc View 1 2 7 chunks +32 lines, -80 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.h View 1 2 1 chunk +0 lines, -69 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc View 1 2 1 chunk +0 lines, -491 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab_unittest.cc View 1 2 1 chunk +0 lines, -215 lines 0 comments Download
A + chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.h View 1 2 3 chunks +22 lines, -38 lines 0 comments Download
A chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc View 1 2 1 chunk +271 lines, -0 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.h View 1 2 1 chunk +0 lines, -98 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc View 1 2 1 chunk +0 lines, -650 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_tab.h View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
D chrome/browser/ui/views/apps/app_info_dialog/app_info_tab.cc View 1 2 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
sashab
There is a bug I know about where the dialog content only starts part-way down ...
6 years, 6 months ago (2014-06-10 02:50:38 UTC) #1
sashab
https://codereview.chromium.org/327743002/diff/1/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc (left): https://codereview.chromium.org/327743002/diff/1/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc#oldcode1 chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 6 months ago (2014-06-10 02:53:30 UTC) #2
benwells
https://codereview.chromium.org/327743002/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/327743002/diff/1/chrome/app/generated_resources.grd#newcode2169 chrome/app/generated_resources.grd:2169: + View in store Shouldn't this be different for ...
6 years, 6 months ago (2014-06-10 03:28:11 UTC) #3
sashab
Matched files this time as well :) Should make the review a bit easier. Dialog ...
6 years, 6 months ago (2014-06-10 05:24:27 UTC) #4
benwells
https://codereview.chromium.org/327743002/diff/20001/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc (right): https://codereview.chromium.org/327743002/diff/20001/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc#newcode71 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc:71: dialog_body_scrollview->ClipHeightTo(kMaxDialogHeight, kMaxDialogHeight); Why is this needed at all? The ...
6 years, 6 months ago (2014-06-11 02:52:07 UTC) #5
sashab
https://codereview.chromium.org/327743002/diff/20001/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc File chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc (right): https://codereview.chromium.org/327743002/diff/20001/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc#newcode71 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc:71: dialog_body_scrollview->ClipHeightTo(kMaxDialogHeight, kMaxDialogHeight); On 2014/06/11 02:52:06, benwells wrote: > Why ...
6 years, 6 months ago (2014-06-11 05:48:17 UTC) #6
benwells
lgtm then. Seems like ScrollView is a trap.
6 years, 6 months ago (2014-06-11 07:58:44 UTC) #7
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 6 months ago (2014-06-11 22:45:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/327743002/20001
6 years, 6 months ago (2014-06-11 22:46:45 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: ios_dbg_simulator on tryserver.chromium ...
6 years, 6 months ago (2014-06-12 00:05:24 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-12 00:07:20 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/15802)
6 years, 6 months ago (2014-06-12 00:07:21 UTC) #12
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 6 months ago (2014-06-12 03:45:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/327743002/20001
6 years, 6 months ago (2014-06-12 03:46:36 UTC) #14
commit-bot: I haz the power
Change committed as 276557
6 years, 6 months ago (2014-06-12 07:15:24 UTC) #15
please use gerrit instead
Appears to have broken AppListControllerAppInfoDialogBrowserTest.DoShowAppInfoFlow on: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20(dbg)(1) I will be reverting via git, because drover ...
6 years, 6 months ago (2014-06-12 17:16:11 UTC) #16
please use gerrit instead
Reverted in https://codereview.chromium.org/335483003
6 years, 6 months ago (2014-06-12 17:49:05 UTC) #17
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 6 months ago (2014-06-16 01:29:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/327743002/100001
6 years, 6 months ago (2014-06-16 01:30:51 UTC) #19
sashab
The CQ bit was unchecked by sashab@chromium.org
6 years, 6 months ago (2014-06-16 04:20:56 UTC) #20
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 6 months ago (2014-06-17 21:08:46 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/327743002/130024
6 years, 6 months ago (2014-06-17 21:13:47 UTC) #22
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 06:50:26 UTC) #23
Message was sent while issue was closed.
Change committed as 277954

Powered by Google App Engine
This is Rietveld 408576698