Bug 124955

Summary: Give the PageClient a chance to handle geolocation permission requests if the UIClient doesn't handle it
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Sam Weinig 2013-11-27 20:12:19 PST
Give the PageClient a chance to handle geolocation permission requests if the UIClient doesn't handle it
Comment 1 Sam Weinig 2013-11-27 20:15:32 PST
Created attachment 217975 [details]
Patch
Comment 2 mitz 2013-11-27 20:22:10 PST
Comment on attachment 217975 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=217975&action=review

> Source/WebKit2/UIProcess/API/ios/PageClientImplIOS.h:60
> +    virtual bool decidePolicyForGeolocationPermissionRequest(WebFrameProxy*, WebSecurityOrigin*, GeolocationPermissionRequestProxy*);

I think the parameters can be references and the function can be annotated as an override.
Comment 3 Sam Weinig 2013-11-27 20:31:28 PST
Committed r159833: <http://trac.webkit.org/changeset/159833>