RESOLVED FIXED99137
Add some basic methods and properties to the injected bundle Objective-C DOM API
https://bugs.webkit.org/show_bug.cgi?id=99137
Summary Add some basic methods and properties to the injected bundle Objective-C DOM API
Andy Estes
Reported 2012-10-11 21:58:01 PDT
Add some basic methods and properties to the injected bundle Objective-C DOM API
Attachments
Patch (27.80 KB, patch)
2012-10-11 22:06 PDT, Andy Estes
sam: review+
Andy Estes
Comment 1 2012-10-11 22:06:05 PDT
Sam Weinig
Comment 2 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.
Andy Estes
Comment 3 2012-10-11 23:34:07 PDT
Note You need to log in before you can comment on or make changes to this bug.