[webkit-reviews] review requested: [Bug 20172] [XBL] XBL elements should not be rendered : [Attachment 22477] Proposed fix: create the render but remove the root from the hierarchy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 25 12:51:54 PDT 2008


Julien Chaffraix <jchaffraix at webkit.org> has asked  for review:
Bug 20172: [XBL] XBL elements should not be rendered
https://bugs.webkit.org/show_bug.cgi?id=20172

Attachment 22477: Proposed fix: create the render but remove the root from the
hierarchy
https://bugs.webkit.org/attachment.cgi?id=22477&action=edit

------- Additional Comments from Julien Chaffraix <jchaffraix at webkit.org>
This gist of this patch is to let attach() create the renderers for us so that
we can use them to generate our shadow tree later. In order for them not to be
displayed, we remove the renderer at the root of the hierarchy (which is the
<xbl> element renderer).


More information about the webkit-reviews mailing list