Bug 95347 - [Texmap] CSS Transform flicks at the end of animation
Summary: [Texmap] CSS Transform flicks at the end of animation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rafael Brandao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 08:20 PDT by Rafael Brandao
Modified: 2012-08-29 18:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.57 KB, patch)
2012-08-29 08:24 PDT, Rafael Brandao
no flags Details | Formatted Diff | Diff
Patch (2.81 KB, patch)
2012-08-29 11:15 PDT, Rafael Brandao
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Brandao 2012-08-29 08:20:30 PDT
[Qt] CSS Transform flicks at the end of animation
Comment 1 Rafael Brandao 2012-08-29 08:24:27 PDT
Created attachment 161231 [details]
Patch
Comment 2 Rafael Brandao 2012-08-29 08:28:53 PDT
Do you think this patch is good? I have no idea how I'm supposed to test this, as the flick happens too fast but not always. I've left a debugging printf by purpose to show where you should slow down to make this easier to see.
Comment 3 Alexander Pavlov (apavlov) 2012-08-29 09:08:46 PDT
Comment on attachment 161231 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=161231&action=review

> Source/WebCore/platform/graphics/TiledBackingStore.cpp:128
> +    printf("SLOW DOWN!!!");

Will you want to retain this in the landed patch?..
Comment 4 Alexander Pavlov (apavlov) 2012-08-29 09:11:30 PDT
(In reply to comment #3)
> Will you want to retain this in the landed patch?..

Aha, I see the patch is not up for review yet. So, does the fix affect all platforms? Do you have any idea if this issue occurs on other platforms as well?
Comment 5 Noam Rosenthal 2012-08-29 10:53:50 PDT
(In reply to comment #4)
> (In reply to comment #3)
> > Will you want to retain this in the landed patch?..
> 
> Aha, I see the patch is not up for review yet. So, does the fix affect all platforms? Do you have any idea if this issue occurs on other platforms as well?

The fix will only affect Qt/GTK/EFL, other platforms don't compile in GraphicsLayerAnimation.
Comment 6 Noam Rosenthal 2012-08-29 10:55:13 PDT
Comment on attachment 161231 [details]
Patch

Good catch! I think this is the correct solution.
Comment 7 Rafael Brandao 2012-08-29 11:15:02 PDT
Created attachment 161270 [details]
Patch
Comment 8 WebKit Review Bot 2012-08-29 18:06:35 PDT
Comment on attachment 161270 [details]
Patch

Clearing flags on attachment: 161270

Committed r127072: <http://trac.webkit.org/changeset/127072>
Comment 9 WebKit Review Bot 2012-08-29 18:06:39 PDT
All reviewed patches have been landed.  Closing bug.