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

Issue 173123002: webkitTransitionEnd is not triggered if property chane happens too fast (Closed)

Created:
6 years, 10 months ago by pavely
Modified:
6 years, 10 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, dbeam+watch-options_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

webkitTransitionEnd is not triggered if property change happens too fast In certain scenario SyncSetupOverlay shows and closes very fast. In this case according to comment for ensureTransitionEndEvent in utils.js webkitTransitionEnd doesn't fire. Call ensureTransitionEndEvent to make sure event fires. R=dbeam@chromium.org BUG=343121 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252256

Patch Set 1 #

Total comments: 3

Patch Set 2 : Review feedback #

Total comments: 2

Patch Set 3 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M chrome/browser/resources/options/options_page.js View 1 2 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
pavely
https://codereview.chromium.org/173123002/diff/1/chrome/browser/resources/options/options_page.js File chrome/browser/resources/options/options_page.js (right): https://codereview.chromium.org/173123002/diff/1/chrome/browser/resources/options/options_page.js#newcode891 chrome/browser/resources/options/options_page.js:891: (e.propertyName != null && e.propertyName != 'opacity')) ensureTransitionEndEvent will ...
6 years, 10 months ago (2014-02-19 23:08:41 UTC) #1
Dan Beam
lgtm w/nit (please address) https://codereview.chromium.org/173123002/diff/1/chrome/browser/resources/options/options_page.js File chrome/browser/resources/options/options_page.js (right): https://codereview.chromium.org/173123002/diff/1/chrome/browser/resources/options/options_page.js#newcode891 chrome/browser/resources/options/options_page.js:891: (e.propertyName != null && e.propertyName ...
6 years, 10 months ago (2014-02-19 23:28:42 UTC) #2
pavely
https://codereview.chromium.org/173123002/diff/1/chrome/browser/resources/options/options_page.js File chrome/browser/resources/options/options_page.js (right): https://codereview.chromium.org/173123002/diff/1/chrome/browser/resources/options/options_page.js#newcode891 chrome/browser/resources/options/options_page.js:891: (e.propertyName != null && e.propertyName != 'opacity')) On 2014/02/19 ...
6 years, 10 months ago (2014-02-19 23:43:25 UTC) #3
pavely
The CQ bit was checked by pavely@chromium.org
6 years, 10 months ago (2014-02-19 23:43:31 UTC) #4
Dan Beam
https://codereview.chromium.org/173123002/diff/2/chrome/browser/resources/options/options_page.js File chrome/browser/resources/options/options_page.js (right): https://codereview.chromium.org/173123002/diff/2/chrome/browser/resources/options/options_page.js#newcode893 chrome/browser/resources/options/options_page.js:893: return; slgtm, but next time use curlies, e.g. if ...
6 years, 10 months ago (2014-02-20 00:29:29 UTC) #5
pavely
The CQ bit was unchecked by pavely@chromium.org
6 years, 10 months ago (2014-02-20 00:30:28 UTC) #6
pavely
https://codereview.chromium.org/173123002/diff/2/chrome/browser/resources/options/options_page.js File chrome/browser/resources/options/options_page.js (right): https://codereview.chromium.org/173123002/diff/2/chrome/browser/resources/options/options_page.js#newcode893 chrome/browser/resources/options/options_page.js:893: return; On 2014/02/20 00:29:29, Dan Beam wrote: > slgtm, ...
6 years, 10 months ago (2014-02-20 00:32:58 UTC) #7
pavely
The CQ bit was checked by pavely@chromium.org
6 years, 10 months ago (2014-02-20 00:33:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavely@chromium.org/173123002/2
6 years, 10 months ago (2014-02-20 01:21:40 UTC) #9
commit-bot: I haz the power
Failed to trigger a try job on win_rel HTTP Error 400: Bad Request
6 years, 10 months ago (2014-02-20 01:21:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavely@chromium.org/173123002/120001
6 years, 10 months ago (2014-02-20 01:43:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavely@chromium.org/173123002/120001
6 years, 10 months ago (2014-02-20 05:13:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavely@chromium.org/173123002/120001
6 years, 10 months ago (2014-02-20 09:09:22 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavely@chromium.org/173123002/120001
6 years, 10 months ago (2014-02-20 12:30:11 UTC) #14
commit-bot: I haz the power
6 years, 10 months ago (2014-02-20 16:08:22 UTC) #15
Message was sent while issue was closed.
Change committed as 252256

Powered by Google App Engine
This is Rietveld 408576698