[Webkit-unassigned] [Bug 143959] New: Add a bool parameter to decidePolicyForNavigationAction and decidePolicyForNewWindowAction in WKPagePolicyClient to track whether it's user initiated
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 20 12:32:58 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143959
Bug ID: 143959
Summary: Add a bool parameter to
decidePolicyForNavigationAction and
decidePolicyForNewWindowAction in WKPagePolicyClient
to track whether it's user initiated
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: adachan at apple.com
These are the new definitions of the decidePolicyForNavigationAction and decidePolicyForNewWindowAction callbacks:
typedef void (*WKPageDecidePolicyForNavigationActionCallback)(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, bool isUserInitiated, WKFrameRef originatingFrame, WKURLRequestRef request, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo);
typedef void (*WKPageDecidePolicyForNewWindowActionCallback)(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, bool isUserInitiated, WKURLRequestRef request, WKStringRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo);
This is needed for <rdar://problem/20139052>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150420/72088fff/attachment.html>
More information about the webkit-unassigned
mailing list