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

Issue 7685049: ntp4: app install improvements (Closed)

Created:
9 years, 4 months ago by Evan Stade
Modified:
9 years, 4 months ago
Reviewers:
Rick Byers
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, arv (Not doing code reviews), mihaip+watch_chromium.org, estade+watch_chromium.org
Visibility:
Public.

Description

ntp4: app install improvements 1. when you install a new app, only one NTP will highlight (i.e. switch to the correct page for that app), rather than any open NTP 2. when you do an app install via dragging a bookmark or most visited tile to a navigation dot, work correctly instead of asserting 3. correct drop effect for dragging onto navigation dots BUG=93159 TEST=see above Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98342

Patch Set 1 #

Patch Set 2 : restore code #

Total comments: 8

Patch Set 3 : 18 #

Patch Set 4 : . #

Patch Set 5 : rbyers suggestions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -76 lines) Patch
M chrome/browser/extensions/extension_install_ui.cc View 4 chunks +6 lines, -22 lines 0 comments Download
M chrome/browser/resources/ntp4/apps_page.js View 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/resources/ntp4/nav_dot.js View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.js View 1 2 3 4 9 chunks +47 lines, -27 lines 0 comments Download
M chrome/browser/resources/ntp4/tile_page.js View 1 2 3 chunks +11 lines, -6 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 3 5 chunks +38 lines, -15 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Evan Stade
9 years, 4 months ago (2011-08-23 05:05:59 UTC) #1
Rick Byers
Just a couple minor suggestions http://codereview.chromium.org/7685049/diff/2001/chrome/browser/resources/ntp4/new_tab.js File chrome/browser/resources/ntp4/new_tab.js (right): http://codereview.chromium.org/7685049/diff/2001/chrome/browser/resources/ntp4/new_tab.js#newcode327 chrome/browser/resources/ntp4/new_tab.js:327: cardSlider.currentCardValue.navigationDot.classList.add('selected'); Looks like you're ...
9 years, 4 months ago (2011-08-23 20:52:12 UTC) #2
Evan Stade
http://codereview.chromium.org/7685049/diff/2001/chrome/browser/resources/ntp4/new_tab.js File chrome/browser/resources/ntp4/new_tab.js (right): http://codereview.chromium.org/7685049/diff/2001/chrome/browser/resources/ntp4/new_tab.js#newcode327 chrome/browser/resources/ntp4/new_tab.js:327: cardSlider.currentCardValue.navigationDot.classList.add('selected'); On 2011/08/23 20:52:13, Rick Byers wrote: > Looks ...
9 years, 4 months ago (2011-08-25 03:08:56 UTC) #3
Rick Byers
9 years, 4 months ago (2011-08-25 21:17:14 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698