[Webkit-unassigned] [Bug 77935] Disable adding a shadow root to elements having a dynamic built-in shadow root.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 19:02:30 PST 2012


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





--- Comment #2 from Dominic Cooney <dominicc at chromium.org>  2012-02-07 19:02:30 PST ---
(From update of attachment 125779)
View in context: https://bugs.webkit.org/attachment.cgi?id=125779&action=review

Temporarily turning off author shadow roots for elements that use UA shadow roots sounds like a good idea.

> Source/WebCore/dom/ShadowRoot.h:49
> +    enum CheckUserShadowRootAllowance {

It might be better to rename this to reflect the caller intent, eg

enum (mumble) {
  CreatingUserAgentShadowRoot,
  CreatingAuthorShadowRoot
}

?

-- 
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