Bug 88211
| Summary: | Make ShadowRoot work with JSC | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, haraken |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 76359 | ||
Hajime Morrita
Currently we lack ShadowRoot support in the code generator for JSC binding.
We need teach about that.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hajime Morrita
It looks EFL port has enabled SHADOW_DOM
They are using JSC and it looks working.