[Webkit-unassigned] [Bug 27254] New: Geolocation PositionOptions does not use correct default values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 14 04:38:24 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27254
Summary: Geolocation PositionOptions does not use correct
default values
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: steveblock at google.com
CC: andreip at google.com, bolsinga at apple.com
The default values for the members of the Geolocation PositionOptions object
should be as follows, taken from
http://www.w3.org/TR/geolocation-API/#position-options.
- enableHighAccuracy = false
- timeout = +Inf
- maximumAge = 0
Currently, no default values are explicitly set, so the effective defaults are
false, 0 and 0 respectively.
The default values should be explicitly set, probably in
WebCore/bindings/js/JSGeolocationCustom.cpp.
--
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