Mats Palmgren
|
3276584f22
|
Bug 827070. r=smontagu a=bbajaj
|
2013-01-23 13:35:41 +01:00 |
Ting-Yuan Huang
|
f28c32ebe2
|
Bug 815473 - Replace runtime computed gUnicodeToGBKTable by constants. r=smontagu, a=akeybl
|
2012-12-19 18:20:18 -05:00 |
Kyle Huey
|
d5ba4574f0
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon a=bajaj
|
2012-11-11 10:28:38 -08:00 |
Simon Montagu
|
2d77a8e8f3
|
Fix off-by-one error in conversion pointers. Bug 801681, r=emk, a=lsblakk
|
2012-10-18 16:35:04 +02:00 |
Gordon P. Hemsley
|
f391946e84
|
Bug 792575 - Change Hawaiian [haw] langGroup to 'x-western'. r=jfkthame
|
2012-09-20 18:10:09 -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 |
Ryan VanderMeulen
|
62ced97631
|
Bug 791384 - Update Hyphen to version 2.8.6. r=jfkthame
|
2012-09-27 23:06:01 -04:00 |
Koosha Khajeh Moogahi
|
dcf81f4fb0
|
Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg
|
2012-09-14 14:30:31 +04:30 |
Gordon P. Hemsley
|
2e6a4102b9
|
Bug 791027 - Change Upper Sorbian [hsb] langGroup to x-central-euro. r=smontagu
|
2012-09-13 14:07:44 -04:00 |
Gordon P. Hemsley
|
0e41d7982d
|
Bug 586085 - Add support for Kashubian [csb], Hawaiian [haw], and Hiligaynon [hil]. r=smontagu
|
2012-09-13 13:44:02 -04:00 |
Gordon P. Hemsley
|
6d2faee614
|
Bug 535422 - Add support for Lower Sorbian [dsb]. r=smontagu
|
2012-09-13 13:22:30 -04:00 |
Gordon P. Hemsley
|
1754aab4c1
|
Bug 788178 - Remove extraneous trailing whitespace from language.properties and langGroups.properties. r=smontagu
|
2012-09-13 13:11:57 -04:00 |
Andrew Quartey
|
6195e92355
|
Bug 790354 - Remove unused variable 'ch' in nsBasicUTF7Decoder::ConvertNoBuff r=smontagu
|
2012-09-12 12:43:18 -04:00 |
Andrew Quartey
|
1a6d9aa263
|
Bug 786687 - Add null check for passed parameter to NS_strlen r=dougt
|
2012-09-04 11:12:33 -04:00 |
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
Jan Beich
|
7b926cd5ad
|
Bug 784776 - Provide a pointer as an argument to time(). r=smontagu
|
2012-08-26 08:57:40 -04:00 |
Makoto Kato
|
5adcbb8fb9
|
Bug 783206 - replace NULL with nullptr in intl except to OS API usages. r=smontagu
|
2012-08-24 16:49:00 +09:00 |
Ehsan Akhgari
|
845651448b
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -04:00 |
Ehsan Akhgari
|
f22f8b7a49
|
Bug 579517 - Part 4: Manually rewrite some parts of the code base not covered by the automated conversion; r=bsmedberg
|
2012-08-22 11:59:54 -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 |
Aryeh Gregor
|
87cadc49af
|
Bug 782916 - Do not compare nsresult to noErr; r=smontagu
|
2012-08-16 14:58:12 +03:00 |
Ed Morley
|
26dd8a729c
|
Backout 19ec214f806c (bug 782916), 88b802832f52 (bug 782919), f16429aa2210 (bug 780474) for Android build failures
|
2012-08-17 12:25:12 +01:00 |
Aryeh Gregor
|
9adf2f74fb
|
Bug 782916 - Do not compare nsresult to noErr; r=smontagu
|
2012-08-16 14:58:12 +03:00 |
Aryeh Gregor
|
cafad5fcb5
|
Bug 782252 - Cast some nsresult to PRUint32; r=ehsan
|
2012-08-09 11:36:40 +03:00 |
Aryeh Gregor
|
4e199a1679
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
Ms2ger
|
75ab7efb95
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02: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 |
Ehsan Akhgari
|
bc48b79dc9
|
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 (more intl parts); blanket-r=bzbarsky
--HG--
extra : rebase_source : 92f6b1dd5d0e67e05a7338991e648a09149275ec
|
2012-07-26 15:17:40 -04:00 |
Julian Reschke
|
cd2692eeff
|
Bug 776399 - Fix IDL compat problem introduced by changes for bug 663057. r=bz
|
2012-07-24 21:37:32 -04:00 |
Ehsan Akhgari
|
73ec324196
|
Bug 772519 - Remove the unused variable res in nsPlatformCharset::Init; r=smontagu
|
2012-07-10 16:27:27 -04:00 |
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
Jonathan Watt
|
970e60a384
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
Jonathan Kew
|
ced6b24af7
|
bug 763982 - update and optimize Arabic char processing in TransformText. r=smontagu
|
2012-06-20 20:58:19 +01:00 |
Jonathan Kew
|
69145c8e73
|
bug 763703 - optimize Unicode property lookup and gfxScriptItemizer::Next. r=smontagu
|
2012-06-20 20:58:18 +01:00 |
Masayuki Nakano
|
6651c36d9d
|
Bug 765166 lines should be able to be broken before/after Ideographic space next to breakable white space r=roc
|
2012-06-16 23:48:57 +09:00 |
Masatoshi Kimura
|
84b5bd6f23
|
Bug 763617 - Don't propagate an error code from GetCharsetAlias. r=smontagu
|
2012-06-14 18:45:46 -04:00 |
Ehsan Akhgari
|
8f6a1d197c
|
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 (intl/ parts); r=smontagu
|
2012-06-05 22:14:46 -04:00 |
Ehsan Akhgari
|
df3797a6e7
|
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 (XPCOM parts); r=bsmedberg
|
2012-06-05 19:51:58 -04:00 |
Michel Nedelec
|
2a8421a32a
|
Bug 747911 - Add plural rule for Breton (br). r=Pike,smontagu
|
2012-06-09 14:22:41 -04:00 |
Shriram Kunchanapalli
|
5b9a95ea6a
|
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
|
2012-05-30 18:43:39 +01: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 |
Makoto Kato
|
4047fae07a
|
Bug 754176 - Make TestLineBreak unit test. r=smontagu
|
2012-05-28 23:46:22 +09:00 |
Makoto Kato
|
6a80d4cc65
|
Bug 759001 - B2G/gonk should use nsAndroidCharset instead of nsUNIXCharset. r=mwu
|
2012-05-28 11:32:34 +09:00 |
Makoto Kato
|
b57ae8645e
|
Bug 752406 - Remove locale.OSTYPE in unixcharset.properties. r=smontagu
|
2012-05-25 18:36:19 +09:00 |
Masatoshi Kimura
|
9cee24d959
|
Bug 710693 - Move internal encoding check into nsCharsetAlias. r=smontagu
|
2012-05-24 18:45:10 -04:00 |
Irving Reid
|
be410b2b2d
|
Bug 757946: don't write to underlying output stream if flush() has 0 bytes remaining. r=smontagu
|
2012-05-24 10:46:48 -07:00 |
Jim Mathies
|
025f49633e
|
Bug 732124 - Fix for crt link errors with VC11 - build glue using both the static and the dynamic runtime lib, and link accordingly for various components. r=ted
|
2012-05-21 16:31:03 -05:00 |
julian.reschke@gmx.de
|
dc686f0a90
|
Bug 663057 - support RFC2231/5987 encoding for title parameter in HTTP link header fields. r=hsivonen
|
2012-05-21 06:31:00 -07:00 |