[webkit-reviews] review requested: [Bug 66280] [GTK] requestAnimationFrame support for gtk port : [Attachment 107978] updated patch

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


ChangSeok Oh <kevin.cs.oh at gmail.com> has asked	for review:
Bug 66280: [GTK] requestAnimationFrame support for gtk port
https://bugs.webkit.org/show_bug.cgi?id=66280

Attachment 107978: updated patch
https://bugs.webkit.org/attachment.cgi?id=107978&action=review

------- Additional Comments from ChangSeok Oh <kevin.cs.oh at gmail.com>
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.


More information about the webkit-reviews mailing list