Closed
Bug 825608
Opened 13 years ago
Closed 12 years ago
Access token date is broken for public requests
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jdm, Assigned: sankha)
Details
(Whiteboard: [mentor=jdm][lang=js])
Attachments
(1 file)
1.12 KB,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
> // check to see if it has expired
> let accessTokenDate;
> if (this.lastRequestPrivate) {
> accessTokenDate = gPrivateAccessTime;
> } else {
> Services.prefs.getIntPref(accessTokenPrefName + ".time");
> }
Reporter | ||
Comment 1•12 years ago
|
||
In particular, we need to set accessTokenDate to the result of the pref.
Whiteboard: [mentor=jdm][lang=js]
Assignee | ||
Comment 2•12 years ago
|
||
Can you review this?
Assignee: nobody → sankha93
Attachment #732264 -
Flags: review?(josh)
Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 732264 [details] [diff] [review]
patch v1
Review of attachment 732264 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #732264 -
Flags: review?(josh) → review+
Reporter | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
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.
Description
•