WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
46546
Implement WebKit2 callback equivalent to -[WebUIDelegate mouseDidMoveOverElement:modifierFlags:]
https://bugs.webkit.org/show_bug.cgi?id=46546
Summary
Implement WebKit2 callback equivalent to -[WebUIDelegate mouseDidMoveOverElem...
Sam Weinig
Reported
2010-09-24 18:22:52 PDT
Implement WebKit2 callback equivalent to -[WebUIDelegate mouseDidMoveOverElement:modifierFlags:].
Attachments
Patch
(40.90 KB, patch)
2010-09-24 18:26 PDT
,
Sam Weinig
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2010-09-24 18:23:01 PDT
<
rdar://problem/8359279
>
Sam Weinig
Comment 2
2010-09-24 18:26:20 PDT
Created
attachment 68797
[details]
Patch
WebKit Review Bot
Comment 3
2010-09-24 18:27:49 PDT
Attachment 68797
[details]
did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKit2/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp:26: Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4] WebKit2/WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp:26: Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4] WebKit2/UIProcess/API/C/WKPage.h:167: Extra space between WKPageMouseDidMoveOverElementCallback and mouseDidMoveOverElement [whitespace/declaration] [3] WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:132: Extra space between WKBundlePageMouseDidMoveOverElementCallback and mouseDidMoveOverElement [whitespace/declaration] [3] WebKit2/WebProcess/InjectedBundle/API/c/WKBundleAPICast.h:55: More than one command on the same line [whitespace/newline] [4] WebKit2/WebProcess/InjectedBundle/API/c/WKBundleAPICast.h:64: More than one command on the same line [whitespace/newline] [4] WebKit2/WebProcess/InjectedBundle/API/c/WKBundleAPICast.h:68: More than one command on the same line [whitespace/newline] [4] WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:33: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 8 in 27 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 4
2010-09-24 18:34:31 PDT
Attachment 68797
[details]
did not build on qt: Build output:
http://queues.webkit.org/results/4033141
Sam Weinig
Comment 5
2010-09-24 18:37:24 PDT
Fixed Qt build locally.
Darin Adler
Comment 6
2010-09-24 18:42:42 PDT
Comment on
attachment 68797
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=68797&action=review
Looks like you broke Qt. If you deal with that, r=me.
> WebKit2/WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp:43 > + RefPtr<InjectedBundleNodeHandle> nodeHandle = toWK(hitTestResultRef)->nodeHandle(); > + return toRef(nodeHandle.get());
Do you need a local variable here?
Sam Weinig
Comment 7
2010-09-24 19:33:28 PDT
Landed in
http://trac.webkit.org/changeset/68322
.
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