WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25260
Finish V8 custom bindings for InspectorController
https://bugs.webkit.org/show_bug.cgi?id=25260
Summary
Finish V8 custom bindings for InspectorController
Dimitri Glazkov (Google)
Reported
2009-04-16 20:58:08 PDT
Now that it's getting unforked, it needs the full bindings.
Attachments
Finish V8 custom bindings for InspectorController.
(10.54 KB, patch)
2009-04-16 20:59 PDT
,
Dimitri Glazkov (Google)
fishd
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dimitri Glazkov (Google)
Comment 1
2009-04-16 20:59:41 PDT
Created
attachment 29571
[details]
Finish V8 custom bindings for InspectorController. WebCore/ChangeLog | 10 + .../v8/custom/V8InspectorControllerCustom.cpp | 267 +++++++++++++++++++- 2 files changed, 269 insertions(+), 8 deletions(-)
Darin Fisher (:fishd, Google)
Comment 2
2009-04-16 21:02:39 PDT
Comment on
attachment 29571
[details]
Finish V8 custom bindings for InspectorController.
> +++ b/WebCore/bindings/v8/custom/V8InspectorControllerCustom.cpp
> + Node* node = V8Proxy::DOMWrapperToNode<Node>(args[0]); > + if (!node) > + return v8::Undefined(); > + > + InspectorController* inspectorController = V8Proxy::ToNativeObject<InspectorController>(V8ClassIndex::INSPECTORCONTROLLER, args.Holder()); > + inspectorController->highlight(node); > + > + return v8::Undefined(); > +}
^^^ indentation is off by one there. otherwise, LGTM
Dimitri Glazkov (Google)
Comment 3
2009-04-16 21:21:01 PDT
Doh! Fixed and landed as
http://trac.webkit.org/changeset/42603
.
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