Ed Morley
|
8cf430ab26
|
Backout 26ac81280f33 (bug 692911) for Moth orange on all platforms & M2 orange on win opt
|
2011-10-24 23:49:59 +01:00 |
|
Kyle Huey
|
519f0208d6
|
Bug 692911: Refactor some VERSION_CHANGE transaction locking stuff and disallow transaction creation before databases are completely open. r=bent
|
2011-10-24 16:01:11 -04:00 |
|
Kyle Huey
|
80d79dde26
|
Bug 696362: OpenDatabaseHelper can release objects on the wrong thread. r=bent
|
2011-10-22 07:56:19 -04:00 |
|
Kyle Huey
|
1ceaffd045
|
Bug 687361: Implement the new IndexedDB setVersion API. r=bent
|
2011-10-20 12:10:56 -04:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Marco Castelluccio
|
1806509ca3
|
Bug 682744 - Sprinkle some do_QueryObject fairy dust around the tree; r=khuey
|
2011-08-30 22:45:31 +01:00 |
|
Ben Turner
|
28dc17f6c6
|
Bug 681930, r=sicking.
|
2011-08-26 01:21:35 -07:00 |
|
Jeff Walden
|
907f97b118
|
Bug 676738 - Change the index argument to JS_SetElement from jsint to uint32. r=dmandelin
|
2011-08-04 19:39:13 -07:00 |
|
Luke Wagner
|
7e27f16f0c
|
Bug 668915 - JSAutoStructuredCloneBuffer shouldn't require a 'cx' (r=bent,jorendorff)
|
2011-07-12 10:42:24 -07:00 |
|
Luke Wagner
|
96ae424303
|
Backout 2e0fea2cbd9b for windows linker lameness
|
2011-07-28 14:35:38 -07:00 |
|
Luke Wagner
|
caaf8fc7f4
|
Bug 668915 - JSAutoStructuredCloneBuffer shouldn't require a 'cx' (r=bent,jorendorff)
|
2011-07-12 10:42:24 -07:00 |
|
Kyle Huey
|
3e9bb04530
|
Bug 662930: Consolidate IDB structured clone serializations/deserializations. r=bent
|
2011-06-08 19:21:53 -07:00 |
|
Ben Turner
|
2b1035d888
|
Bug 628071 - 'Crash inspecting IDBRequest(mozIndexedDB.open)'. r=sicking, a=blocking.
|
2011-01-26 17:53:02 -08: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
|
77103c4bb4
|
Bug 618140 - 'IndexedDB: Don't fire success event callbacks once a transaction has been aborted'. r=sicking, a=blocking.
|
2010-12-15 13:21:17 -08:00 |
|
Ben Turner
|
deafd0372a
|
Bug 618135 - 'IndexedDB: Implement update() on index cursors (not on index key cursors)'. r-sicking, a=blocking.
|
2010-12-15 13:21:11 -08:00 |
|
Ben Turner
|
d2d8723c70
|
Bug 618139 - 'IndexedDB: Make delete() and get() not return an error event when the key does not exist'. r=sicking, a=blocking.
|
2010-12-15 13:21:09 -08:00 |
|
Ben Turner
|
e31a409644
|
Bug 618196 - 'IndexedDB: Error events and exceptions thrown during success events should abort transactions'. r=sicking, a=blocking.
|
2010-12-15 13:20:57 -08:00 |
|
Ben Turner
|
24756df037
|
Bug 608186 - 'IndexedDB: Transactions should expire when we return to the event loop'. r=sicking, a=blocking+
|
2010-11-15 13:49:49 -08:00 |
|
Ben Turner
|
98b3bf5b24
|
Bug 601774 - 'IndexedDB: Audit exceptions thrown from indexedDB methods'. r=sicking, a=blocking+
|
2010-11-10 15:25:44 -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
|
eb2c77d335
|
Bug 584319 - 'IndexedDB: Out of Memory error and crash when calling moz_indexedDB.open a lot'. r=sicking
|
2010-10-19 10:58:42 -07:00 |
|
Ben Turner
|
7c83ff8d25
|
Bug 594583 - 'IndexedDB: Add some UI to clear IndexedDB databases'. r=sicking+gavin. a=beta6blocking.
|
2010-09-10 12:12:11 -07:00 |
|
Ben Turner
|
7195854b13
|
Bug 592801. a=crashfix
|
2010-09-09 21:54:25 -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
|
5dabd01543
|
Bug 592801 - 'IndexedDB: IDBRequest rework, make everything an event target'. r=sicking.
|
2010-09-09 15:15:38 -07:00 |
|
Ben Turner
|
afa91cde73
|
Bug 583923 - 'IndexedDB: Don't fire events if there are no listeners for it'. r=sicking.
|
2010-08-04 14:44:28 -07:00 |
|
Shawn Wilsher
|
00b6f56035
|
Bug 574811 - Rename IDBDatabaseRequest to IDBDatabase
Updating interface names per recent specification changes.
r=bent
|
2010-06-28 09:46:49 -07:00 |
|
Shawn Wilsher
|
e277f3f1cc
|
Bug 574811 - Rename IDBTransactionRequest to IDBTransaction
Updating interface names per recent specification changes.
r=bent
|
2010-06-28 09:46:21 -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 |
|