Bug 106295
| Summary: | Cache ContentSelectorQuery in InsertionPoint | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
| Component: | DOM | Assignee: | Shinya Kawanaka <shinyak> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | rniwa, webcomponents-bugzilla |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 103016 | ||
Shinya Kawanaka
Currently in each distribution, we're parsing select attribute for each InsertionPoint.
However, this cost can be omitted if we cache ContentSelectorQuery in InsertionPoint.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
We don't have InsertionPoint anymore.