Bug 103339 - [Meta] Move more Shadow DOM code behind SHADOW_DOM flag.
Summary: [Meta] Move more Shadow DOM code behind SHADOW_DOM flag.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 103654 (view as bug list)
Depends on: 103208 104332 104341 104512 104514 104516 106281 106282 106283 106294 106505 106643 107621
Blocks: 72352
  Show dependency treegraph
 
Reported: 2012-11-26 18:02 PST by Hajime Morrita
Modified: 2019-10-04 22:09 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2012-11-26 18:02:31 PST
Coined by Bug 103208.

A apparent targets are:

- HTMLContentElement
- HTMLShadowElement
- ContentSelectorQuery
- part of ComposedShadowTreeWalker
Comment 1 Dimitri Glazkov (Google) 2012-11-29 13:01:28 PST
*** Bug 103654 has been marked as a duplicate of this bug. ***
Comment 2 Elliott Sprehn 2013-01-08 17:56:47 PST
Note that ComposedShadowTreeWalker is also used in FocusController and HTMLLIElement.
Comment 3 Hajime Morrita 2013-01-09 16:59:51 PST
(In reply to comment #2)
> Note that ComposedShadowTreeWalker is also used in FocusController and HTMLLIElement.
Right. I did it...
I should hide them behind NodeRenderingTraversal.
Filed Bug 106505.
Comment 4 Ryosuke Niwa 2019-10-04 22:09:30 PDT
Not gonna do this.