David Zbarsky
|
427748f498
|
Bug 866450 Part 6: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:47 -04:00 |
|
Ben Turner
|
5c98ba8c59
|
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
|
2013-03-15 23:58:50 -07:00 |
|
Ben Turner
|
f34960c249
|
Backout bug 861287 for gcc build failures.
|
2013-04-25 08:30:28 -04:00 |
|
Ben Turner
|
83a996ac9e
|
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
|
2013-03-15 23:58:50 -07:00 |
|
Bobby Holley
|
2c59799176
|
Bug 860438 - Straightforward cases. r=gabor
|
2013-04-18 11:36:03 -04:00 |
|
Trevor Saunders
|
4cbc269597
|
bug 856700 - don't check the result of infalible nsTArray::SwapElements() in dom/ r=khuey
|
2013-04-01 13:35:13 -04:00 |
|
Vendelin Ruzicka
|
ee109a67e7
|
Bug 835767: AsyncConnectionHelper::ConvertCloneReadInfosToArray callers don't need to clear structured clone buffers. r=bent
|
2013-02-01 20:41:11 +01:00 |
|
Trevor Saunders
|
c55a85644c
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
|
Justin Lebar
|
106293d1e2
|
Bug 819791 - Part 6: Remove unnecessary TArray copies in dom/indexedDB. r=bent
|
2012-12-18 20:16:06 -05:00 |
|
Olli Pettay
|
d0f295307b
|
Bug 811206, Fix JSHolder drop handling, part 3 (fixes), r=mccr8,khuey
|
2012-11-28 03:37:57 +02:00 |
|
Benoit Jacob
|
c995bc9e1e
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Ben Turner
|
ee22cddeaa
|
Bug 808743 - ' Better protection for PBrowser shutdown and database invalidation in multiprocess scenarios'. r=khuey+cjones.
|
2012-11-09 19:29:07 -08:00 |
|
Kyle Huey
|
31cc622661
|
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 |
|
Kyle Huey
|
cdc1d5d595
|
Bug 780778: Make sure we already release stuff on the right thread. r=bent
|
2012-10-03 12:05:20 -07:00 |
|
Isaac Aggrey
|
df5a7d83f1
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05:00 |
|
Isaac Aggrey
|
990e90e88a
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Ms2ger
|
934e7c6e7a
|
Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones
|
2012-09-17 10:37:20 +02:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
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
|
94f469af49
|
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
|
2012-08-01 23:02:29 -07:00 |
|
Eric Faust
|
2fd6e9bbbd
|
Bug 752223 - Implement JS_NumberValue(), replacing JS_NewNumberValue(). (r=luke)
|
2012-08-01 17:59:47 -07:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
1496949510
|
Correct the initialization order in the IDBIndex constructor (no bug; DONTBUILD)
|
2012-07-11 00:25:47 -04:00 |
|
Daniel Holbert
|
19e1112c60
|
Bug 770287: Reorder IDBIndex constructor init list to fix build warning. r=khuey
|
2012-07-03 14:09:35 -07:00 |
|
Kyle Huey
|
9e1c3ffece
|
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
|
0e585ae0b5
|
Bug 767186: Cache the keyPath for objectStores and indexes. r=bent
|
2012-06-22 14:00:53 -07:00 |
|
Kyle Huey
|
c66cc7dc43
|
Bug 765834: Rework and unify keyPath handling. r=bent
|
2012-06-21 15:27:13 -07:00 |
|
Ryan VanderMeulen
|
4c71ae6d9a
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
202bd53a55
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Ms2ger
|
05a65416b4
|
Bug 761635 - Fix build in MSVC 8; r=khuey
|
2012-06-10 19:19:12 +02: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 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jonas Sicking
|
651eb7f62b
|
Bug 735094: Implement new string values (rather than numeric constants) for IndexedDB. r=bent
|
2012-03-12 21:44:45 -07:00 |
|
David Mandelin
|
232a121344
|
Bug 733260 followup: use uint32_t for array and string lengths, r=luke
|
2012-03-06 15:52:55 -08:00 |
|
David Mandelin
|
4038954f95
|
Bug 733260: remove typedef jsuint, r=luke
|
2012-03-05 18:43:45 -08:00 |
|
David Mandelin
|
0a4c9bd844
|
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
|
2012-02-24 14:19:52 -08:00 |
|
Marco Bonardo
|
7aa79ce5b7
|
Backout 4fc2f49371a8 (bug 725550) for build failures
|
2012-02-25 00:16:47 +01:00 |
|
David Mandelin
|
d85948e391
|
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
|
2012-02-24 14:19:52 -08:00 |
|
Ms2ger
|
45d7b7b070
|
Bug 726961 - Remove unused variable database from IDBIndex::Create; r=khuey
|
2012-02-21 10:34:01 +01:00 |
|
Kyle Huey
|
61c8dde1e4
|
Bug 725418: IndexedDB - GetAll[Keys] with an explicit 0, null, or undefined for the maximum number of records should return all records. r=bent
|
2012-02-09 20:56:48 -08:00 |
|
Ben Turner
|
d2f38bcb58
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
|
2012-01-24 02:03:37 -08:00 |
|
Ed Morley
|
927de8162d
|
Backout 8886b027527a (bug 718132) for xpcshell failures
|
2012-01-23 16:18:14 +00:00 |
|
Ben Turner
|
2fb8104e46
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
|
2012-01-23 06:03:41 -08:00 |
|
Ms2ger
|
881df3d516
|
Bug 711240 - Part b: Expose xpc_qsStringToJsval publicly; r=bholley
|
2011-12-24 09:27:04 +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 |
|