Bug 270810
Summary: | [CSS] Make rule cacheable even when nested | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matthieu Dubet <m_dubet> |
Component: | WebCore Misc. | Assignee: | Matthieu Dubet <m_dubet> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Matthieu Dubet
Right now, having a nested style rule disables rule caching.
We should support this, and do a copy-on-write when there is some CSSOM manipulation of them.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/124398506>
Matthieu Dubet
Pull request: https://github.com/WebKit/WebKit/pull/29719
Matthieu Dubet
Pull request: https://github.com/WebKit/WebKit/pull/36961