RESOLVED FIXED 98082
Add new GraphicsLayer::create overload to all ports
https://bugs.webkit.org/show_bug.cgi?id=98082
Summary Add new GraphicsLayer::create overload to all ports
Anders Carlsson
Reported 2012-10-01 15:36:33 PDT
Add new GraphicsLayer::create overload to all ports
Attachments
Patch (5.23 KB, patch)
2012-10-01 15:38 PDT, Anders Carlsson
no flags
Patch (7.84 KB, patch)
2012-10-01 16:21 PDT, Anders Carlsson
no flags
Patch (7.84 KB, patch)
2012-10-01 16:42 PDT, Anders Carlsson
no flags
Patch (7.84 KB, patch)
2012-10-01 16:54 PDT, Anders Carlsson
no flags
Patch (8.11 KB, patch)
2012-10-01 16:58 PDT, Anders Carlsson
kling: review+
buildbot: commit-queue-
Anders Carlsson
Comment 1 2012-10-01 15:38:10 PDT
James Robinson
Comment 2 2012-10-01 16:01:58 PDT
Can I ask what this is for?
Early Warning System Bot
Comment 3 2012-10-01 16:02:46 PDT
Early Warning System Bot
Comment 4 2012-10-01 16:10:58 PDT
Build Bot
Comment 5 2012-10-01 16:21:03 PDT
Comment on attachment 166561 [details] Patch Attachment 166561 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/14131006 New failing tests: svg/animations/smil-leak-dynamically-added-element-instances.svg
Anders Carlsson
Comment 6 2012-10-01 16:21:25 PDT
Early Warning System Bot
Comment 7 2012-10-01 16:37:46 PDT
Anders Carlsson
Comment 8 2012-10-01 16:42:54 PDT
Anders Carlsson
Comment 9 2012-10-01 16:54:14 PDT
Anders Carlsson
Comment 10 2012-10-01 16:58:55 PDT
Build Bot
Comment 11 2012-10-01 18:54:08 PDT
Comment on attachment 166574 [details] Patch Attachment 166574 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/14118298 New failing tests: http/tests/workers/terminate-during-sync-operation.html
Anders Carlsson
Comment 12 2012-10-02 10:36:50 PDT
(In reply to comment #2) > Can I ask what this is for? Sure, it's to make it easier for ports to change the type of layers created on a per page basis. In WebKit2 it can be used to get rid of the setGraphicsLayerFactory code that the Qt port uses. We can also use it for experimenting with UI process side compositing.
Andreas Kling
Comment 13 2012-10-02 10:47:24 PDT
Comment on attachment 166574 [details] Patch r=me with non-herpderp ChangeLog.
Anders Carlsson
Comment 14 2012-10-02 10:50:44 PDT
Note You need to log in before you can comment on or make changes to this bug.