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

Issue 6057002: Disable 'create shortcut' in newtab apps pulldown menu. (Closed)

Created:
10 years ago by kochi
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Disable 'create shortcut' in newtab apps pulldown menu. BUG=chromium-os:10364 TEST=manually check if pulldown menu of apps on newtab page doesn't have 'create shortcut' menu. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69699

Patch Set 1 #

Patch Set 2 : Also hide <hr> #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M chrome/browser/dom_ui/app_launcher_handler.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/new_new_tab.html View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/ntp/apps.js View 1 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
kochi
10 years ago (2010-12-20 08:17:16 UTC) #1
satorux1
LGTM
10 years ago (2010-12-20 08:20:49 UTC) #2
arv (Not doing code reviews)
http://codereview.chromium.org/6057002/diff/2001/chrome/browser/resources/ntp/apps.js File chrome/browser/resources/ntp/apps.js (right): http://codereview.chromium.org/6057002/diff/2001/chrome/browser/resources/ntp/apps.js#newcode39 chrome/browser/resources/ntp/apps.js:39: (data.disableCreateAppShortcut ? 'none' : 'inline'); This looks wrong. The ...
10 years ago (2010-12-20 19:01:08 UTC) #3
kochi
10 years ago (2010-12-21 06:09:33 UTC) #4
http://codereview.chromium.org/6057002/diff/2001/chrome/browser/resources/ntp...
File chrome/browser/resources/ntp/apps.js (right):

http://codereview.chromium.org/6057002/diff/2001/chrome/browser/resources/ntp...
chrome/browser/resources/ntp/apps.js:39: (data.disableCreateAppShortcut ? 'none'
: 'inline');
On 2010/12/20 19:01:08, arv wrote:
> This looks wrong. The display of these should never be inline.

Good catch!
I created a follow-up CL at
http://codereview.chromium.org/6060003/

Could you review?

Powered by Google App Engine
This is Rietveld 408576698