Bug 88211 - Make ShadowRoot work with JSC
Summary: Make ShadowRoot work with JSC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 76359
  Show dependency treegraph
 
Reported: 2012-06-03 21:52 PDT by Hajime Morrita
Modified: 2012-07-17 20:20 PDT (History)
2 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-06-03 21:52:11 PDT
Currently we lack ShadowRoot support in the code generator for JSC binding.
We need teach about that.
Comment 1 Hajime Morrita 2012-07-17 20:20:58 PDT
It looks EFL port has enabled SHADOW_DOM
They are using JSC and it looks working.