Bug 162876 - Remove Document::elementSheet()
Summary: Remove Document::elementSheet()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 12:47 PDT by Antti Koivisto
Modified: 2016-10-03 14:55 PDT (History)
2 users (show)

See Also:


Attachments
patch (29.41 KB, patch)
2016-10-03 13:23 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2016-10-03 12:47:12 PDT
This is a Document owned stylesheet that exists as a context for parsing element inline style. It never contains any rules and is generally confusing.
Comment 1 Antti Koivisto 2016-10-03 13:23:49 PDT
Created attachment 290511 [details]
patch
Comment 2 Andreas Kling 2016-10-03 13:36:12 PDT
Comment on attachment 290511 [details]
patch

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

r=me, looks good, very 2011

> Source/WebCore/dom/StyledElement.cpp:201
> +    if (usesStyleBasedEditability(*inlineStyle))
> +        document().setHasElementUsingStyleBasedEditability();

So this is really "has *ever* used style based editability" huh.
I wonder if this optimization is even useful.
Comment 3 WebKit Commit Bot 2016-10-03 14:55:05 PDT
Comment on attachment 290511 [details]
patch

Clearing flags on attachment: 290511

Committed r206753: <http://trac.webkit.org/changeset/206753>
Comment 4 WebKit Commit Bot 2016-10-03 14:55:10 PDT
All reviewed patches have been landed.  Closing bug.