Jan Varga
|
e9492bcd36
|
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 |
Trevor Saunders
|
acfc9e9cd6
|
bug 905410 - remove most remaining usage of nspr atomics outside of xpcom/ r=ehsan
|
2013-08-12 05:51:49 -04:00 |
Jan Varga
|
74516b1e86
|
Bug 878703 - Cleanup usage of IO thread only objects. r=bent
|
2013-06-05 10:11:23 +02:00 |
Ben Turner
|
b4472a30ea
|
Bug 861903 - Hook IndexedDB up to low disk space notifications. r=janv.
|
2013-05-10 14:22:01 -07:00 |
Jan Varga
|
8b28e5b8f1
|
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
|
2013-03-26 12:13:17 +01:00 |
Jan Varga
|
7fc5c78ab9
|
Bug 820715 - Move quota related pieces from IndexedDatabaseManager to QuotaManager. r=bent
--HG--
rename : dom/indexedDB/CheckQuotaHelper.cpp => dom/quota/CheckQuotaHelper.cpp
rename : dom/indexedDB/CheckQuotaHelper.h => dom/quota/CheckQuotaHelper.h
|
2012-12-19 18:45:57 +01:00 |
Jan Varga
|
6554fc16b9
|
Bug 787804 - Rewrite quota handling (eliminate test_quota.c). r=bent,asuth,vladan
|
2012-12-17 20:25:10 +01:00 |
Justin Lebar
|
a139c9d0b8
|
Bug 802366 - Use TabContext to make IDB handling more correct in TabParent. r=bent
|
2012-11-10 10:32:37 -08:00 |
Ryan VanderMeulen
|
3eff16d324
|
Backed out 12 changesets (bug 806127, bug 802366, bug 806168) for Windows build bustage.
--HG--
rename : dom/indexedDB/test/webapp_clearBrowserData.js => dom/indexedDB/test/test_webapp_clearBrowserData.html
|
2012-11-09 20:14:40 -05:00 |
Justin Lebar
|
3b888eceb7
|
Bug 802366 - Use TabContext to make IDB handling more correct in TabParent. r=bent
|
2012-11-09 16:37:40 -08:00 |
Ben Turner
|
5e8d8d57f2
|
Bug 786295 - 'Delete IndexedDB related to an app when uninstalled'. r=bz+khuey+sicking.
|
2012-10-23 09:31:19 -07:00 |
Jan Varga
|
4d3965f026
|
Bug 763854 - Check file references (cleanup stored files) only when needed. r=bent
|
2012-08-24 11:51:33 -07:00 |
Ehsan Akhgari
|
e368dc9c85
|
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 |
Kyle Huey
|
74b7acf005
|
Bug 781700: Don't hold strong references to databases from the synchronization queue, so that GCing a database will unblock waiting operations. r=bent
--HG--
extra : rebase_source : 2f1b2405ffc91831d33eb91e4b2d61c2b1ac872b
|
2012-08-10 09:15:02 -07:00 |
Kyle Huey
|
f71fef8c9e
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-08-01 14:09:23 -07:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Kyle Huey
|
0dc01d3feb
|
Bug 762206: Fire an nsScriptErrorEvent at the window to get the proper window.onerror behavior. r=sicking
|
2012-06-29 09:48:34 -07:00 |
Kyle Huey
|
73b4c531b6
|
Bug 767493: Make AsyncUsageRunnable participate in the WaitForOpenAllowed synchronization mechanism. r=bent
|
2012-06-22 11:47:05 -07:00 |
Ben Turner
|
a1fcfc3b9b
|
Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey.
--HG--
extra : transplant_source : %3Bb4%A4%99fC%9Cg%86%9B%1F3%C6%0F%01T%1C%3C%AE
|
2012-06-19 18:50:39 -07:00 |
Jan Varga
|
513c660911
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
Ben Turner
|
3fdf917cd6
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Kyle Huey
|
32b77ac8c5
|
Back out bug 754142 due to bustage.
|
2012-05-16 15:21:58 -07:00 |
Kyle Huey
|
929cffd17f
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-05-16 15:08:18 -07:00 |
Jeff Muizelaar
|
a99aac410d
|
Bug 755172. Add MOZ_FINAL to a bunch of idb classes. r=khuey
|
2012-05-15 00:50:29 -04:00 |
Ben Turner
|
e8e0f22c6e
|
Bug 747581. r=khuey.
|
2012-04-30 16:52:27 -07:00 |
Gabor Krizsanits
|
7a56561bbe
|
Bug 587797 - IndexedDB: Make it possible to access IndexedDB APIs from chrome. r=khuey,bent
|
2012-01-03 10:27:39 -05:00 |
Jan Varga
|
731558a2e2
|
Bug 711727 - Followup cleanup for files in IndexedDB. r=sicking/bent
|
2011-12-20 12:23:27 +01:00 |
Jan Varga
|
78980f36af
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
Kyle Huey
|
5c29212946
|
Bug 704464: Part 2 - Make Database creation hook into the quota system. r=bent
|
2011-12-03 12:18:38 -05:00 |
Kyle Huey
|
bb3fafa5d3
|
Bug 704464: Part 1 - Rework quota handling to use Windows insteead of Databases. r=bent
|
2011-12-03 12:10:21 -05:00 |
Kyle Huey
|
3140fc9fd4
|
Bug 697247: Part 2 - Rework IDB synchronization mechanisms. r=bent
|
2011-11-02 08:53:12 -04:00 |
Kyle Huey
|
6cc3c72b79
|
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
|
64b07e6117
|
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
|
6d1e9ffcb2
|
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
|
bee1f84b2f
|
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 |
Ben Turner
|
08fad93399
|
Bug 681930, r=sicking.
|
2011-08-26 01:21:35 -07:00 |
Jonas Sicking
|
dde3e2e869
|
Bug 618590 Part 3: When a page is destroyed, abort any running indexedDB transactions. r=bent a=blocker
|
2011-01-27 13:47:36 -08:00 |
Jonas Sicking
|
d664a198d2
|
Bug 618590 Part 2: Don't put a document in bfcache if there are running transactions in it. r=bent a=blocker
|
2011-01-27 13:47:36 -08:00 |
Ben Turner
|
027592ef2a
|
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
|
88b443f419
|
Bug 584319 - 'IndexedDB: Out of Memory error and crash when calling moz_indexedDB.open a lot'. r=sicking
|
2010-10-19 10:58:42 -07:00 |
Ben Turner
|
53e5ee9ab3
|
Bug 596377 - 'IndexedDB: Move usage and clearing IO off the main thread'. r=sicking.
|
2010-10-19 10:58:33 -07:00 |
Ben Turner
|
c9978327b5
|
Bug 594583 - 'IndexedDB: Add some UI to clear IndexedDB databases'. r=sicking+gavin. a=beta6blocking.
|
2010-09-10 12:12:11 -07:00 |