Bug 81892

Summary: Web Inspector: dispatch styleSheetChanged event synchronously.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

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.