Bug 20162

Summary: Web Inspector does not update the DOM tree when attributes change
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Kelly Norton <knorton>
Status: RESOLVED FIXED    
Severity: Normal CC: dieter, emacemac7, farukates, knorton, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 8191    
Bug Blocks:    
Attachments:
Description Flags
Uses the new direct callbacks from WebCore timothy: review+, timothy: commit-queue-

Description Timothy Hatcher 2008-07-24 11:07:10 PDT
With the fix for bug 6590 we now update the DOM tree for element insertion and removal. But attributes changes do not update in the inspector. This is blocked by bug 8191.
Comment 1 Timothy Hatcher 2009-04-11 18:29:34 PDT
*** Bug 25103 has been marked as a duplicate of this bug. ***
Comment 2 Kelly Norton 2010-01-13 18:44:50 PST
Created attachment 46534 [details]
Uses the new direct callbacks from WebCore

I don't see any significant change in dromaeo runs with this change:

With Change:
http://dromaeo.com/?id=85714
http://dromaeo.com/?id=85717

Without Change:
http://dromaeo.com/?id=85721
http://dromaeo.com/?id=85722
Comment 3 Timothy Hatcher 2010-01-13 19:26:57 PST
Comment on attachment 46534 [details]
Uses the new direct callbacks from WebCore

> +        var event = { target : node };

This should be: {target: node}


> +    _attributesUpdated : function(event)

There should be no space before the ":".
Comment 4 Kelly Norton 2010-01-13 19:49:51 PST
http://trac.webkit.org/changeset/53232