[Webkit-unassigned] [Bug 149446] Split author style code out from DocumentStyleSheetCollection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 04:31:58 PDT 2015


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

Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #261800|review?                     |review+
              Flags|                            |

--- Comment #5 from Andreas Kling <akling at apple.com> ---
Comment on attachment 261800
  --> https://bugs.webkit.org/attachment.cgi?id=261800
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=261800&action=review

r=me

> Source/WebCore/ChangeLog:14
> +        AuthorStyleSheets - author stylesheets and optimization code
> +        ExtensionStyleSheets - user stylesheets, injected author stylesheets, content extension stylesheets

This is a nice split.

> Source/WebCore/dom/AuthorStyleSheets.cpp:65
> +    , m_pendingStylesheets(0)
> +    , m_injectedStyleSheetCacheValid(false)
> +    , m_hadActiveLoadingStylesheet(false)
> +    , m_pendingUpdateType(NoUpdate)
> +    , m_usesFirstLineRules(false)
> +    , m_usesFirstLetterRules(false)
> +    , m_usesRemUnits(false)
> +    , m_usesStyleBasedEditability(false)

You know where we could do all this instead? :)

-- 
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/20150923/5c636791/attachment.html>


More information about the webkit-unassigned mailing list