Bug 56093 - Web Inspector: brush up DOM agent API.
Summary: Web Inspector: brush up DOM agent API.
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-10 04:34 PST by Pavel Feldman
Modified: 2011-03-10 06:26 PST (History)
10 users (show)

See Also:


Attachments
Patch (46.58 KB, patch)
2011-03-10 04:50 PST, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>