Bug 141450 - Web Inspector: Better support for CSSOM StyleSheet mutations (insertRule/deleteRule)
Summary: Web Inspector: Better support for CSSOM StyleSheet mutations (insertRule/dele...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-02-10 17:24 PST by Joseph Pecoraro
Modified: 2024-03-19 11:37 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-02-10 17:24:37 PST
* SUMMARY
Web Inspector should better support for CSSOM StyleSheet mutations (insertRule/deleteRule).

* NOTES
Currently InspectorStyleSheet manages a ParsedStyleSheet, with extra "SourceData" parsed from the raw stylesheet text. The raw text however, will be missing rule mutations to the actual CSSStyleSheet, e.g. insertRule / deleteRule. Thus making an imbalance between the rule ordinals in the SourceData map and the actual CSSStyleSheet CSSRules.
Comment 1 Radar WebKit Bug Importer 2015-02-10 17:25:00 PST
<rdar://problem/19790845>