Closed
Bug 461929
Opened 17 years ago
Closed 17 years ago
Position.speed attribute name change
Categories
(Core :: DOM: Geolocation, defect)
Core
DOM: Geolocation
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
References
()
Details
Attachments
(1 file)
|
6.60 KB,
patch
|
smaug
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Position.velocity has been renamed Position.speed
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #345060 -
Flags: review?
| Assignee | ||
Updated•17 years ago
|
Attachment #345060 -
Flags: review? → review?(Olli.Pettay)
Comment 2•17 years ago
|
||
Comment on attachment 345060 [details] [diff] [review]
patch v.1
>diff --git a/dom/public/idl/geolocation/nsIDOMGeoPosition.idl b/dom/public/idl/geolocation/nsIDOMGeoPosition.idl
>--- a/dom/public/idl/geolocation/nsIDOMGeoPosition.idl
>+++ b/dom/public/idl/geolocation/nsIDOMGeoPosition.idl
>@@ -41,11 +41,11 @@ interface nsIDOMGeoPosition : nsISupport
> interface nsIDOMGeoPosition : nsISupports
> {
> readonly attribute double latitude;
> readonly attribute double longitude;
> readonly attribute double altitude;
> readonly attribute double accuracy;
> readonly attribute double altitudeAccuracy;
> readonly attribute double heading;
>- readonly attribute double velocity;
>+ readonly attribute double speed;
> readonly attribute DOMTimeStamp timestamp;
> };
Update uuid
Attachment #345060 -
Flags: review?(Olli.Pettay) → review+
| Assignee | ||
Updated•17 years ago
|
Attachment #345060 -
Flags: superreview?(bzbarsky)
| Assignee | ||
Comment 3•17 years ago
|
||
will update uuid.
Comment 4•17 years ago
|
||
Comment on attachment 345060 [details] [diff] [review]
patch v.1
sr=bzbarsky with the uuid change
Attachment #345060 -
Flags: superreview?(bzbarsky) → superreview+
| Assignee | ||
Comment 5•17 years ago
|
||
pushed 9758a428bcba + aa0e6709e5fc.
thanks bz/smaug!
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•