Ben Turner
|
6e9d63ab9b
|
Bug 861903 - Hook IndexedDB up to low disk space notifications. r=janv.
|
2013-05-10 14:22:01 -07:00 |
|
Ben Turner
|
0514a30d13
|
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
|
2013-03-15 23:58:50 -07:00 |
|
Ben Turner
|
d2d94d205c
|
Backout bug 861287 for gcc build failures.
|
2013-04-25 08:30:28 -04:00 |
|
Ben Turner
|
19f1c29c69
|
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
|
2013-03-15 23:58:50 -07:00 |
|
Cykesiopka
|
bd3f221ccc
|
Bug 645402 - Remove ToInteger() workarounds in mozilla-central. r=bz
|
2013-04-24 08:36:09 -04:00 |
|
David Zbarsky
|
f4478a4b6b
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger
|
2013-04-19 18:18:33 -04:00 |
|
Steve Fink
|
17f9d9e469
|
Bug 789593 - Clone typed arrays by cloning their buffers and only saving construction parameters. r=jorendorff, bent
Also enters a compartment where needed, and bumps both the structured clone and IndexedDB schema versions
|
2013-02-22 13:43:28 -08:00 |
|
Ben Turner
|
3797dfb32b
|
Bug 858674 - 'Tweak SQLite pragmas on mobile devices for space savings'. r=khuey.
|
2013-04-08 12:47:13 -07:00 |
|
Ryan VanderMeulen
|
816df42983
|
Backed out changeset 1e01b8a81990 (bug 858674) for Windows bustage on a CLOSED TREE.
|
2013-04-08 16:39:59 -04:00 |
|
Ben Turner
|
b5169f935a
|
Bug 858674 - 'Tweak SQLite pragmas on mobile devices for space savings'. r=khuey.
|
2013-04-08 12:47:13 -07:00 |
|
Trevor Saunders
|
b2b4f6a9c0
|
bug 856700 - don't check the result of infalible nsTArray::SwapElements() in dom/ r=khuey
|
2013-04-01 13:35:13 -04:00 |
|
Ben Turner
|
771512dc5a
|
Bug 856032 - 'Quota management enabled even for origins with unlimited permission granted'. r=janv.
|
2013-03-31 17:10:27 -07:00 |
|
Ryan VanderMeulen
|
43dcf89e96
|
Backed out changeset 3a242f8d8298 (bug 856032) for mochitest-2 failures.
|
2013-03-30 16:15:06 -04:00 |
|
Ben Turner
|
8ae3c0bbf4
|
Bug 856032 - 'Quota management enabled even for origins with unlimited permission granted'. r=janv.
|
2013-03-30 11:30:16 -07:00 |
|
Jan Varga
|
8ed93ed02a
|
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
|
2013-03-26 12:13:17 +01:00 |
|
Olli Pettay
|
e5921ddec1
|
Bug 822399 - Make Event to use Paris bindings, r=peterv
|
2013-03-09 13:34:29 +02:00 |
|
Mats Palmgren
|
6c53161814
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Trevor Saunders
|
942f22b38c
|
no bug - remove a bunch of extra ';'s to make -pedantic happy
|
2013-01-11 05:14:04 -05:00 |
|
Kyle Huey
|
6fbefc01da
|
Bug 696591: Followup to placate clang on this CLOSED TREE.
|
2012-12-20 06:46:15 -08:00 |
|
Kyle Huey
|
3c66ee194a
|
Bug 696591: Properly handle blocking databases from pages that are entering the bfcache. r=bent,bz
|
2012-12-20 06:18:03 -08:00 |
|
Jan Varga
|
812af47d24
|
Bug 787804 - Rewrite quota handling (eliminate test_quota.c). r=bent,asuth,vladan
|
2012-12-17 20:25:10 +01:00 |
|
Jeff Walden
|
7146c23e80
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05:00 |
|
Ben Turner
|
1493ea2ca6
|
Bug 786295 - 'Delete IndexedDB related to an app when uninstalled'. r=bz+khuey+sicking.
|
2012-10-23 09:31:19 -07:00 |
|
Kyle Huey
|
4bf336005a
|
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 |
|
Ben Turner
|
0abf68c99f
|
Bug 786771 - Fix for 'ASSERTION: Must have an actor here'. r=mrbkap.
--HG--
extra : transplant_source : %9D%D0o%D2%C7%9F%22%5E%21%91%B4%A0ly%60%FE%CA%17%FAP
|
2012-08-29 17:50:28 -07:00 |
|
Jan Varga
|
e29317c8d8
|
Bug 763854 - Check file references (cleanup stored files) only when needed. r=bent
|
2012-08-24 11:51:33 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Jan Varga
|
7429283648
|
Bug 780625 - Followup fix for "Don't install quota handlers on chrome databases". r=bent
|
2012-08-08 06:35:48 +02:00 |
|
Ms2ger
|
a45a0051cf
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
Ben Turner
|
0010e82b08
|
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
|
5b1d66a0b0
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-08-01 14:09:23 -07:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Kyle Huey
|
c3a2cee696
|
Bug 769537: Actually use QuotaExceededError for database creation. r=bent
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
26dca770d0
|
Bug 755510: db.transaction should work inside a versionchange transaction's oncomplete handler. r=bent
|
2012-06-26 08:09:25 -07:00 |
|
Ben Turner
|
401cf770e8
|
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 |
|
David Zbarsky
|
cc6af21c8d
|
Bug 765362: Remove some unused functions in IDB r=bent
|
2012-06-18 12:48:15 -07:00 |
|
Ben Turner
|
e0a018899b
|
Bug 664029 - 'Make indexeddb mochitests run in fennec'. r=khuey.
|
2012-06-11 14:59:27 -07:00 |
|
Ben Turner
|
b072e01d8f
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Kyle Huey
|
d74460ce0a
|
Back out bug 754142 due to bustage.
|
2012-05-16 15:21:58 -07:00 |
|
Kyle Huey
|
5bd25a91df
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-05-16 15:08:18 -07:00 |
|
Jeff Muizelaar
|
cc532c2ac2
|
Bug 755172. Add MOZ_FINAL to a bunch of idb classes. r=khuey
|
2012-05-15 00:50:29 -04:00 |
|
Ben Turner
|
8c2baff1b1
|
Bug 747581. r=khuey.
|
2012-04-30 16:52:27 -07:00 |
|
Masatoshi Kimura
|
481f410ee0
|
Bug 730161 - Implement IDBRequest.error. r=sicking
|
2012-04-11 17:55:21 -04:00 |
|
Justin Lebar
|
0dbaf73150
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
|
Peter Van der Beken
|
a4a525be0e
|
Fix for bug 731173 (SetVersionHelper should release mOpenRequest). r=bent.
--HG--
extra : rebase_source : c247f36421e2e3bdc8d7ebceca440da5653e4f29
|
2012-02-24 11:31:00 +01:00 |
|
Ben Turner
|
565ac90471
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
--HG--
extra : transplant_source : kT-%8B%9A%00%D5%230%EC%11%00%1A%B1%A2%1EFSd%2A
|
2012-01-24 02:03:37 -08:00 |
|
Ed Morley
|
25bb1feaa8
|
Backout 8886b027527a (bug 718132) for xpcshell failures
|
2012-01-23 16:18:14 +00:00 |
|
Ben Turner
|
a83f777b58
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
--HG--
extra : transplant_source : 1j%98%F9%1D%7F%C8%13%8E%9D%B0%05%05%93%D4%60%89%3D%06%19
|
2012-01-23 06:03:41 -08:00 |
|