Closed Bug 943121 Opened 11 years ago Closed 10 years ago

geolocation example might have rotted

Categories

(Add-on SDK Graveyard :: Documentation, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wbamberg, Assigned: wbamberg)

Details

Attachments

(2 files)

Priority: -- → P1
tested the code from SO and updated the tutorial page on MDN.
Assignee: nobody → tomica+amo
Status: NEW → ASSIGNED
Attachment #8384200 - Flags: review?(wbamberg)
Comment on attachment 8384200 [details]
updated tutorial page on MDN

Thanks for picking this up! I looked into fixing this a while ago, and it seemed like the behavior of geolocation had changed (to always ask the user by default). So I thought then that we were going to have to rewrite the whole thing. But it looks like I was mistaken.

I think this change only updates the first revision, so the next two (the one that includes the check, and the one packaged as a separate module) still don't work.
Attachment #8384200 - Flags: review?(wbamberg) → review-
Attached file mdn.html
Assignee: tomica+amo → wbamberg
Attachment #8406409 - Flags: review?(tomica+amo)
It looks to me as if, at least in some Firefox versions, geolocation now always prompts the user. Which makes this example kind of pointless. So I rewrote it to be a different example, using nsIFilePicker and nsICryptoHash. It's a bit boring, but at least it's correct.
Comment on attachment 8406409 [details]
mdn.html

Will, sorry i didn't finish this, but i couldn't get geolocation to work on my computer, even with the prompting, so this is probably better.

this looks good to me. i fixed a few small nits (indentation and some dead code), since that seemed quicker and easier than listing them here (we don't have a good comment/review system for mdn).

and just a note, it might be a good idea to give an example module that could be reused outside of jetpack (since we are using commonJS modules). so if we ever need to revisit this tutorial (again), might as well not use XPCOM.
Attachment #8406409 - Flags: review?(tomica+amo) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: