RESOLVED FIXED Bug 81892
Web Inspector: dispatch styleSheetChanged event synchronously.
https://bugs.webkit.org/show_bug.cgi?id=81892
Summary Web Inspector: dispatch styleSheetChanged event synchronously.
Pavel Feldman
Reported 2012-03-22 05:11:40 PDT
Today, backend generates stylesheet change event synchronously from within set* command. But CSSStyleModel defers its dispatching until the stylesheet content is available. This prevents us from ignoring update events from within commands that initiated those updates. This change makes stylesheet change event dispatch synchronously and delegates stylesheet content fetching to the event client.
Attachments
Patch (12.74 KB, patch)
2012-03-22 05:16 PDT, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-03-22 05:16:47 PDT
Pavel Feldman
Comment 2 2012-03-22 05:57:02 PDT
Note You need to log in before you can comment on or make changes to this bug.