Bug 68269

Summary: Add back the WKHitTestResultRef parameter to mouseDidMoveOverElement in an ABI preserving way
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Anders Carlsson
Reported 2011-09-16 12:49:08 PDT
Add back the WKHitTestResultRef parameter to mouseDidMoveOverElement in an ABI preserving way
Attachments
Patch (11.04 KB, patch)
2011-09-16 12:53 PDT, Anders Carlsson
ggaren: review+
Anders Carlsson
Comment 1 2011-09-16 12:53:49 PDT
Geoffrey Garen
Comment 2 2011-09-16 13:03:31 PDT
Comment on attachment 107707 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=107707&action=review r=me > Source/WebKit2/UIProcess/WebUIClient.cpp:166 > + if (!m_client.version) { This is a particularly glaring case where our style rule that compares to 0 should use ! is bizarre and unreadable. Oh well.
Anders Carlsson
Comment 3 2011-09-16 13:11:04 PDT
Note You need to log in before you can comment on or make changes to this bug.