Ehsan Akhgari
|
ee902c51f9
|
Backout changeset 0f0797cdb55a (bug 800106) because of Kraken regressions on Windows XP
|
2012-10-15 14:19:55 -04:00 |
|
Jacek Szpot
|
06b915eb2e
|
Bug 800106: replace NS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE; r=ehsan
|
2012-10-13 17:52:10 +02:00 |
|
Aryeh Gregor
|
2ef2b6467b
|
Bug 779473 - Make nsresult an enum class; r=ehsan
|
2012-08-02 11:55:58 +03:00 |
|
Nicholas Nethercote
|
cbc812d8ca
|
Bug 793076 (part 1) - Remove unnecessary |cx| parameters. r=jwalden.
--HG--
extra : rebase_source : 0cfe86ca3b2de60b0097f6cd4686dfabe6748897
|
2012-09-20 21:41:49 -07:00 |
|
Ehsan Akhgari
|
afed4a071e
|
Remove the unused DatabaseTester::mState field; no bug
|
2012-10-02 20:46:08 -04:00 |
|
Isaac Aggrey
|
481e7dfb0b
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Nathan Froyd
|
94f915135f
|
Bug 793258 - convert PR_FALSE to false in defined-in-idl-files functions; r=ehsan
|
2012-09-21 14:40:14 -04:00 |
|
Kyle Huey
|
31c62753b9
|
Bug 774250: Use GetPath instead of GetNativePath so that IndexedDB works for people with non-ASCII usernames. r=bent
|
2012-09-19 14:02:08 -07:00 |
|
Ehsan Akhgari
|
4f4c28f744
|
Backout changeset c1cd7da16cd6 (bug 774250) for Linux Moth orange
--HG--
extra : rebase_source : 00e260bc4a75c6780c7863121cfc170f960ae010
|
2012-09-19 20:25:56 -04:00 |
|
Kyle Huey
|
d6238384e3
|
Bug 774250: Use GetPath instead of GetNativePath so that IndexedDB works for people with non-ASCII usernames. r=bent
--HG--
extra : rebase_source : 644ec1830e0725e37ee4cceefd113b61b64158a3
|
2012-09-19 14:02:08 -07:00 |
|
Ehsan Akhgari
|
8cc30b88b2
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04:00 |
|
Martin Stransky
|
1cac72cad7
|
Bug 433129 - Add a storage.nfs_filesystem preference and change the underlying file system to an nfs-friendly one when it's set. r=asuth
|
2012-09-06 17:58:46 -04:00 |
|
Jan Beich
|
addac8188f
|
Bug 787730 - Don't assume NULL to be a character; r=ehsan
|
2012-09-06 12:53:00 -04:00 |
|
Aryeh Gregor
|
1a39148dea
|
Bug 782616 - Don't return nsresult from main() (storage/); r=mak
|
2012-08-07 20:17:27 +03:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Vladan Djeric
|
a0f86524d2
|
Bug 779310: Remove string literals from slowSql reports. r=taras
|
2012-08-21 15:29:28 -04:00 |
|
Gian-Carlo Pascutto
|
f6e66dd24e
|
Bug 673470 - Replace the sqlite safeb store with a flat file. r=dcamp
|
2012-08-15 09:04:19 +02:00 |
|
Aryeh Gregor
|
4e199a1679
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Eric Faust
|
b0323e13a7
|
Bug 752223 - Implement JS_NumberValue(), replacing JS_NewNumberValue(). (r=luke)
|
2012-08-01 17:59:47 -07:00 |
|
Aryeh Gregor
|
c81630fddb
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Joshua Cranmer
|
497e7cd9bb
|
Bug 773637 - Kill NS_SCRIPTABLE attributes, Part 2: Remove NS_SCRIPTABLE. r=ehsan
--HG--
extra : rebase_source : 83020e0a1961ed5b33d5e0599419c6b7b82caa87
|
2012-07-06 15:31:49 -05:00 |
|
Aryeh Gregor
|
65eef91085
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
Thinker K.F. Li
|
5570177a07
|
Bug 767025 - Part 2: Track active entries in memory and refuse to delete by ignore. r=honzab,gal
The original patch is from Andreas Gal. Thinker did some bug fixing.
|
2012-06-29 06:27:03 +08:00 |
|
Nicholas Nethercote
|
1170e5054f
|
Bug 770789 - Remove dead StorageMemoryReporter. r=mak.
--HG--
extra : rebase_source : 6b0e4d4c74ff45deb57008ffb32ce1316c9d3e7c
|
2012-07-10 17:30:28 -07:00 |
|
Ehsan Akhgari
|
c4804d46d2
|
Bug 758992 storage follow-up: make AsyncStatementSpinner's destructor virtual as it is derived from in Windows tests; r=me to fix bustage
|
2012-07-10 16:16:55 -04:00 |
|
Ehsan Akhgari
|
58567c5e45
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (storage parts); r=mak
|
2012-06-19 23:30:51 -04:00 |
|
Ehsan Akhgari
|
add06953b9
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (storage parts); r=mak
|
2012-06-12 23:35:10 -04:00 |
|
Honza Bambas
|
fc7084f564
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Rafael Ávila de Espíndola
|
42296af6e9
|
Bug 741821 - Don't access a null sql stmt. r=asuth.
--HG--
extra : rebase_source : d64b9623eb3f404538847278b2ee107ec7c2782f
|
2012-06-07 08:33:13 -04:00 |
|
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Rafael Ávila de Espíndola
|
2735f135a1
|
Bug 711076 - Check that we call onnection::internalClose on every connection we called Connection::initialize on. r=mak.
|
2012-05-24 13:08:22 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
eaa4878487
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Tom Schuster
|
448c19e69b
|
Bug 752226 - Remove any use of JSVAL_IS_OBJECT. r=luke,Ms2ger
|
2012-05-11 17:46:26 +02:00 |
|
Ed Morley
|
94067f98cb
|
Backout 9b0fcaacb788 & bf3fef257e68 (bug 752226) for mochitest-other orange
|
2012-05-11 18:25:52 +01:00 |
|
Tom Schuster
|
a5e74fc12b
|
Bug 752226 - Remove any use of JSVAL_IS_OBJECT. r=luke,Ms2ger
--HG--
extra : rebase_source : edf2077f8b8bad1970eab6ebe9996e761d4e596c
|
2012-05-11 17:46:26 +02:00 |
|
Rafael Ávila de Espíndola
|
6760ecf50e
|
Bug 744294 - Add c++ ConnectionReady. r=mak.
--HG--
extra : rebase_source : 3b074030355417564923f69bf48f219f75c3ef6b
|
2012-05-09 10:32:14 -04:00 |
|
Nathan Froyd
|
0298f29209
|
Bug 589032 - remove mozIStorageStatementWrapper; r=mak
|
2012-05-02 13:01:39 -04:00 |
|
Rafael Ávila de Espíndola
|
ecccf4bacb
|
Bug 744294 - nsPlacesAutoComplete doesn't wait for asyncClose to finish. r=asuth.
--HG--
extra : rebase_source : f1c0d52f627124820df84d7d6725c9f0772cbeff
|
2012-05-08 14:58:56 -04:00 |
|
Gian-Carlo Pascutto
|
08beb49296
|
Backout 173f90d397a8 (Bug 673470). rs=dcamp a=mfinkle
|
2012-04-20 07:46:47 +02:00 |
|
Matt Brubeck
|
076603f8cb
|
Bug 721784 - Don't configure sqlite to use jemalloc on Android [r=mak]
|
2012-04-12 12:13:23 -07:00 |
|
Rafael Ávila de Espíndola
|
69d7451a53
|
Bug 743650 - Don't use nsPrintfCString. r=nfroyd.
--HG--
extra : rebase_source : c7e29e12c0f8395551a40b6988a1f53887efd502
|
2012-04-09 09:56:41 -04:00 |
|
Mike Hommey
|
609e12c771
|
Bug 738176 - Completely disable jemalloc when it's supposed to be disabled on OSX, and cleanup exposed APIs. r=jlebar,r=khuey
|
2012-04-05 09:20:53 +02:00 |
|
Rafael Ávila de Espíndola
|
ce9378a3b5
|
Bug 741821 - Don't access a null sql stmt. r=vdjeric.
|
2012-04-04 15:28:44 -04:00 |
|
Vladan Djeric
|
9b2d06b29a
|
Bug 722368 - Report slow SQL created from dynamic strings to Telemetry. r=taras
|
2012-03-21 13:26:48 -04:00 |
|
Nicholas Nethercote
|
4583ceebea
|
Bug 732842 - Add assertions for memory reports. r=jlebar.
|
2012-03-15 15:16:11 -07:00 |
|