[Webkit-unassigned] [Bug 163353] Share inline stylesheets between shadow trees
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 12 13:54:18 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163353
Andreas Kling <akling at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #291390|review? |review+, commit-queue-
Flags| |
--- Comment #2 from Andreas Kling <akling at apple.com> ---
Comment on attachment 291390
--> https://bugs.webkit.org/attachment.cgi?id=291390
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=291390&action=review
> Source/WebCore/dom/InlineStyleSheetOwner.cpp:192
> + fprintf(stderr, "retrieved inline stylesheet from cache, rules=%d\n", cachedSheet->ruleCount());
Well I suppose that's good to know about...
> Source/WebCore/dom/InlineStyleSheetOwner.cpp:209
> + fprintf(stderr, "adding stylesheet to cache, rules=%d\n", m_sheet->contents().ruleCount());
More great information!
> Source/WebCore/platform/MemoryPressureHandler.cpp:111
> + {
> + ReliefLogger log("Clear inline stylesheet cache");
> + InlineStyleSheetOwner::clearCache();
> + }
r=me based on this.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161012/711dd6d9/attachment.html>
More information about the webkit-unassigned
mailing list