Jonas Sicking
|
6df231f9b2
|
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 |
|
Jeff Walden
|
1a58e5996e
|
Bug 708735 - Update IDBObjectStore to use the <stdint.h> types for its JSAPI interactions. r=bustage in a CLOSED TREE :-\
|
2011-12-16 09:42:09 -05:00 |
|
Jan Varga
|
8702627c09
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
|
Ben Turner
|
6e5ac8e11d
|
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
|
2011-12-07 15:24:20 -08:00 |
|
Phil Ringnalda
|
26f6d8a9de
|
Back out 8941e2b7a0bf (bug 703660) for Windows PGO build failures
|
2011-12-07 08:41:02 -08:00 |
|
Ben Turner
|
e7415db369
|
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
--HG--
extra : transplant_source : 55%9D%86m%D8%18%87J%5C%E1%E3%93P%AF.%B7%D0%8EQ
|
2011-12-07 00:10:13 -08:00 |
|
Kyle Huey
|
df26b7adb6
|
Bug 706088 Make .put allow no key being provided if it's an autoIncrement object store. r=bent
|
2011-12-06 02:45:46 -08:00 |
|
Jonas Sicking
|
2d743f6976
|
Bug 706068: Make complex keys work on auto-increment object stores. Patch by khuey and sicking. r=sicking on parts by khuey and r=bent on parts by sicking.
|
2011-12-04 09:39:02 -08:00 |
|
Jonas Sicking
|
5e626ffd6d
|
Bug 706762: Ensure that object stores and indexes are removed from caches when they are deleted. r=bent
|
2011-12-04 09:39:01 -08:00 |
|
Jonas Sicking
|
cd4051ca12
|
Bug 692630: Support multi-entry indexes. r=bent
|
2011-12-04 09:39:01 -08:00 |
|
Jonas Sicking
|
aeb8da00ba
|
Bug 706659 part 2: Support empty keypaths on objectStores. r=bent
|
2011-12-04 09:39:01 -08:00 |
|
Jonas Sicking
|
995edcbe9a
|
Bug 706659 part 1: Make complex keypaths ignore index rather than throwing in all situations if it can't get key for index. r=bent
|
2011-12-04 09:39:01 -08:00 |
|
Jonas Sicking
|
8d116d7109
|
Back out patches due to test failures. rev 1b9ca56d4aab and a few more.
|
2011-12-02 19:46:25 -08:00 |
|
Jonas Sicking
|
f55d5c31ca
|
Bug 706068: Make complex keys work on auto-increment object stores. Patch by khuey and sicking. r=sicking on parts by khuey and r=bent on parts by sicking.
|
2011-12-02 18:32:46 -08:00 |
|
Jonas Sicking
|
88daaa8255
|
Bug 706762: Ensure that object stores and indexes are removed from caches when they are deleted. r=bent
|
2011-12-02 18:32:46 -08:00 |
|
Jonas Sicking
|
a4afec4d29
|
Bug 692630: Support multi-entry indexes. r=bent
|
2011-12-02 18:32:46 -08:00 |
|
Jonas Sicking
|
d13f23d073
|
Bug 706659 part 2: Support empty keypaths on objectStores. r=bent
|
2011-12-02 18:32:46 -08:00 |
|
Jonas Sicking
|
485705d013
|
Bug 706659 part 1: Make complex keypaths ignore index rather than throwing in all situations if it can't get key for index. r=bent
|
2011-12-02 18:32:46 -08:00 |
|
Kyle Huey
|
7a3cbb76a9
|
Bug 702809: Allow creating indexes with empty keyPaths. r=sicking
|
2011-11-23 09:15:15 -05:00 |
|
Ed Morley
|
3cb05bb8cc
|
Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey
|
2011-11-22 11:54:50 +00:00 |
|
Ben Turner
|
07b4d70b2e
|
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
--HG--
extra : transplant_source : /%A2p%D8.%08%B3%FC%B3%1E%1B%90e%F3%D1%804.8%8C
|
2011-11-21 20:18:29 -08:00 |
|
Ben Turner
|
8985c6047c
|
Bug 702889 - IndexedDB: Change SQL schema and some cursor queries for faster performance. r=sicking.
--HG--
extra : transplant_source : %14T5%5BR%94%8Dn%95%B5%2CMD%E9%EB%F4%EE9%DB5
|
2011-11-21 20:18:25 -08:00 |
|
Ben Turner
|
cc1df4e7cb
|
Bug 692652 - IndexedDB: Index updating is broken. r=sicking.
--HG--
extra : transplant_source : %92%5BBT%93%BA%3DO%D7%03v%B7%88%01%3AjZ%D0%81%AA
|
2011-11-21 20:18:19 -08:00 |
|
Kyle Huey
|
dfec011cec
|
Bug 692627: Support complex keyPaths in IndexedDB. r=bent,jorendorff
|
2011-11-21 09:56:24 -05:00 |
|
Jonas Sicking
|
eec1ee6dc1
|
Bug 694135: Don't throw if there are unknown properties in the options objects to createObjectStore/createIndex. r=bent
|
2011-11-07 22:25:51 -08:00 |
|
Ben Turner
|
a32db4372c
|
Bug 696914 - 'IndexedDB: IDBObjectStore.delete and IDBCursor.delete should return undefined'. r=sicking.
|
2011-11-07 18:08:02 -08:00 |
|
Kyle Huey
|
2ff0266dc0
|
Bug 699468: Part 4 - Always go through the DatabaseInfo to get the ObjectStoreInfo. r=bent
|
2011-11-07 19:15:43 -05:00 |
|
Kyle Huey
|
7e4f1cdc66
|
Bug 699468: Part 3 - Always go through the Database to get the DatabaseInfo. r=bent
|
2011-11-07 19:06:13 -05:00 |
|
Ben Turner
|
d2fe7043a2
|
Bug 692628 - 'IndexedDB: Support IDBCursor.advance'. r=sicking.
|
2011-11-07 15:37:19 -08:00 |
|
Ben Turner
|
d159d4ae55
|
Bug 692632 - 'IndexedDB: support empty objectstore/index names'. r=sicking.
|
2011-11-07 15:37:16 -08:00 |
|
Ben Turner
|
8802ea7670
|
Bug 694145 - 'IndexedDB: various methods should accept both keys and KeyRanges'. r=sicking.
--HG--
extra : transplant_source : R%0C%DA%D7%EF%8D3U%7DQ%1A%05%1A3%94%1E%F8%B0%A3k
|
2011-11-03 08:59:17 -07:00 |
|
Ben Turner
|
a9d4865e7b
|
Bug 692629 - 'IndexedDB: Support IDBObjectStore/IDBIndex.count'. r=sicking.
--HG--
extra : transplant_source : %87%F7%A6%8Cc%15%C7%C4%19%5D%14%CB%98%9BF%A4%5C/%5B%FF
|
2011-11-03 08:57:42 -07:00 |
|
Ben Turner
|
d1ccef79ea
|
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
--HG--
extra : transplant_source : %84%E3%96%9F%C5%BA%D56%A4%94%83%9F%C3%F5%2B%01%7B%87%FB9
|
2011-11-03 08:57:30 -07:00 |
|
Ed Morley
|
b08ad8e6dc
|
Backout eb32aca6d54d, b5c0bfd03fcf and 5675bf2c7930 (bug 692669 and bug 692669) for failing to build on all platforms
|
2011-11-03 01:57:48 +00:00 |
|
Ben Turner
|
fa4097234f
|
Bug 692629 - 'IndexedDB: Support IDBObjectStore/IDBIndex.count'. r=sicking.
--HG--
extra : transplant_source : %CC%FEE%A0%E0%FD%AC%23%E8%BB%8BrV%95%A5%1B4If7
|
2011-11-02 18:03:47 -07:00 |
|
Ben Turner
|
8ec37931d5
|
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
--HG--
extra : transplant_source : E%E9%F9%B5%FB%88%1E%FA%C1%BE%04%1F%1E%3D%5E%EB%3C%D2%D2c
|
2011-11-02 18:03:15 -07:00 |
|
Kyle Huey
|
4ba69f30ba
|
Bug 697247: Part 1 - Use atoms instead of hashes for database IDs. r=bent
|
2011-11-02 08:53:12 -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 |
|
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 |
|
Bill McCloskey
|
f3698e14b3
|
Bug 675806 - Make static strings be GC things (r=luke)
|
2011-09-20 14:47:14 -07:00 |
|
Landry Breuil
|
2c09c4f03f
|
Bug 676924 - Use JSUint64 instead of uint64. r=khuey
|
2011-08-09 00:58:11 +02:00 |
|
Luke Wagner
|
ecb709e7c9
|
Bug 673473 - Remove off-main-thread JSRuntime use in GetKeyPathValueFromStructuredData (r=bent)
--HG--
extra : rebase_source : 8148e64815ed0471c827cf5abbd6131f6a88bb52
|
2011-07-25 15:41:50 -07:00 |
|
Marco Bonardo
|
0e1497721b
|
Backout changeset e931fb581aee (Bug 673473) due to trace malloc regression on OSX.
|
2011-08-01 10:45:41 +02:00 |
|
Luke Wagner
|
79edc22eab
|
Bug 673473 - Remove off-main-thread JSRuntime use in GetKeyPathValueFromStructuredData (r=bent)
--HG--
extra : rebase_source : 097008c1c6d67f51d08bcf5364683c5cd1b00a8d
|
2011-07-25 15:41:50 -07:00 |
|
Luke Wagner
|
1f831c5948
|
Bug 668915 - JSAutoStructuredCloneBuffer shouldn't require a 'cx' (r=bent,jorendorff)
--HG--
extra : rebase_source : f2fe9ab1e25188223f75e8d2ddcbdf977e62782b
|
2011-07-12 10:42:24 -07:00 |
|
Luke Wagner
|
640dd6a5c2
|
Backout 2e0fea2cbd9b for windows linker lameness
|
2011-07-28 14:35:38 -07:00 |
|
Luke Wagner
|
c0bacd6aa9
|
Bug 668915 - JSAutoStructuredCloneBuffer shouldn't require a 'cx' (r=bent,jorendorff)
|
2011-07-12 10:42:24 -07:00 |
|
Kyle Huey
|
03b4749f50
|
Bug 667652: Make the off-main-thread structured clone modification less hacky. r=bent.
|
2011-06-29 12:09:20 -07:00 |
|
Kyle Huey
|
b908447ca8
|
Bug 663479: Move all IDB structured clone operations to the main thread. r=bent
|
2011-06-24 07:21:21 -07:00 |
|
Marco Bonardo
|
acc6a474c6
|
Revert to changeset a87ee7550f6a due to incomplete backout
|
2011-06-24 17:23:04 +02:00 |
|