Bevis Tseng
|
34652d2187
|
Bug 1271506 - Support of IDBObjectStore.getKey. r=khuey
|
2016-07-21 16:31:59 +08:00 |
Bevis Tseng
|
446e7384f0
|
Bug 1268380 - Part 1: Lower the precedence of SyntaxError next to ConstraintError in IDBObjectStore::CreateIndex(). r=khuey
--HG--
extra : rebase_source : 30c995da764e281636c1e134b421baf60a1d1c71
|
2016-04-29 10:56:02 +08:00 |
Bevis Tseng
|
e0e7ead1f0
|
Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey
--HG--
extra : rebase_source : 4f2d1da2ddafbe786c3908eb46723b4d2f0c48cc
|
2016-03-30 11:04:56 +08:00 |
Bevis Tseng
|
47e9ad43d3
|
Bug 1198093 - Part 1: Expose indexedDB to System with [Exposed=System]. r=khuey
|
2016-03-30 11:22:14 +08:00 |
Kyle Huey
|
c80ad19b99
|
Bug 1196841: Update getAll/getAllKeys to match the spec and expose them. r=baku
|
2015-10-26 08:54:16 -07:00 |
Ben Turner
|
2be368dceb
|
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
|
2014-12-16 22:26:15 -08:00 |
Boris Zbarsky
|
0b5767567b
|
Bug 1105615. Make IDBObjectStoreParameters.keyPath a union instead of using "any" for it. r=baku
|
2014-12-11 13:07:44 -05:00 |
Ben Turner
|
d081140cb0
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
Ben Turner
|
46d101f40c
|
Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
|
2014-09-17 19:36:01 -04:00 |
Ben Turner
|
1a91d40956
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
--HG--
rename : dom/indexedDB/ipc/SerializationHelpers.h => dom/indexedDB/SerializationHelpers.h
rename : dom/indexedDB/ipc/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-child-process.js
rename : dom/indexedDB/test/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-parent-process.js
rename : dom/ipc/Blob.h => dom/ipc/BlobParent.h
rename : dom/ipc/FileDescriptorSetChild.cpp => ipc/glue/FileDescriptorSetChild.cpp
rename : dom/ipc/FileDescriptorSetChild.h => ipc/glue/FileDescriptorSetChild.h
rename : dom/ipc/FileDescriptorSetParent.cpp => ipc/glue/FileDescriptorSetParent.cpp
rename : dom/ipc/FileDescriptorSetParent.h => ipc/glue/FileDescriptorSetParent.h
rename : dom/ipc/PFileDescriptorSet.ipdl => ipc/glue/PFileDescriptorSet.ipdl
|
2014-09-13 12:12:19 -04:00 |
Boris Zbarsky
|
1da745b30f
|
Bug 985536. Go back to allowing optional any with no default value in WebIDL, but treat it as having a default value of undefined. r=khuey
|
2014-04-03 23:32:11 -04:00 |
Boris Zbarsky
|
7ee245a69d
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
Ben Turner
|
0658333572
|
Bug 920800 - 'Add openKeyCursor() to IDBObjectStore'. r=janv.
--HG--
extra : transplant_source : H%ED%F8%E08%98/%26%0F%82%9C%0E%B0l%92%A6%C0%A1%A3%B4
|
2013-09-25 16:11:47 -07:00 |
Wes Kocher
|
14f09bdbbd
|
Backed out changeset 87a72129c007 (bug 920800) for indexedDB failures
|
2013-09-26 16:54:01 -07:00 |
Ben Turner
|
56f7979bbf
|
Bug 920800 - 'Add openKeyCursor() to IDBObjectStore'. r=janv.
--HG--
extra : transplant_source : %15%9F%F7%CE%81%09%84%04%8D%B9H%A3D%B5%FD%F8myPV
|
2013-09-25 16:11:47 -07:00 |
Ben Turner
|
287f33192d
|
Bug 920633 - 'Add getAllKeys() to IDBObjectStore'. r=janv.
--HG--
extra : transplant_source : %F9%EA0%88%91%15%ADW%92Ae%CEY%29%A9%E4%1A%88Qo
|
2013-09-24 10:14:16 -07:00 |
Ryan VanderMeulen
|
76564d561f
|
Backed out 3 changesets (bug 920179, bug 920633, bug 920800) for Windows |make package| crashes on a CLOSED TREE.
Backed out changeset bb0041643a0f (bug 920800)
Backed out changeset 24818d9b7470 (bug 920633)
Backed out changeset d49b0f47b05a (bug 920179)
|
2013-09-26 14:22:43 -04:00 |
Ben Turner
|
4b928f4a3e
|
Bug 920800 - 'Add openKeyCursor() to IDBObjectStore'. r=janv.
|
2013-09-25 16:11:47 -07:00 |
Ben Turner
|
d47cb29d7b
|
Bug 920633 - 'Add getAllKeys() to IDBObjectStore'. r=janv.
|
2013-09-24 10:14:16 -07:00 |
Andrea Marchesini
|
8f98621998
|
Bug 887524 - Move IDBRequest to WebIDL, r=janv
|
2013-08-01 00:28:15 +02:00 |
Andrea Marchesini
|
af936eab73
|
Bug 888596 - Move IDBDatabase to WebIDL, r=janv
|
2013-07-31 17:48:46 +02:00 |
Andrea Marchesini
|
7d820ab021
|
Bug 892065 - Move IDBIndex to WebIDL, r=janv
|
2013-07-31 17:48:40 +02:00 |
Andrea Marchesini
|
37ded34aa5
|
Bug 888597 - Move IDBObjectStore to WebIDL, r=janv
|
2013-07-31 17:48:36 +02:00 |