Birunthan Mohanathas
|
459e204e7b
|
Bug 1121451 - Fix 'truncation of constant value' warnings in nsINIParser.cpp. r=froydnj
|
2015-01-16 07:34:42 +02:00 |
|
Ehsan Akhgari
|
6084be21ce
|
Bug 1045436 - Fix more bad implicit constructors in XPCOM; r=froydnj
|
2014-07-29 20:43:56 -04:00 |
|
Birunthan Mohanathas
|
8a4a4c8465
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
|
Birunthan Mohanathas
|
ce774b1fa6
|
Bug 1022456 - Convert xpcom/glue/ to Gecko style. r=froydnj
|
2014-06-26 18:35:39 -07:00 |
|
Ehsan Akhgari
|
860f2c1f29
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Benjamin Smedberg
|
29d63f056d
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
|
Birunthan Mohanathas
|
d655a19190
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
|
Robert O'Callahan
|
51222bdd45
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12: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 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Geoff Lankow
|
7a64448b03
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Jacek Caban
|
ac619a715f
|
Bug 759061 - nsINIParser.cpp fails to compile on mingw r=tabraldes
|
2012-05-31 16:09:36 +02:00 |
|
Tim Abraldes
|
87bb4b82ca
|
bug 752756. Read UTF-16le and UTF-8 BOMs in nsINIParser on Windows. Add parameter to nsIINIParserWriter::writeFile() specifying the charset of the file (BOM will be written). r=bsmedberg
|
2012-05-23 10:09:10 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
2b55dddfca
|
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
|
2012-05-18 13:30:49 -04:00 |
|
Atul Aggarwal
|
a9514527ed
|
Bug 661962: Remove mostly-unused variable 'rv' from nsINIParser::Init (moving it inside the #ifdef block where it's used). r=bsmedberg
|
2011-09-01 03:06:26 +05:30 |
|
Mark Banner
|
31bc3a2707
|
Bustage fix following bug 541594 - revert NS_strtok change that appears to be causing hangs and fix ini parser to work as intended. rs=dolske
|
2010-02-10 11:55:18 +00:00 |
|
Justin Dolske
|
67a38cd331
|
Bug 541594 - extend nsIINIParser to allow writing INI files. p=dolske+benjamin, r=benjamin, r=dolske
|
2010-02-09 17:05:31 -08:00 |
|
Mitchell Field
|
ee2c8fc361
|
Bug 542222 - Followup fix for Reduce recursion in makefiles. r=rstrong
|
2010-02-05 23:25:10 -08:00 |
|
Hiroyuki Ikezoe
|
c0e2bf96e1
|
Bug 488157. Use UTF8 instead of native codepages during startup. r=bsmedberg
|
2009-05-13 22:16:45 +12:00 |
|
|
|
98de634631
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
|
|
e9bc5acff7
|
Bustage followup from bug 381315
|
2007-05-25 08:37:59 -07:00 |
|
|
|
0c17ee2f62
|
Bug 381315 - nsINIParser crashes when linked against a static CRT (opera profile migrator), r=dougt
|
2007-05-25 08:05:11 -07:00 |
|
bsmedberg@covad.net
|
6413e50e76
|
Bug 289010 - Move nsVoidArray/nsCOMArray to the XPCOM glue, and a few other things to make the glue easier to use, r=shaver+darin . The following files were CVS-copied from xpcom/ds to xpcom/glue:
nsVoidArray.h
nsVoidArray.cpp
nsCOMArray.h
nsCOMArray.cpp
nsQuickSort.h
nsQuickSort.cpp
|
2005-11-02 20:38:21 +00:00 |
|
mkaply@us.ibm.com
|
fa3f7505fe
|
305281 r=dougt, a=mkaply - OS/2 Firefox doesn't start
|
2005-08-20 03:03:30 +00:00 |
|
bsmedberg@covad.net
|
9eaa42fc6c
|
Bug 304874 - Extensions don't work (on trunk) and some profile names don't work - r=dougt
|
2005-08-18 20:52:43 +00:00 |
|
bsmedberg@covad.net
|
df7c483a11
|
Bug 299992 followup - open in binary mode on windows, and honor semicolon as a comment marker also r=shaver
|
2005-08-15 22:13:56 +00:00 |
|
bsmedberg@covad.net
|
432e9cc9a1
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |
|
bsmedberg@covad.net
|
44a6531d52
|
Backout bug 299992 - too much odd platform-specific bustage
|
2005-08-11 22:07:08 +00:00 |
|
bsmedberg@covad.net
|
0203b6eec5
|
Bug 299992, the part before the actual work: move pldhash and the templatized hashtables into the glue (and drop the minor dependencies on NSPR), and centralize our various in-tree nsINIParser classes into the glue (does not affect the ones used for the various installers) r=brendan/darin a=chase/cbeard
|
2005-08-11 20:40:53 +00:00 |
|