Kyle Huey
|
b8d206d694
|
Bug 781700: Don't hold strong references to databases from the synchronization queue, so that GCing a database will unblock waiting operations. r=bent
|
2012-08-10 09:15:02 -07:00 |
|
Ben Turner
|
68f2087887
|
Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking
|
2012-07-05 14:11:48 -07:00 |
|
Chris Pearce
|
559185a28c
|
Bug 758357 - Backout 2d295ed03d7f for causing bug 770085. r=backout
|
2012-07-02 16:49:38 +12:00 |
|
Chris Pearce
|
3f3b11b5b9
|
Bug 758357 - Backout 540cd3aabdd4 for causing bug 770085. r=backout
|
2012-07-02 16:48:06 +12:00 |
|
Ryan VanderMeulen
|
02240edf85
|
Bug 758357 - Back out part of the landing due to risk of it introducing oranges.
|
2012-07-01 09:38:44 -04:00 |
|
Ryan VanderMeulen
|
7eb7f534a2
|
Backout a8bfe5a447e7 for creating more orange than it fixed.
|
2012-06-30 21:51:09 -04:00 |
|
Jonas Sicking
|
c92fbab56b
|
Back out part of the landing for bug 758357 due to risk of it introducing oranges
|
2012-07-01 02:25:20 +02:00 |
|
Ben Turner
|
38323aad3f
|
Bug 758357: Only show prompt after 50mb of usage for now. Plan is to soon introduce a new service which allows us to remove "old" indexedDB databases and keep a global quota, but for now we simply remove the prompt. r=sicking
|
2012-06-30 19:57:15 +02:00 |
|
Kyle Huey
|
a34a6ddc59
|
Bug 755510: db.transaction should work inside a versionchange transaction's oncomplete handler. r=bent
|
2012-06-26 08:09:25 -07:00 |
|
Kyle Huey
|
65e84787df
|
Bug 748630: Support IDBTransaction.error. r=bent
|
2012-06-25 12:15:17 -07:00 |
|
Kyle Huey
|
c5ebd5acdd
|
Bug 766462: Twiddle IDB tests some more to make the orange stop.
|
2012-06-24 11:56:56 -07:00 |
|
Ben Turner
|
9cbf41e6cc
|
Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey.
|
2012-06-19 18:50:39 -07:00 |
|
Jan Varga
|
141d5b92c8
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|
Ben Turner
|
78880eb792
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
|
Masatoshi Kimura
|
67cfeda79d
|
Bug 730161 - Tests fix. r=sicking
|
2012-04-11 17:55:22 -04:00 |
|
Gabor Krizsanits
|
1f936245ed
|
Bug 587797 - Tests. r=khuey
|
2012-01-04 10:43:33 -05:00 |
|
Jan Varga
|
39d5ec6446
|
Bug 711727 - Followup cleanup for files in IndexedDB. r=sicking/bent
|
2011-12-20 12:23:27 +01:00 |
|
Jonas Sicking
|
e7d147db82
|
Bug 694138: Support an array of strings as keyPath on objectStores and indexes. r=janv/bent
|
2011-12-20 02:59:07 -08:00 |
|
Jonas Sicking
|
628ce29f64
|
Bug 701772: Manage autoIncrement for objectStores ourselves in order to simplify the code, make ai-keys unique per objectStore and not per database, and allow ai-objectStores to contain non-integer keys. r=bent
|
2011-12-16 16:40:47 -08:00 |
|
Jonas Sicking
|
6434a346d9
|
Back out fb4d12d2a2da, bug 701772, due to leaks.
|
2011-12-16 13:09:42 -08:00 |
|
Jonas Sicking
|
7e04bb4a07
|
Bug 701772: Manage autoIncrement for objectStores ourselves in order to simplify the code, make ai-keys unique per objectStore and not per database, and allow ai-objectStores to contain non-integer keys. r=bent
|
2011-12-16 12:29:15 -08:00 |
|
Jan Varga
|
086c8ef739
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
|
Boris Zbarsky
|
a7fb4cc325
|
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
|
2011-09-23 01:03:50 -04:00 |
|
Ben Turner
|
c40b5cc28a
|
Bug 622042 - 'IndexedDB: Rework events and requests'. r=sicking, a=sicking.
|
2011-01-06 22:21:36 -08:00 |
|
Ben Turner
|
7cddec3298
|
Bug 607729 - 'IndexedDB: Allow IndexedDB events to propagate, and error events to hit window.error'. r=sicking, a=blocking+
|
2010-11-10 15:26:03 -08:00 |
|
Ben Turner
|
bab16f99ea
|
Bug 603811 - 'IndexedDB: Implement setVersion changes to the spec'. r=sicking, a=blocking2.0-betaN+
|
2010-10-19 10:58:52 -07:00 |
|
Ben Turner
|
6789e40633
|
Bug 591516 - 'IndexedDB: Add some UI to prompt for IndexedDB permissions'. Tests.
|
2010-09-09 15:15:44 -07:00 |
|
Ben Turner
|
43ca4c526c
|
Bug 591516 - 'IndexedDB: Add some UI to prompt for IndexedDB permissions'. r=sicking+gavin.
|
2010-09-09 15:15:40 -07:00 |
|
Ben Turner
|
64eeeb7633
|
Bug 589355 - 'IndexedDB: Add IDBObjectStore::Clear'. r=sicking
|
2010-08-26 13:57:30 -07:00 |
|
Ben Turner
|
6cb6807e46
|
Bug 553413 - 'Implement Asynchronous parts of the Indexed Database API.' p=sdwilsh+bent, r=jst.
|
2010-06-23 12:46:08 -07:00 |
|