Bug 82726

Summary: Web Inspector: do not issue attributes modified event if actual values were not changed.
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
none
Patch none

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.