WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-03-22 05:16:47 PDT
Created
attachment 133227
[details]
Patch
Pavel Feldman
Comment 2
2012-03-22 05:57:02 PDT
Committed
r111677
: <
http://trac.webkit.org/changeset/111677
>
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