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+

Sam Weinig
Reported 2013-11-27 20:12:19 PST
Give the PageClient a chance to handle geolocation permission requests if the UIClient doesn't handle it
Attachments
Patch (9.29 KB, patch)
2013-11-27 20:15 PST, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2013-11-27 20:15:32 PST
mitz
Comment 2 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.
Sam Weinig
Comment 3 2013-11-27 20:31:28 PST
Note You need to log in before you can comment on or make changes to this bug.