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

Issue 9328025: Merge 106672 - REGRESSION (r105401-105403): Blue flash on css border transition (Closed)

Created:
8 years, 10 months ago by Vangelis Kokkevis
Modified:
8 years, 10 months ago
Reviewers:
alexis.menard
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Visibility:
Public.

Description

Merge 106672 - REGRESSION (r105401-105403): Blue flash on css border transition https://bugs.webkit.org/show_bug.cgi?id=77491 Reviewed by Simon Fraser. Source/WebCore: The new blend function added with r105403 takes unsigned as parameters therefore we have to be careful to not overflow in case the to is less than from (animating from 400 to 0 for example). Test: animations/animation-border-overflow.html * platform/animation/AnimationUtilities.h: (WebCore::blend): LayoutTests: * animations/animation-border-overflow-expected.txt: Added. * animations/animation-border-overflow.html: Added. TBR=alexis.menard@openbossa.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=106718

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-1 lines, --1 lines) Patch
A + LayoutTests/animations/animation-border-overflow.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/animations/animation-border-overflow-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/WebCore/platform/animation/AnimationUtilities.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Vangelis Kokkevis
8 years, 10 months ago (2012-02-04 01:29:39 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698