[Webkit-unassigned] [Bug 170362] Add SPI for handling geolocation authorization requests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 11 09:07:57 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=170362
Alex Christensen <achristensen at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #306764|review?, commit-queue? |review+, commit-queue-
Flags| |
--- Comment #15 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 306764
--> https://bugs.webkit.org/attachment.cgi?id=306764
Patch v2.1
View in context: https://bugs.webkit.org/attachment.cgi?id=306764&action=review
LGTM except the memory leak.
> Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm:92
> + RetainPtr<id<_WKGeolocationCoreLocationProvider>> _coreLocationProvider;
I'm not sure if the id is necessary here. If it is, we seem to have a space after id elsewhere in WebKit.
> Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm:269
> + _provider = [[WebGeolocationCoreLocationProvider alloc] initWithListener:self];
We need an adoptNS or this is a memory leak.
> Tools/TestWebKitAPI/Tests/WebKit2Cocoa/Geolocation.mm:42
> +SOFT_LINK_FRAMEWORK(CoreLocation)
> +SOFT_LINK_CLASS(CoreLocation, CLLocation)
Is there a reason we're soft linking?
--
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/20170411/64264eff/attachment.html>
More information about the webkit-unassigned
mailing list