| Summary: | Add a bool parameter to decidePolicyForNavigationAction and decidePolicyForNewWindowAction in WKPagePolicyClient to track whether it's user initiated | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ada Chan <adachan> |
| Component: | WebKit2 | Assignee: | Ada Chan <adachan> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | adachan, andersca, ap, mitz, sam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Ada Chan
2015-04-20 12:32:58 PDT
(In reply to Ada Chan from comment #0) > 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> I see that that has been resolved without relying on the new callback, so I think we are not going to make this change. |