[Webkit-unassigned] [Bug 76611] Content element should be able to be dynamically added/removed/replaced in a shadow tree.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 03:36:20 PST 2012


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





--- Comment #11 from Shinya Kawanaka <shinyak at chromium.org>  2012-01-30 03:36:20 PST ---
(In reply to comment #9)
> (From update of attachment 123922 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=123922&action=review
> 
> > Source/WebCore/dom/ContainerNode.cpp:790
> > +void ContainerNode::attachWithoutChildren()
> 
> Could you inline this?
> 
> > Source/WebCore/dom/ContainerNode.cpp:806
> > +}
> 
> And this?

Done.

> 
> > Source/WebCore/dom/ContainerNode.h:78
> > +    void detachWithoutChildren();
> 
> "WithoutChildren" sounds a bit confusing as many negative-adjectives are. Maybe attachAsNode() ?

Done.

> 
> > Source/WebCore/dom/ShadowRoot.h:75
> > +    bool m_needsShadowTreeStyleRecalc;
> 
> Let's turn these boolean variables bit-fields.

Done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list