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

Issue 3396021: Fix bug where install animation would replay if something on the (Closed)

Created:
10 years, 3 months ago by Aaron Boodman
Modified:
9 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews), ben+cc_chromium.org
Base URL:
git://codf21.jail/chromium.git
Visibility:
Public.

Description

Fix bug where install animation would replay if something on the same page was uninstalled. BUG=56454 TEST=Install one app, then another. Uninstall the first one. Second one's install animation should not replay. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60391

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M chrome/browser/resources/new_new_tab.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/ntp/apps.css View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/ntp/apps.js View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Aaron Boodman
10 years, 3 months ago (2010-09-24 00:02:19 UTC) #1
arv (Not doing code reviews)
10 years, 3 months ago (2010-09-24 00:04:44 UTC) #2
LGTM

You could also use an empty attribute value and remove the attribute when done.

<html enabled>

html[enabled] #foo { ... }

Powered by Google App Engine
This is Rietveld 408576698