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

Issue 7452008: Improve layout for bookmark-apps. Add a treatment for small icons. (Closed)

Created:
9 years, 5 months ago by Greg Billock
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, arv (Not doing code reviews), Paweł Hajdan Jr., estade+watch_chromium.org
Visibility:
Public.

Description

Improve layout for bookmark-apps. Add a treatment for small icons. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94714

Patch Set 1 #

Patch Set 2 : Add reviewer #

Patch Set 3 : After merging checkin #

Patch Set 4 : Repair rebase. #

Patch Set 5 : More rebase repairs #

Patch Set 6 : More rebase repair #

Total comments: 18

Patch Set 7 : Review fixes #

Patch Set 8 : Review changes #

Patch Set 9 : Review adjustments. Set div class correctly. #

Total comments: 4

Patch Set 10 : Lint #

Patch Set 11 : Fix GetIconURL call. #

Patch Set 12 : Fix for linux views #

Patch Set 13 : Submit-ready #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -16 lines) Patch
M chrome/browser/extensions/extension_file_browser_private_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_management_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extensions_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/ntp4/apps_page.css View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/apps_page.js View 1 2 3 4 5 6 7 8 9 2 chunks +29 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/extension_icon_source.h View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/extension_icon_source.cc View 1 2 3 4 5 6 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Greg Billock
9 years, 5 months ago (2011-07-19 22:35:21 UTC) #1
Evan Stade
ready for review? could you sync to ToT if so?
9 years, 5 months ago (2011-07-26 22:26:00 UTC) #2
Greg Billock
On 2011/07/26 22:26:00, Evan Stade wrote: > ready for review? could you sync to ToT ...
9 years, 5 months ago (2011-07-27 01:44:58 UTC) #3
Evan Stade
http://codereview.chromium.org/7452008/diff/4002/chrome/browser/extensions/extensions_ui.cc File chrome/browser/extensions/extensions_ui.cc (right): http://codereview.chromium.org/7452008/diff/4002/chrome/browser/extensions/extensions_ui.cc#newcode655 chrome/browser/extensions/extensions_ui.cc:655: extension_data->SetBoolean("icon_exists", icon_exists); this is unused, right? Why set it? ...
9 years, 5 months ago (2011-07-27 16:31:45 UTC) #4
Greg Billock
http://codereview.chromium.org/7452008/diff/4002/chrome/browser/extensions/extensions_ui.cc File chrome/browser/extensions/extensions_ui.cc (right): http://codereview.chromium.org/7452008/diff/4002/chrome/browser/extensions/extensions_ui.cc#newcode655 chrome/browser/extensions/extensions_ui.cc:655: extension_data->SetBoolean("icon_exists", icon_exists); On 2011/07/27 16:31:45, Evan Stade wrote: > ...
9 years, 5 months ago (2011-07-27 19:52:24 UTC) #5
Evan Stade
http://codereview.chromium.org/7452008/diff/4002/chrome/browser/extensions/extensions_ui.cc File chrome/browser/extensions/extensions_ui.cc (right): http://codereview.chromium.org/7452008/diff/4002/chrome/browser/extensions/extensions_ui.cc#newcode655 chrome/browser/extensions/extensions_ui.cc:655: extension_data->SetBoolean("icon_exists", icon_exists); On 2011/07/27 19:52:24, Greg Billock wrote: > ...
9 years, 5 months ago (2011-07-27 23:04:31 UTC) #6
Greg Billock
http://codereview.chromium.org/7452008/diff/4002/chrome/browser/extensions/extensions_ui.cc File chrome/browser/extensions/extensions_ui.cc (right): http://codereview.chromium.org/7452008/diff/4002/chrome/browser/extensions/extensions_ui.cc#newcode655 chrome/browser/extensions/extensions_ui.cc:655: extension_data->SetBoolean("icon_exists", icon_exists); Nah, showing the default 'huh?' icon is ...
9 years, 4 months ago (2011-07-28 16:59:59 UTC) #7
Evan Stade
lgtm http://codereview.chromium.org/7452008/diff/11003/chrome/browser/resources/ntp4/apps_page.css File chrome/browser/resources/ntp4/apps_page.css (right): http://codereview.chromium.org/7452008/diff/11003/chrome/browser/resources/ntp4/apps_page.css#newcode30 chrome/browser/resources/ntp4/apps_page.css:30: display: -webkit-box; alphabetize http://codereview.chromium.org/7452008/diff/11003/chrome/browser/resources/ntp4/apps_page.js File chrome/browser/resources/ntp4/apps_page.js (right): http://codereview.chromium.org/7452008/diff/11003/chrome/browser/resources/ntp4/apps_page.js#newcode186 ...
9 years, 4 months ago (2011-07-28 23:21:33 UTC) #8
Greg Billock
http://codereview.chromium.org/7452008/diff/11003/chrome/browser/resources/ntp4/apps_page.css File chrome/browser/resources/ntp4/apps_page.css (right): http://codereview.chromium.org/7452008/diff/11003/chrome/browser/resources/ntp4/apps_page.css#newcode30 chrome/browser/resources/ntp4/apps_page.css:30: display: -webkit-box; On 2011/07/28 23:21:33, Evan Stade wrote: > ...
9 years, 4 months ago (2011-07-29 16:55:57 UTC) #9
commit-bot: I haz the power
Change committed as 94714
9 years, 4 months ago (2011-07-29 17:55:50 UTC) #10
Greg Billock
9 years, 4 months ago (2011-08-02 17:37:38 UTC) #11
On 2011/07/29 17:55:50, I haz the power (commit-bot) wrote:
> Change committed as 94714

Was rolled back -- there is another views file depending on this change. Now
fixed, and the trybot passes.

Powered by Google App Engine
This is Rietveld 408576698