[Webkit-unassigned] [Bug 34084] Geolocation service does not cache position information between browser sessions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 11:55:47 PST 2010


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


Ariya Hidayat <ariya.hidayat at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ariya.hidayat at gmail.com




--- Comment #10 from Ariya Hidayat <ariya.hidayat at gmail.com>  2010-02-17 11:55:47 PST ---
> > > +static const char* databaseName = "/CachedPosition.db";
> > 
> > Is there a standard name for this? Or can we just pick a sensible one?
> I don't know of a standard name, I think this seems reasonable. Looking at the
> database API code, the precedent is to use a hardcoded database name and a
> platform-configurable path, as here.

Sounds sensible. BTW, what about CachedGeoposition as the name (to signify the
"Geo").

> Yes, it's safe to return 0 - this is handled by the Geolocation object. There's
> no concept of a default position.

Acknowledged.

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