WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
99137
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2012-10-11 22:06:05 PDT
Created
attachment 168357
[details]
Patch
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
Committed
r131148
: <
http://trac.webkit.org/changeset/131148
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug