Bug 110280
Summary: | [Shadow DOM] Node distribution shouldn't do style recalc or attach. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | koivisto, rniwa, webcomponents-bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 97279 |
Hajime Morrita
This is coined at http://markmail.org/thread/37ycxttk6gnmnd27
node distribution happens lazily during composed tree traversal,
where people don't expect to have any side effect.
We should make it side effect free, or make it to look like that.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Node distribution isn't a thing anymore.