[Webkit-unassigned] [Bug 66280] [GTK] requestAnimationFrame support for gtk port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 02:12:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66280


ChangSeok Oh <kevin.cs.oh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #106114|0                           |1
        is obsolete|                            |
 Attachment #107978|                            |review?, commit-queue?
               Flag|                            |




--- Comment #8 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2011-09-20 02:12:15 PST ---
Created an attachment (id=107978)
 --> (https://bugs.webkit.org/attachment.cgi?id=107978&action=review)
updated patch

cmarrin's patch submitted a few days ago moved timer implementation from webView to ScriptedAnimationController, so that makes time implementation be common code for WebKit1 & 2. (I realized it after finishing revising my patch. :p). cmarrin's algorithm looks similar to mine. When I tested it on gtk port webkit, it worked well, so no reason not to accept it for GTK port.
Here is new smaller patch to just enable the feature.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list