Nathan Froyd
|
4fec79346f
|
Bug 803668 - convert string bundle caches to use mozilla::LinkedList; r=smontagu
|
2012-11-01 10:03:41 -04:00 |
|
Nathan Froyd
|
083390c43e
|
Backout 57d8f6cd245a (bug 803669), fb673c95d56b (bug 803665), 24d8e0cb73f2 (bug 803665), ac46bd0d9fba (bug 803669), c9c67b62799b (bug 803666), b3314c0ddaac (bug 803668) for debug build test failures
|
2012-10-31 13:23:17 -04: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 |
|
Nathan Froyd
|
29da20abd2
|
Bug 803668 - convert string bundle caches to use mozilla::LinkedList; r=smontagu
|
2012-10-19 12:24:38 -04: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 |
|
Jacek Szpot
|
0b35b0e3d8
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
|
Daniel Holbert
|
3998dbf996
|
Bug 805456 - Remove useless check that an unsigned value is >= 0 to fix a build warning. r=masayuki
|
2012-10-25 17:43:25 -04:00 |
|
Ehsan Akhgari
|
f117c7a7b0
|
Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
|
2012-10-25 12:32:24 -04:00 |
|
Ehsan Akhgari
|
48b5c1a608
|
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
|
2012-10-25 11:48:19 -04:00 |
|
Jacek Szpot
|
1fce9cbc0f
|
Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan
|
2012-10-23 13:29:06 +02:00 |
|
Ehsan Akhgari
|
7a05f28eb2
|
Backout changeset 788a51ef6221 (bug 800106) because of Windows XP Kraken regression
|
2012-10-22 16:44:09 -04:00 |
|
Jacek Szpot
|
e906c7cfa4
|
Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan
|
2012-10-19 10:33:33 +02:00 |
|
Isaac Aggrey
|
cbb17fe7b2
|
Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan
|
2012-10-11 18:38:04 -05:00 |
|
Simon Montagu
|
a28941fe63
|
Fix off-by-one error in conversion pointers. Bug 801681, r=emk
|
2012-10-18 16:35:04 +02:00 |
|
Ehsan Akhgari
|
1a3d718b58
|
Merge mozilla-central into mozilla-inbound
|
2012-10-17 13:03:16 -04:00 |
|
Neil Rashbrook
|
6842dfc0a5
|
Bug 797385 Followup to blacklist the ibm864 converter in SeaMonkey Composer too r=smontagu
DONTBUILD because it only affects SeaMonkey
|
2012-10-17 09:47:46 +01:00 |
|
Aryeh Gregor
|
c441de2073
|
Bug 802069 - Make "macintosh" the canonical name of its encoding, not "x-mac-roman"; r=smontagu
--HG--
rename : intl/uconv/tests/unit/test_decode_x_mac_roman.js => intl/uconv/tests/unit/test_decode_macintosh.js
rename : intl/uconv/tests/unit/test_encode_x_mac_roman.js => intl/uconv/tests/unit/test_encode_macintosh.js
|
2012-10-17 12:15:23 +02:00 |
|
Aryeh Gregor
|
3da3b75dcc
|
Bug 802059 - Implement labels for existing encodings from the encoding spec; r=smontagu
|
2012-10-16 17:34:07 +02:00 |
|
Masatoshi Kimura
|
628a6dbb32
|
Bug 799910 - Fix ASCII range of EUC-KR and Big5 converters. r=smontagu
|
2012-10-16 21:34:03 -04:00 |
|
Ehsan Akhgari
|
9e0549e4d9
|
Backout changeset 0f0797cdb55a (bug 800106) because of Kraken regressions on Windows XP
|
2012-10-15 14:19:55 -04:00 |
|
Jacek Szpot
|
0ebb25a85a
|
Bug 800106: replace NS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE; r=ehsan
|
2012-10-13 17:52:10 +02:00 |
|
Trevor Saunders
|
3d3592cd63
|
bug 798595 - remove useless prmem.h includes r=ehsan
|
2012-10-04 02:14:06 -04:00 |
|
Masatoshi Kimura
|
402b94937e
|
Bug 797385 - Part 3: Remove ibm864i converter. r=smontagu
|
2012-10-10 06:32:37 -04:00 |
|
Masatoshi Kimura
|
5637d27654
|
Bug 797385 - Part 2: Remove ibm864 usage. r=smontagu
|
2012-10-10 06:32:37 -04:00 |
|
Masatoshi Kimura
|
c7ff5faff1
|
Bug 797385 - Part 1: Rename isXSSVlunerable flag to isInternal and add the flag to ibm864. r=smontagu
|
2012-10-10 06:32:36 -04:00 |
|
Jonathan Kew
|
9e30f01c67
|
bug 795025 part 2 - update transliteration properties for Unicode 6.2. r=smontagu
|
2012-10-09 10:25:08 +01:00 |
|
Jonathan Kew
|
cbefb05f00
|
bug 795025 part 1 - update Unicode character property data to Unicode 6.2. r=smontagu
|
2012-10-09 10:24:53 +01:00 |
|
Jonathan Kew
|
34b1d3ffc3
|
bug 795025 part 0 - update the genUnicodePropertyData tool for rearranged harfbuzz headers. r=smontagu
|
2012-10-09 10:24:33 +01:00 |
|
Gordon P. Hemsley
|
2fa5e18405
|
Bug 792575 - Change Hawaiian [haw] langGroup to 'x-western'. r=jfkthame
|
2012-09-20 18:10:09 -04:00 |
|
Isaac Aggrey
|
997db4d142
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Ryan VanderMeulen
|
41ca58fb01
|
Bug 791384 - Update Hyphen to version 2.8.6. r=jfkthame
|
2012-09-27 23:06:01 -04:00 |
|
Koosha Khajeh Moogahi
|
8d39310f18
|
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
|
5a1ce373ce
|
Bug 791027 - Change Upper Sorbian [hsb] langGroup to x-central-euro. r=smontagu
|
2012-09-13 14:07:44 -04:00 |
|
Gordon P. Hemsley
|
bf36a58518
|
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
|
762702ade8
|
Bug 535422 - Add support for Lower Sorbian [dsb]. r=smontagu
|
2012-09-13 13:22:30 -04:00 |
|
Gordon P. Hemsley
|
d0c1c92ad7
|
Bug 788178 - Remove extraneous trailing whitespace from language.properties and langGroups.properties. r=smontagu
|
2012-09-13 13:11:57 -04:00 |
|
Andrew Quartey
|
6772f228fb
|
Bug 790354 - Remove unused variable 'ch' in nsBasicUTF7Decoder::ConvertNoBuff r=smontagu
|
2012-09-12 12:43:18 -04:00 |
|
Andrew Quartey
|
98eb78f3c2
|
Bug 786687 - Add null check for passed parameter to NS_strlen r=dougt
|
2012-09-04 11:12:33 -04:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Jan Beich
|
bc8b07dc67
|
Bug 784776 - Provide a pointer as an argument to time(). r=smontagu
|
2012-08-26 08:57:40 -04:00 |
|
Makoto Kato
|
84c67ec46b
|
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
|
5b76a146bc
|
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
|
2795937cf4
|
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
|
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 |
|
Aryeh Gregor
|
192f820add
|
Bug 782916 - Do not compare nsresult to noErr; r=smontagu
|
2012-08-16 14:58:12 +03:00 |
|
Ed Morley
|
8f4f1ad013
|
Backout 19ec214f806c (bug 782916), 88b802832f52 (bug 782919), f16429aa2210 (bug 780474) for Android build failures
|
2012-08-17 12:25:12 +01:00 |
|
Aryeh Gregor
|
d8e10803e5
|
Bug 782916 - Do not compare nsresult to noErr; r=smontagu
|
2012-08-16 14:58:12 +03:00 |
|