Closed Bug 825608 Opened 13 years ago Closed 12 years ago

Access token date is broken for public requests

Categories

(Core :: DOM: Geolocation, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla23

People

(Reporter: jdm, Assigned: sankha)

Details

(Whiteboard: [mentor=jdm][lang=js])

Attachments

(1 file)

> // check to see if it has expired > let accessTokenDate; > if (this.lastRequestPrivate) { > accessTokenDate = gPrivateAccessTime; > } else { > Services.prefs.getIntPref(accessTokenPrefName + ".time"); > }
In particular, we need to set accessTokenDate to the result of the pref.
Whiteboard: [mentor=jdm][lang=js]
Attached patch patch v1Splinter Review
Can you review this?
Assignee: nobody → sankha93
Attachment #732264 - Flags: review?(josh)
Comment on attachment 732264 [details] [diff] [review] patch v1 Review of attachment 732264 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #732264 - Flags: review?(josh) → review+
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: