Kyle Huey
|
0d874b65fa
|
Bug 687361: Implement the new IndexedDB setVersion API. r=bent
--HG--
rename : dom/indexedDB/nsIIDBVersionChangeRequest.idl => dom/indexedDB/nsIIDBOpenDBRequest.idl
|
2011-10-20 12:10:56 -04:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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 |
|
Peter Van der Beken
|
c119510fb8
|
Stop including nsDOMClassInfo.h all over the place.
--HG--
extra : rebase_source : 24bd6a84238834f8ca50990a91849dff2c5040ba
|
2011-10-03 21:11:31 +02:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Marco Bonardo
|
44b2bb6041
|
Bug 666580 - Use a transaction for indexedDB schema creation.
r=bent
|
2011-09-28 12:04:21 +02:00 |
|
Ben Turner
|
47b4c0a8d0
|
Bug 681930, r=sicking.
|
2011-08-26 01:21:35 -07:00 |
|
Ben Turner
|
02f459f359
|
Bug 665579: Merge nsIThreadInternal and nsIThreadInternal2. r=bsmedberg
|
2011-06-24 14:12:54 -07:00 |
|
Jonas Sicking
|
e3f6b769a1
|
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
|
2011-06-23 19:18:00 -07:00 |
|
Ben Turner
|
980d6b87e0
|
Bug 638067 - 'IndexedDB: Inserting data with multiple indexes on an autoIncrement object store throws an error'. r=sdwilsh.
|
2011-04-13 00:26:20 -07:00 |
|
Jonas Sicking
|
b06abf6bff
|
Bug 618590 Part 1: Change Abort() so that it's possible to abort from outside of transaction callbacks. r=bent a=blocker
|
2011-01-27 13:47:35 -08:00 |
|
Ben Turner
|
1b6fafb680
|
Bug 619568 - 'Intermittent test_index_object_cursors.html | indexedDB error, code 4'. r=sdwilsh, a=blocking.
|
2011-01-13 12:11:26 -08:00 |
|
Ben Turner
|
cde3f1127c
|
Bug 622042 - 'IndexedDB: Rework events and requests'. r=sicking, a=sicking.
|
2011-01-06 22:21:36 -08:00 |
|
Ben Turner
|
2fe29b705a
|
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
|
06f05e75ce
|
Bug 612807 - 'IndexedDB: Transaction thread observer isn't quite safe'. r=jst, a=blocking+.
|
2010-11-18 14:19:19 -08:00 |
|
Ben Turner
|
801c52fd90
|
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
|
758b991dab
|
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
|
526e4c645a
|
Bug 607040 - 'IndexedDB: Rename all 'Remove...' functions to 'Delete...''. rs=sicking, a=blocking+
|
2010-11-10 15:25:57 -08:00 |
|
Ben Turner
|
52bc9dcc50
|
Bug 601774 - 'IndexedDB: Audit exceptions thrown from indexedDB methods'. r=sicking, a=blocking+
|
2010-11-10 15:25:44 -08:00 |
|
Ben Turner
|
0d06e737b7
|
Bug 606281 - 'IndexedDB: Don't return different objects representing the same object stores and indexes'. r=sicking, a=blocking+
|
2010-11-10 15:25:40 -08:00 |
|
Ben Turner
|
63abb02945
|
Bug 603811 - 'IndexedDB: Implement setVersion changes to the spec'. Fix browrandom orange, r=sicking, a=testfix.
|
2010-10-19 17:46:37 -07:00 |
|
Ben Turner
|
07830b6931
|
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
|
9d64943303
|
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
|
cf28451779
|
Bug 591516 - 'IndexedDB: Add some UI to prompt for IndexedDB permissions'. r=sicking+gavin.
|
2010-09-09 15:15:40 -07:00 |
|
Ben Turner
|
59b3600f55
|
Bug 592801 - 'IndexedDB: IDBRequest rework, make everything an event target'. r=sicking.
|
2010-09-09 15:15:38 -07:00 |
|
Ben Turner
|
5c5c6402b3
|
Bug 579882 - 'IndexedDB: Investigate/review IndexedDB event handling'. r=smaug+sicking.
|
2010-08-26 13:57:25 -07:00 |
|
Ben Turner
|
182f339089
|
Bug 576406 - 'IndexedDB: Calling AddOrModify inserts duplicates into the database'. r=sdwilsh
|
2010-08-04 14:44:26 -07:00 |
|
Shawn Wilsher
|
57685bdd35
|
Bug 574811 - Rename IDBCursorRequest to IDBCursor
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
|
2010-06-28 11:51:06 -07:00 |
|
Shawn Wilsher
|
ad8dc5eaf7
|
Bug 574811 - Rename IDBObjectStoreRequest to IDBObjectStore
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBObjectStoreRequest.cpp => dom/indexedDB/IDBObjectStore.cpp
rename : dom/indexedDB/IDBObjectStoreRequest.h => dom/indexedDB/IDBObjectStore.h
|
2010-06-28 11:51:06 -07:00 |
|
Shawn Wilsher
|
1dd26b5f02
|
Bug 574811 - Rename IDBDatabaseRequest to IDBDatabase
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBDatabaseRequest.cpp => dom/indexedDB/IDBDatabase.cpp
rename : dom/indexedDB/IDBDatabaseRequest.h => dom/indexedDB/IDBDatabase.h
|
2010-06-28 09:46:49 -07:00 |
|
Shawn Wilsher
|
7efa6fa6f7
|
Bug 574811 - Rename IDBTransactionRequest to IDBTransaction
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBTransactionRequest.cpp => dom/indexedDB/IDBTransaction.cpp
rename : dom/indexedDB/IDBTransactionRequest.h => dom/indexedDB/IDBTransaction.h
|
2010-06-28 09:46:21 -07:00 |
|