[Webkit-unassigned] [Bug 42068] Need to be able to configure Geolocation policy regarding user permissions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 20 02:45:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42068





--- Comment #9 from Mahesh Kulkarni <mahesh.kulkarni at nokia.com>  2010-07-20 02:45:16 PST ---
(In reply to comment #8)
> (From update of attachment 62044 [details])
> WebCore/page/Geolocation.cpp:421
>  +              m_startRequestPermissionNotifier = 0;
> This new block wasn't in the first patch and introduces a change in behaviour. This bug was intended to add the new USE flag and not introduce any functional changes. This block should be part of the fix for your original Bug 42027.
> 

This new block will not be available for non-preemptive permission policy. No change in behavior for existing implementations (for both client based and non-client based). 
Because we are introducing preemptive permission policy, startUpdate() call has never instantiated the service, resulting in ignoring the first request received for position. 
This block implements the functionality of USE() flag. I can move this to bug #42027 if you would like?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list