Bug 56093

Summary: Web Inspector: brush up DOM agent API.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
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 yurys: review+

Description Pavel Feldman 2011-03-10 04:34:57 PST
This change also removes some DOM->Elements dependencies. There is more work to do, but the patch is getting big.
Comment 1 Pavel Feldman 2011-03-10 04:50:49 PST
Created attachment 85309 [details]
Patch
Comment 2 Yury Semikhatsky 2011-03-10 05:01:36 PST
Comment on attachment 85309 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=85309&action=review

> Source/WebCore/inspector/front-end/DOMAgent.js:95
> +    nodeType: function()

Why is it(and other accessors below) not a getter?
Comment 3 Pavel Feldman 2011-03-10 06:26:49 PST
Committed r80713: <http://trac.webkit.org/changeset/80713>