[Webkit-unassigned] [Bug 3273] XSL Transformations should occur on a separate thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 08:44:01 PDT 2010


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





--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2010-09-15 08:44:00 PST ---
The document is serialized to string for XSL transformation, so the actual transformation doesn't touch the DOM. As long as it's the transformation that takes most of the time here, it could be beneficial to use a separate thread.

I'm not sure if it's realistic to expect that we work on this, and whether it's a practical issue. Safari doesn't beachball even on the example from comment 2 on modern desktop hardware.

-- 
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