Closed
Bug 786644
Opened 12 years ago
Closed 12 years ago
Expose indexedDB API
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.14
People
(Reporter: irakli, Assigned: irakli)
References
Details
Attachments
(1 file, 2 obsolete files)
No description provided.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rFobic
Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #656422 -
Flags: review?(dtownsend+bugmail)
Priority: -- → P1
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/f7828bf891c5dda913c86c8f0520ed669e90f98d
Merge pull request #539 from Gozala/bug/indexed-db@786644
Fixes Bug 786644 - Expose indexedDB API
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 3•12 years ago
|
||
Comment on attachment 656422 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/539
Let's make sure to document that the data in these dbs might go away
Attachment #656422 -
Flags: review?(dtownsend+bugmail) → review+
Updated•12 years ago
|
Target Milestone: --- → 1.11
This broke tests on mozilla-release: https://tbpl.mozilla.org/php/getParsedLog.php?id=14871635&tree=Jetpack&full=1
Assignee | ||
Comment 5•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #657265 -
Flags: review?(poirot.alex)
Attachment #657265 -
Flags: feedback+
Updated•12 years ago
|
Attachment #657265 -
Flags: review?(poirot.alex) → review+
Comment 6•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/8f03c79758190240aaa15716882286946bca750e
Merge pull request #546 from Gozala/bug/indexed-db@786644
Bug 786644 - Add condition to run tests only on versions that implement indexedDB. r=@ochameau
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Depends on: 829203
Comment 7•12 years ago
|
||
Thanks again Gregg for your contribution!
Except some typos, it looks good now.
If you want, you can squash your commits before merging, but it is optional rule in jetpack.
Attachment #656422 -
Attachment is obsolete: true
Attachment #657265 -
Attachment is obsolete: true
Attachment #707214 -
Flags: review+
Comment 8•12 years ago
|
||
Target Milestone: 1.11 → 1.13
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: 1.13 → 1.14
You need to log in
before you can comment on or make changes to this bug.
Description
•