Ms2ger
22570d5b49
Bug 949614 - Use === for SimpleTest.is; r=Waldo
...
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.
This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Jan Varga
e1f128e2a0
Bug 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan
2015-01-22 09:40:42 +01:00
Ben Turner
c8ed07d8be
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
2014-12-16 22:26:15 -08:00
Jan Varga
748d734cae
Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
2014-11-28 09:44:12 +01:00
Ben Turner
e30152a851
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
2014-09-26 16:21:57 -07:00
Ben Turner
4937da099f
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
aede706b17
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
2014-09-13 12:12:19 -04:00
Jan Varga
f354bdf37d
Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent
2013-09-11 06:18:36 +02:00
Bobby Holley
ce66a7516c
Bug 877478 - Fix tests that depend on creating verboten instances in content. r=mrbkap
...
XPConnect generally throws when trying to create instances of non-DOM objects
in content. Due to some bugs this has historically worked in certain cases, but
we're fixing those now. So we need to fix the tests that do this sort of thing.
2013-06-04 19:56:42 -07:00
Ben Turner
292ad02c51
Bug 861903 - Enable test.
2013-05-12 21:10:58 -07:00
Ben Turner
4f1a7eaf6c
Bug 861903 - Hook IndexedDB up to low disk space notifications. r=janv.
2013-05-10 14:22:01 -07:00
Bobby Holley
7da65ee21e
Bug 790732 - Fix automation detection to handle Components shim. rs=mccr8
2013-03-28 14:26:02 -07:00
Jan Varga
d067a001e6
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
2013-03-26 12:13:17 +01:00
Bobby Holley
f855226354
Bug 843711 - Fix up new |Components| culprits in test suite. r=mccr8
2013-02-25 10:43:03 -08:00
Andrea Marchesini
6dda4e98c3
Bug 795930 - Hide ArchiveReader feature behind a pref (disabled by default), r=mounir
2012-11-08 15:57:17 +00:00
Mounir Lamouri
a833524826
Backed out changeset 3566ba4296f7 because of wrong bug number.
2012-11-08 15:56:48 +00:00
Andrea Marchesini
c40cba5cd9
Bug 809567 - Hide ArchiveReader feature behind a pref (disabled by default), r=mounir
2012-11-08 15:54:26 +00:00
Bobby Holley
d821be1d31
Bug 792036 - Expose |Components| to content in the indexedDB test harness. r=bent
2012-09-24 14:46:27 +02:00
Ben Turner
6bf060bde4
Bug 786003 - 'Fix file handle leak in nsDOMFileReader, add tests to IndexedDB'. r=jst.
2012-08-28 07:59:18 -07:00
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