Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Need to be able to configure Geolocation policy regarding user permis…
…sions https://bugs.webkit.org/show_bug.cgi?id=42068 Patch by Mahesh Kulkarni <mahesh.kulkarni@nokia.com> on 2010-07-20 Reviewed by Steve Block. JavaScriptCore: If CLIENT_BASED_GEOLOCATION is enabled, enable preemtive permission policy by default * wtf/Platform.h: WebCore: Introducing new USE() flag PREEMPT_GEOLOCATION_PREMISSION using which acquires user permission first before starting location service This change does not introduce any change in behavior for any platform. So there are no new tests added. * WebCore.pro: * page/Geolocation.cpp: (WebCore::Geolocation::startRequest): (WebCore::Geolocation::setIsAllowed): (WebCore::Geolocation::startUpdating): * page/Geolocation.h: Canonical link: https://commits.webkit.org/54580@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63742 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
55 additions
and 7 deletions.
- +12 −0 JavaScriptCore/ChangeLog
- +7 −0 JavaScriptCore/wtf/Platform.h
- +20 −0 WebCore/ChangeLog
- +3 −0 WebCore/WebCore.pro
- +11 −6 WebCore/page/Geolocation.cpp
- +2 −1 WebCore/page/Geolocation.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters