Closed
Bug 561490
Opened 15 years ago
Closed 15 years ago
Test Pilot databases should use asynchronous API for reads/writes
Categories
(Mozilla Labs Graveyard :: Test Pilot, defect, P1)
Mozilla Labs Graveyard
Test Pilot
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: jono, Assigned: jono)
Details
(Whiteboard: data, needs-review)
Attachments
(1 file)
18.38 KB,
patch
|
Details | Diff | Splinter Review |
See documentation here: https://developer.mozilla.org/en/Storage#Asynchronously
Priority: -- → P1
Whiteboard: data
Target Milestone: 0.1 → 1.0
Comment 1•15 years ago
|
||
* async-write-and-read.diff - for the XPI
* tab-switch-study.diff - the tab_switch_study.diff
* tab_switch_study.js - modified tab_switch_study.js
oh, because reading the database with the asynchronous API requires a callback. I see.
I'm going to hold off on merging this patch for now, because we're about to release a new study today, and changing the API that the studies use to write data (meaning the study would have to be incompatible with the older version of the extension, or incompatible with the newer) would not be a good thing to do at this time. I'll revisit this after the toolbar study is done.
Merged into extension in http://hg.mozilla.org/labs/testpilot/rev/8a3521afff3f
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Mozilla Labs → Mozilla Labs Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•