Bug 108774 - Prototype splitting Node into internal and external type
Summary: Prototype splitting Node into internal and external type
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-03 14:34 PST by Antti Koivisto
Modified: 2013-02-04 12:49 PST (History)
4 users (show)

See Also:


Attachments
some prototyping (119.44 KB, patch)
2013-02-03 14:35 PST, 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 2013-02-03 14:34:42 PST
We split the style data structures. Maybe we can do something similar to the core DOM.
Comment 1 Antti Koivisto 2013-02-03 14:35:06 PST
Created attachment 186269 [details]
some prototyping
Comment 2 Andreas Kling 2013-02-03 15:05:10 PST
Comment on attachment 186269 [details]
some prototyping

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

I like what I am reading. Very next-level.

> Source/WebCore/corenode/CoreNode.h:135
> +    QualifiedName m_tagName;

My first patch would be making this member ElementType-only.