RESOLVED FIXED 78500
Web Inspector: fire stylesheet changed event upon CSS modifications.
https://bugs.webkit.org/show_bug.cgi?id=78500
Summary Web Inspector: fire stylesheet changed event upon CSS modifications.
Pavel Feldman
Reported 2012-02-13 08:27:21 PST
This is needed for syncing undo with the revision history.
Attachments
Patch (43.37 KB, patch)
2012-02-13 08:28 PST, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2012-02-13 08:28:52 PST
Yury Semikhatsky
Comment 2 2012-02-13 09:07:05 PST
Comment on attachment 126776 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=126776&action=review > Source/WebCore/inspector/InspectorStyleSheet.h:160 > + struct Listener { Should be class. > Source/WebCore/inspector/front-end/CSSStyleModel.js:291 > + this._pendingCommands.push(["CSSAgent.setStyleSheetText", majorChange]); The name doesn't seem to be used, otherwise please introduce a class for the commands. > LayoutTests/inspector/styles/styles-history.html:40 > + next(); Remove the spaces.
Pavel Feldman
Comment 3 2012-02-14 00:50:32 PST
Note You need to log in before you can comment on or make changes to this bug.