Daniel Holbert
|
a246c3ae45
|
Bug 945063: Annotate storage/build and storage/test as FAIL_ON_WARNINGS. r=mak
|
2014-01-08 11:04:03 -08:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Ms2ger
|
fe059e78f7
|
Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal
|
2013-12-31 10:06:11 +01:00 |
|
Mike Hommey
|
bb6779efe3
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
61124c1afc
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Mark Capella
|
5628f20963
|
Bug 472963 - TableExists and IndexExists does not work for temporary tables, r=mak
|
2013-09-27 17:04:17 -04:00 |
|
Gregory Szorc
|
ed68c2482b
|
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
|
2013-09-24 11:50:08 -07:00 |
|
Ehsan Akhgari
|
276e4b787c
|
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
|
2013-09-23 13:29:27 -04:00 |
|
Wes Kocher
|
8bba56d03f
|
Merge m-c to inbound
|
2013-09-04 18:04:50 -07:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
David Rajchenbach-Teller
|
d8e8800d00
|
Bug 911109 - Statement::internalFinalize now doesn't cause finalization if the connection is already closed. r=asuth
|
2013-09-04 12:51:45 -04:00 |
|
David Rajchenbach-Teller
|
bab0020ed0
|
Bug 874814 - Close AsyncClose() off the main thread and loop until all statements are finalized. r=mak
|
2013-08-27 17:07:04 -04:00 |
|
Geoff Brown
|
220e4a5f85
|
Bug 865006 - (4) Add more xpcshell tests for android; r=jmaher
|
2013-08-25 10:58:31 -06:00 |
|
Birunthan Mohanathas
|
a0ff9d546b
|
Bug 784739 - Switch from NULL to nullptr in storage/; r=ehsan
|
2013-07-31 11:44:58 -04:00 |
|
Ms2ger
|
fb6790e6d8
|
Bug 888643 - Part b: Move CPP_UNIT_TESTS definitions into moz.build files; r=gps
|
2013-07-24 09:23:06 +02:00 |
|
David Rajchenbach-Teller
|
fed1e56a56
|
Bug 702559 - Async tests for mozIStorage[Async]Connection;r=mak
|
2013-06-27 09:00:59 -04:00 |
|
David Rajchenbach-Teller
|
d4a641ff56
|
Bug 702559 - First implementation of mozIStorageAsyncConnection;r=mak
* * *
Bug 702559 - Implementation of transaction helper compatible with mozIStorageAsyncConnection;r=mak
|
2013-06-27 09:00:59 -04:00 |
|
Ed Morley
|
93d699a389
|
Backed out changeset fa98df7a3493 (bug 702559) for xpcshell orange
|
2013-06-26 12:56:40 +01:00 |
|
Ed Morley
|
a8b441b706
|
Backed out changeset ad1819ab302a (bug 702559)
|
2013-06-26 12:56:17 +01:00 |
|
David Rajchenbach-Teller
|
415b54fc8e
|
Bug 702559 - Async tests for mozIStorage[Async]Connection;r=mak
|
2013-06-26 05:45:49 -04:00 |
|
David Rajchenbach-Teller
|
b564e3a0d8
|
Bug 702559 - First implementation of mozIStorageAsyncConnection;r=mak
|
2013-06-26 05:45:49 -04:00 |
|
Nathan Froyd
|
5d8adc664b
|
Bug 884022 - fix clang warnings about pointer-to-int comparisons in test_AsXXX_helpers.cpp; r=dholbert
|
2013-06-17 17:18:40 -04:00 |
|
Joey Armstrong
|
2dbf79e9a4
|
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
|
2013-05-13 16:24:07 -04:00 |
|
Joey Armstrong
|
8e99512c32
|
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
|
2013-04-29 14:49:00 -04:00 |
|
Nathan Froyd
|
09f47de647
|
Bug 836493 - part 1: ensure that the initial reference to mozStorageService is obtained on the main thread; r=mak
|
2013-02-08 12:04:26 -05:00 |
|
Xin Zhang
|
9ba2b443d3
|
Bug 849764 - Replace removeObserver() calls with three params with two in storage dir. r=mak
|
2013-04-06 14:46:35 -04:00 |
|
Ben Turner
|
e850a70025
|
Bug 857376 - 'Use 2k page_size for databases on B2G'. r=mak, sr=mossop.
|
2013-04-04 17:14:46 -07:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
a59d40f143
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Gregory Szorc
|
a98ca9945e
|
Bug 784841 - Part 18ζ: Convert /storage; r=glandium
|
2013-02-25 13:05:31 -08:00 |
|
Marco Bonardo
|
5df3128560
|
Bug 836039 - Reduce cache size per SQLite connection to 2MB
r=asuth
|
2013-02-21 11:12:48 +01:00 |
|
Ryan VanderMeulen
|
96b55dfae9
|
Backed out changesets 50f4ba15a3c7 and cafa8ba33704 (bug 796388) for mochitest-2 orange.
|
2013-01-29 16:38:37 -05:00 |
|
Nathan Froyd
|
5f2897868a
|
Bug 796388 - part 1 - delete TelemetryVFS; r=mak
|
2013-01-29 11:57:01 -05:00 |
|
Kyle Huey
|
1482122303
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
8297cdabd6
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
bdf47895bb
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
777eed8444
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
aa1997a51a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Aryeh Gregor
|
b1731df87c
|
Bug 779473 - Make nsresult an enum class; r=ehsan
|
2012-08-02 11:55:58 +03:00 |
|
Ehsan Akhgari
|
15098d1976
|
Remove the unused DatabaseTester::mState field; no bug
|
2012-10-02 20:46:08 -04:00 |
|
Jan Beich
|
9eb6b4f558
|
Bug 787730 - Don't assume NULL to be a character; r=ehsan
|
2012-09-06 12:53:00 -04:00 |
|
Aryeh Gregor
|
110dd3d68d
|
Bug 782616 - Don't return nsresult from main() (storage/); r=mak
|
2012-08-07 20:17:27 +03:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
903f6c9c84
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
e57dd159b2
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|