Closed
Bug 449508
Opened 17 years ago
Closed 17 years ago
update geolocation code to editor's draft [DATE: 20 June 2008]
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
References
()
Details
Attachments
(1 file)
|
80.75 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Much of these changes are related to the renaming of geolocation -> geoposition, and geolocator -> geolocation.
Attachment #332636 -
Flags: review?(jst)
| Assignee | ||
Comment 1•17 years ago
|
||
Comment on attachment 332636 [details] [diff] [review]
patch v.1
jst, please ignore the changes to plugin and libpr0n. Those changes are for another, totally unrelated, bug.
Comment 2•17 years ago
|
||
Comment on attachment 332636 [details] [diff] [review]
patch v.1
Please use "hg mv" to rename the files that are renamed here.
- In nsGeolocationRequest::Allow():
+ if (NS_FAILED(rv)) {
+
+ if (!mErrorCallback)
+ return NS_OK; // If no one is listening for errors, fail silently.
[...]
+ callbackProxy->HandleEvent(positionError);
+ return rv;
I don't get why whether there's a error callback should have an impact on the return value from this method.
r+sr=jst with that sorted out.
Attachment #332636 -
Flags: superreview+
Attachment #332636 -
Flags: review?(jst)
Attachment #332636 -
Flags: review+
| Assignee | ||
Comment 3•17 years ago
|
||
good catch jst. i will make that a return NS_OK.
i will also do hg move/rename instead of the hg remove + hg add.
| Assignee | ||
Comment 4•17 years ago
|
||
dougt
Thu Aug 14 16:36:02 2008 +0000 37392cb236bc bug 449508. update geolocation code to editor's draft. r+sr=jst
jst. hg rename caused me a bunch of pain. Since blame was just me on the last files, i did the remove+add. Sorry. If there was more blame, i would have tried harder to resolve this issue.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•