Andrea Marchesini
|
d6c4daa5e7
|
Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv
|
2013-11-25 16:53:48 +00:00 |
|
Jan Varga
|
67195df918
|
Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent
--HG--
rename : caps/tests/mochitest/test_principal_extendedorigin_appid_appstatus.html => caps/tests/mochitest/test_principal_jarprefix_origin_appid_appstatus.html
rename : dom/quota/UsageRunnable.h => dom/quota/UsageInfo.h
|
2013-09-11 06:18:36 +02:00 |
|
Joshua Cranmer
|
f44c71b4ef
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
--HG--
extra : rebase_source : b8eaae07c54c94c8c46c7ed4c0e226eb74584652
|
2013-07-18 21:21:20 -05:00 |
|
Jon Coppeard
|
642f605601
|
Bug 884384 - Use JS::MutableHandle<JS::Value> instead of jsval* for out parameters r=smaug
|
2013-06-21 14:12:46 +01:00 |
|
Ben Turner
|
95111e2044
|
Bug 856032 - 'Quota management enabled even for origins with unlimited permission granted'. r=janv.
|
2013-03-31 17:10:27 -07:00 |
|
Ryan VanderMeulen
|
a3899ec9ca
|
Backed out changeset 3a242f8d8298 (bug 856032) for mochitest-2 failures.
|
2013-03-30 16:15:06 -04:00 |
|
Ben Turner
|
c0a046b7ea
|
Bug 856032 - 'Quota management enabled even for origins with unlimited permission granted'. r=janv.
|
2013-03-30 11:30:16 -07:00 |
|
Jan Varga
|
71a59dcdc8
|
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
|
2013-03-26 12:13:17 +01:00 |
|
Jan Varga
|
a7d90fb5a3
|
Bug 787804 - Rewrite quota handling (eliminate test_quota.c). r=bent,asuth,vladan
|
2012-12-17 20:25:10 +01:00 |
|
Kyle Huey
|
3b1062dc73
|
Bug 797889: Make sure IndexedDB does not send messages to thechild after it has begun shutting down. r=bent
|
2012-10-05 12:09:33 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ben Turner
|
1ef4c0de5b
|
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
--HG--
extra : transplant_source : %95%B5y%11%C5%AB%D9%CF%FF%7C%5E%BB%E5%DA%F5j%83o%29%EB
|
2012-08-01 23:02:29 -07:00 |
|
Kyle Huey
|
d9f7b8ce1d
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-08-01 14:09:23 -07:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ben Turner
|
785be4974a
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Kyle Huey
|
a66f245de4
|
Back out bug 754142 due to bustage.
|
2012-05-16 15:21:58 -07:00 |
|
Kyle Huey
|
ba7194aa4f
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-05-16 15:08:18 -07:00 |
|
Jonas Sicking
|
5bcb4de7dd
|
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
|
ed70a01420
|
Back out fb4d12d2a2da, bug 701772, due to leaks.
|
2011-12-16 13:09:42 -08:00 |
|
Jonas Sicking
|
3555280633
|
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
|
152a98864a
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
|
Ben Turner
|
e412e07a3c
|
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
|
2011-12-07 15:24:20 -08:00 |
|
Phil Ringnalda
|
86e9e43562
|
Back out 8941e2b7a0bf (bug 703660) for Windows PGO build failures
|
2011-12-07 08:41:02 -08:00 |
|
Ben Turner
|
c4984bb490
|
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 |
|
Jonas Sicking
|
1f00ad7039
|
Bug 706659 part 2: Support empty keypaths on objectStores. r=bent
|
2011-12-04 09:39:01 -08:00 |
|
Jonas Sicking
|
7404adaebb
|
Back out patches due to test failures. rev 1b9ca56d4aab and a few more.
|
2011-12-02 19:46:25 -08:00 |
|
Jonas Sicking
|
12810c8f66
|
Bug 706659 part 2: Support empty keypaths on objectStores. r=bent
|
2011-12-02 18:32:46 -08:00 |
|
Ed Morley
|
50dadc3f45
|
Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey
|
2011-11-22 11:54:50 +00:00 |
|
Ben Turner
|
417aaa6cdc
|
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 |
|
Kyle Huey
|
1aa2b3ff73
|
Bug 625071: Implement deleteDatabase. r=bent
|
2011-11-07 19:15:45 -05:00 |
|
Kyle Huey
|
42deaa298f
|
Bug 697247: Part 2 - Rework IDB synchronization mechanisms. r=bent
|
2011-11-02 08:53:12 -04:00 |
|
Kyle Huey
|
a651fc2aac
|
Bug 697247: Part 1 - Use atoms instead of hashes for database IDs. r=bent
|
2011-11-02 08:53:12 -04:00 |
|
Kyle Huey
|
05bf1acd1d
|
Bug 692991: Refactor some VERSION_CHANGE transaction locking stuff and disallow transaction creation before databases are completely open. r=bent
|
2011-10-25 08:49:31 -04:00 |
|
Ed Morley
|
403890d9ff
|
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
|
43f3440672
|
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
|
9ba2a1965b
|
Bug 696362: OpenDatabaseHelper can release objects on the wrong thread. r=bent
|
2011-10-22 07:56:19 -04:00 |
|
Kyle Huey
|
72ac2e4c02
|
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 |
|