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

Issue 7553020: Revert 94715 - Revert 94714 - Improve layout for bookmark-apps. Add treatment for small icons. (Closed)

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

Description

Revert 94715 - Revert 94714 - Improve layout for bookmark-apps. Add treatment for small icons. Now with support for linux views! Original review URL: http://codereview.chromium.org/7452008 BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95899

Patch Set 1 #

Patch Set 2 : Rebase to head. #

Total comments: 10

Patch Set 3 : Improve CSS #

Total comments: 10

Patch Set 4 : Fix up CSS, string, JS. #

Total comments: 4

Patch Set 5 : Touch up css #

Patch Set 6 : Merge to head #

Patch Set 7 : Merging to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -19 lines) Patch
M chrome/browser/extensions/extension_file_browser_private_api.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_management_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extensions_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/ntp4/apps_page.css View 1 2 3 4 5 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/apps_page.js View 1 2 3 4 5 2 chunks +20 lines, -9 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 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 3 4 5 4 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Evan Stade
lgtm pending green trybot results (I guess http://codereview.chromium.org/7452008 has those?)
9 years, 4 months ago (2011-08-02 17:57:33 UTC) #1
Greg Billock
On 2011/08/02 17:57:33, Evan Stade wrote: > lgtm pending green trybot results (I guess > ...
9 years, 4 months ago (2011-08-02 18:10:31 UTC) #2
commit-bot: I haz the power
Can't apply patch for file chrome/browser/resources/ntp4/apps_page.js. While running patch -p1 --forward --force; patching file chrome/browser/resources/ntp4/apps_page.js ...
9 years, 4 months ago (2011-08-02 19:46:10 UTC) #3
Greg Billock
On 2011/08/02 18:10:31, Greg Billock wrote: > On 2011/08/02 17:57:33, Evan Stade wrote: > > ...
9 years, 4 months ago (2011-08-02 21:35:54 UTC) #4
Evan Stade
http://codereview.chromium.org/7553020/diff/5001/chrome/browser/resources/ntp4/apps_page.js File chrome/browser/resources/ntp4/apps_page.js (right): http://codereview.chromium.org/7553020/diff/5001/chrome/browser/resources/ntp4/apps_page.js#newcode195 chrome/browser/resources/ntp4/apps_page.js:195: imgDiv.setAttribute('class', 'app-icon-div'); imgDiv.class = http://codereview.chromium.org/7553020/diff/5001/chrome/browser/resources/ntp4/apps_page.js#newcode280 chrome/browser/resources/ntp4/apps_page.js:280: this.appImg_.style.width = this.appImg_.style.height ...
9 years, 4 months ago (2011-08-02 21:47:14 UTC) #5
Greg Billock
http://codereview.chromium.org/7553020/diff/5001/chrome/browser/resources/ntp4/apps_page.js File chrome/browser/resources/ntp4/apps_page.js (right): http://codereview.chromium.org/7553020/diff/5001/chrome/browser/resources/ntp4/apps_page.js#newcode195 chrome/browser/resources/ntp4/apps_page.js:195: imgDiv.setAttribute('class', 'app-icon-div'); On 2011/08/02 21:47:14, Evan Stade wrote: > ...
9 years, 4 months ago (2011-08-03 19:05:50 UTC) #6
Evan Stade
http://codereview.chromium.org/7553020/diff/10001/chrome/browser/resources/ntp4/apps_page.css File chrome/browser/resources/ntp4/apps_page.css (right): http://codereview.chromium.org/7553020/diff/10001/chrome/browser/resources/ntp4/apps_page.css#newcode30 chrome/browser/resources/ntp4/apps_page.css:30: border: 1px solid gray; there's probably a better color ...
9 years, 4 months ago (2011-08-03 19:17:15 UTC) #7
Greg Billock
9 years, 4 months ago (2011-08-03 20:56:16 UTC) #8
Greg Billock
http://codereview.chromium.org/7553020/diff/10001/chrome/browser/resources/ntp4/apps_page.css File chrome/browser/resources/ntp4/apps_page.css (right): http://codereview.chromium.org/7553020/diff/10001/chrome/browser/resources/ntp4/apps_page.css#newcode30 chrome/browser/resources/ntp4/apps_page.css:30: border: 1px solid gray; On 2011/08/03 19:17:15, Evan Stade ...
9 years, 4 months ago (2011-08-03 21:15:49 UTC) #9
Evan Stade
lgtm
9 years, 4 months ago (2011-08-03 22:15:05 UTC) #10
Evan Stade
http://codereview.chromium.org/7553020/diff/12002/chrome/browser/resources/ntp4/apps_page.css File chrome/browser/resources/ntp4/apps_page.css (right): http://codereview.chromium.org/7553020/diff/12002/chrome/browser/resources/ntp4/apps_page.css#newcode35 chrome/browser/resources/ntp4/apps_page.css:35: /* 96px is the suggested icon size for Chrome ...
9 years, 4 months ago (2011-08-03 22:17:31 UTC) #11
Greg Billock
http://codereview.chromium.org/7553020/diff/12002/chrome/browser/resources/ntp4/apps_page.css File chrome/browser/resources/ntp4/apps_page.css (right): http://codereview.chromium.org/7553020/diff/12002/chrome/browser/resources/ntp4/apps_page.css#newcode35 chrome/browser/resources/ntp4/apps_page.css:35: /* 96px is the suggested icon size for Chrome ...
9 years, 4 months ago (2011-08-03 22:30:12 UTC) #12
commit-bot: I haz the power
Can't apply patch for file chrome/browser/ui/webui/ntp/app_launcher_handler.cc. While running patch -p1 --forward --force; patching file chrome/browser/ui/webui/ntp/app_launcher_handler.cc ...
9 years, 4 months ago (2011-08-04 01:54:48 UTC) #13
commit-bot: I haz the power
Can't apply patch for file chrome/browser/ui/webui/ntp/app_launcher_handler.cc. While running patch -p1 --forward --force; patching file chrome/browser/ui/webui/ntp/app_launcher_handler.cc ...
9 years, 4 months ago (2011-08-04 16:11:46 UTC) #14
commit-bot: I haz the power
Can't apply patch for file chrome/browser/ui/webui/ntp/app_launcher_handler.cc. While running patch -p1 --forward --force; patching file chrome/browser/ui/webui/ntp/app_launcher_handler.cc ...
9 years, 4 months ago (2011-08-08 18:11:14 UTC) #15
commit-bot: I haz the power
9 years, 4 months ago (2011-08-08 22:56:42 UTC) #16
Change committed as 95899

Powered by Google App Engine
This is Rietveld 408576698