Bug 63601 - [Meta] Shadow DOM API needs JS and V8 bindings.
Summary: [Meta] Shadow DOM API needs JS and V8 bindings.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on: 76353 76693 76694 76863 77511 77514 77516 77714 78472 78473 79886 81097 84251
Blocks: 63606
  Show dependency treegraph
 
Reported: 2011-06-28 20:11 PDT by Dimitri Glazkov (Google)
Modified: 2012-05-29 00:04 PDT (History)
4 users (show)

See Also:


Attachments
WIP (22.78 KB, patch)
2012-01-23 15:46 PST, Hajime Morrita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2011-06-28 20:11:10 PDT
The API is here:  http://dglazkov.github.com/component-model/dom.html
Comment 1 Roland Steiner 2011-10-24 18:46:59 PDT
I moved Dimitri's original link - it's no at:

http://dglazkov.github.com/component-model/2011-08-31/dom.html
Comment 3 Hajime Morrita 2012-01-15 18:15:57 PST
Since this has three distinct interfaces ShadowRoot, HTMLContentElement and HTMLShadowElement,
I'm making this as a meta bug. The first step should be obviously ShadowRoot. 
So I'll add ENABLE(SHADOW_ROOT) there.
Comment 4 Dominic Cooney 2012-01-15 21:05:14 PST
(In reply to comment #3)
> So I'll add ENABLE(SHADOW_ROOT) there.

Should it be ENABLE(SHADOW_DOM) since that is the name of the spec?
Comment 5 Hajime Morrita 2012-01-16 20:13:49 PST
> (In reply to comment #3)
> > So I'll add ENABLE(SHADOW_ROOT) there.
> 
> Should it be ENABLE(SHADOW_DOM) since that is the name of the spec?
Ooops. You are right. It should be SHADOW_DOM.
Comment 6 Hajime Morrita 2012-01-23 15:46:35 PST
Created attachment 123641 [details]
WIP
Comment 7 Hajime Morrita 2012-01-23 15:47:38 PST
Comment on attachment 123641 [details]
WIP

Oops. Posted to wrong bug....
Comment 8 Hajime Morrita 2012-05-29 00:04:23 PDT
Closing. Obviously we have had tests.