[Webkit-unassigned] [Bug 181460] REGRESSION(r225650): The scores of MotionMark tests Multiply and Leaves dropped by 8%

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 11 02:06:22 PST 2018


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

--- Comment #11 from Antti Koivisto <koivisto at iki.fi> ---
Yeah, SecurityOrigin::canRequest is inefficient (heap allocating a temporary SecurityOrigin for example) and could be optimized. However that will require bit more refactoring than should be done in this patch.

The logic here is about figuring out if the stylesheet content is readable via getMatchedCSSRules. The rules from the document itself are supposed to be accessible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180111/1d32caf4/attachment.html>


More information about the webkit-unassigned mailing list