Bug 82726 - Web Inspector: do not issue attributes modified event if actual values were not changed.
Summary: Web Inspector: do not issue attributes modified event if actual values were n...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 05:50 PDT by Pavel Feldman
Modified: 2012-03-30 08:45 PDT (History)
10 users (show)

See Also:


Attachments
Patch (7.29 KB, patch)
2012-03-30 06:11 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff
Patch (8.46 KB, patch)
2012-03-30 06:27 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-03-30 05:50:46 PDT
When style attribute is invalidated, we re-fetch the attributes values. There is no point in further dispatching attrs modified even if model stays the same.
Comment 1 Pavel Feldman 2012-03-30 06:11:59 PDT
Created attachment 134797 [details]
Patch
Comment 2 Pavel Feldman 2012-03-30 06:27:29 PDT
Created attachment 134799 [details]
Patch
Comment 3 Pavel Feldman 2012-03-30 08:45:02 PDT
Comment on attachment 134799 [details]
Patch

Clearing flags on attachment: 134799

Committed r112668: <http://trac.webkit.org/changeset/112668>
Comment 4 Pavel Feldman 2012-03-30 08:45:10 PDT
All reviewed patches have been landed.  Closing bug.