WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-02-13 08:28:52 PST
Created
attachment 126776
[details]
Patch
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
Committed
r107683
: <
http://trac.webkit.org/changeset/107683
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug