| r3414 |
Source path:
svn/
trunk/ gears/ geolocation/ geolocation.h
|
|
|
Change log
[Author: steveblock] Fixes Geolocation testZeroTimeout, which is flaky on Chrome in workers. This is due to a race condition between callbacks due to a zero timeout, and callbacks from location providers. Also adds some additional tests. R=andreip,benm CC=gears-eng@googlegroups.com APPROVED=benm ...
| Go to: |
Project members,
sign in to write a code review
Older revisions
r3118
by gears.daemon
on Dec 16, 2008
Diff
[Author: steveblock] Adds maximumAge option to Geolocation API. Also disallows empty string for ...
r3041
by gears.daemon
on Nov 25, 2008
Diff
[Author: steveblock] Adds Geolocation error code constants to JavaScript PositionError object. ...
r3039
by gears.daemon
on Nov 25, 2008
Diff
[Author: steveblock] Adds timeout parameter to Geolocation API to match W3C spec. ...