[Webkit-unassigned] [Bug 130898] New: [GTK] Geoclue2 providers won't work after reloading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 28 07:00:42 PDT 2014


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

           Summary: [GTK] Geoclue2 providers won't work after reloading
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
                CC: cgarcia at igalia.com


There is a bug in the code of the Geoclue2 geolocation provider that prevents geolocation from working if you try to reload a page after having started using the geolocation API previously.

Steps to reproduce:

1. Open http://html5demos.com/geo in a geolocation in Minibrowser
2. Allow to know the location when requested through a dialog
3. Wait until it says "Found you!"
4. Reload the page and repeat step 2

Expected outcome:

You should see the found location once again

Actual:

You will see "Failed" instead, because the geolocation provider is trying to use the same client proxy for geoclue2 service, that is no longer available after having called geoclue_client_call_stop() in GeolocarionProviderGeoclue::stopUpdating(), since apparently it can be reused from previous times.

-- 
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