Bug 105385 - Expose WebKitShadowRoot constructor to DOMWindow.
Summary: Expose WebKitShadowRoot constructor to DOMWindow.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
: 105397 (view as bug list)
Depends on:
Blocks: 63606
  Show dependency treegraph
 
Reported: 2012-12-18 21:26 PST by Hayato Ito
Modified: 2012-12-19 08:10 PST (History)
7 users (show)

See Also:


Attachments
Exporse WebKitShadowRoot constructor ot DOMWindow (7.71 KB, patch)
2012-12-18 22:22 PST, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2012-12-18 21:26:14 PST
This is a follow-up patch for https://bugs.webkit.org/show_bug.cgi?id=102913

Let me quote the comment to save the energy:

> We didn’t want to remove the WebKitShadowRoot name binding entirely. If you look at the Shadow DOM spec, ShadowRoot is not [NoInterfaceObject]. That means it should be in DOMWindow, just like all of the other not-callable-constructors like HTMLDivElement, etc.
> We need it for instanceof tests and convenient access to the ShadowRoot prototype.
Comment 1 Hayato Ito 2012-12-18 22:22:36 PST
Created attachment 180093 [details]
Exporse WebKitShadowRoot constructor ot DOMWindow
Comment 2 Hayato Ito 2012-12-19 01:36:39 PST
*** Bug 105397 has been marked as a duplicate of this bug. ***
Comment 3 WebKit Review Bot 2012-12-19 08:10:52 PST
Comment on attachment 180093 [details]
Exporse WebKitShadowRoot constructor ot DOMWindow

Clearing flags on attachment: 180093

Committed r138165: <http://trac.webkit.org/changeset/138165>
Comment 4 WebKit Review Bot 2012-12-19 08:10:57 PST
All reviewed patches have been landed.  Closing bug.