Bug 99137

Summary: Add some basic methods and properties to the injected bundle Objective-C DOM API
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Andy Estes 2012-10-11 21:58:01 PDT
Add some basic methods and properties to the injected bundle Objective-C DOM API
Comment 1 Andy Estes 2012-10-11 22:06:05 PDT
Created attachment 168357 [details]
Patch
Comment 2 Sam Weinig 2012-10-11 22:37:38 PDT
Comment on attachment 168357 [details]
Patch

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

> Source/WebKit2/WebProcess/InjectedBundle/API/mac/WKDOMNode.h:42
> +@property(readonly) WKDOMNode *firstChild;
> +@property(readonly) WKDOMNode *nextSibling;

I think you should add lastChild and previousSibling as well.
Comment 3 Andy Estes 2012-10-11 23:34:07 PDT
Committed r131148: <http://trac.webkit.org/changeset/131148>