Henri Sivonen
|
6f32547371
|
Bug 951571 - Remove T.61-8bit. r=emk.
|
2014-05-12 11:56:58 +03:00 |
|
Henri Sivonen
|
d560d4172a
|
Bug 937056 - Remove UTF-7 code from mozilla-central. r=emk.
--HG--
rename : intl/uconv/util/nsUCSupport.h => intl/uconv/public/nsUCSupport.h
|
2014-04-15 15:58:01 +03:00 |
|
Nathan Froyd
|
f921947707
|
Bug 988829 - convert intl/uconv/ucvlatin/ to use Endian.h; r=smontagu
|
2014-02-26 20:42:29 -05:00 |
|
Henri Sivonen
|
4b092c3fbb
|
Bug 799913 - Remove dead-code encoders previously used by gfx. r=emk.
|
2014-01-07 12:41:03 +02: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 |
|
Henri Sivonen
|
eb366090d3
|
Bug 949345 - Gather telemetry about non-default Cyrillic legacy encodings. r=emk,f=sstamm.
|
2013-12-17 12:47:25 +02:00 |
|
Henri Sivonen
|
77ead8cc84
|
Bug 935453 - Gather telemetry about dangerous encodings and encodings we might remove. r=emk,sstamm.
|
2013-11-11 17:04:02 +02:00 |
|
Ehsan Akhgari
|
0703224cdd
|
Bug 936899 - Build all of the uconv library in unified mode; r=smontagu
|
2013-11-10 14:41:29 -05:00 |
|
Mike Hommey
|
753bf63b90
|
Bug 932160 - Use UNIFIED_SOURCES for uconv unified sources. r=mshal
|
2013-10-30 07:43:39 +09:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Ehsan Akhgari
|
e9bbb4d14a
|
Bug 928231 - Build the uconv library in unified mode; r=smontagu
--HG--
extra : rebase_source : 8f92dcbec9e63aee39c9e15b58e8a189ba9cc2f6
|
2013-10-17 19:09:20 -04:00 |
|
Ehsan Akhgari
|
e55dbc5e2e
|
Bug 921472 - Minimize the #includes in intl/; r=smontagu
--HG--
extra : rebase_source : 09da2f7e2e4602e2572a64f45828a660aefe5ec2
|
2013-09-27 12:45:04 -04:00 |
|
Trevor Saunders
|
ba23a6f84d
|
bug 915566 - rm makefiles in intl/ r=mshal
|
2013-09-12 13:39:02 -04:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Ms2ger
|
dba42e4001
|
Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg
|
2013-08-22 08:56:00 +02:00 |
|
t_mrc-ct
|
57032d4ddf
|
Bug 906698 - nsUTF16ToUnicode is mis-converting on big-endian processor. r=smontagu
CLOSED TREE
|
2013-08-21 22:40:57 +09:00 |
|
Trevor Saunders
|
82e5558b37
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Brian O'Keefe
|
5f8b5163e8
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Mike Shal
|
994cfe0b6b
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Mike Shal
|
77cdb6567d
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04: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
|
63a7fdf057
|
Bug 784841 - Part 18q: Convert /intl; r=ted f=Ms2ger
|
2013-02-25 12:47:21 -08:00 |
|
Masatoshi Kimura
|
fcf02cc8dc
|
Bug 830112 - Remove prtypes.h from intl/ and some other cleanups. r=smontagu
|
2013-01-14 03:06:28 +09:00 |
|
Masatoshi Kimura
|
292564df3b
|
Bug 782412 - Part 4: Implement inputErrorBehavior. r=smontagu
|
2012-11-26 20:38:20 -05:00 |
|
Masatoshi Kimura
|
6a679006de
|
Bug 782412 - Part 3: Improve the BOM handling. r=smontagu
|
2012-11-26 20:38:20 -05:00 |
|
Masatoshi Kimura
|
eb826f6236
|
Bug 782412 - Part 2: Return NS_OK_UDEC_MOREINPUT and NS_OK_UDEC_MOREOUTPUT as appropriate. r=smontagu
|
2012-11-26 20:38:20 -05:00 |
|
Masatoshi Kimura
|
bb0329f109
|
Bug 782412 - Part 1: Rename UCS2BE to UTF16. r=smontagu
--HG--
rename : intl/uconv/ucvlatin/nsUCS2BEToUnicode.cpp => intl/uconv/ucvlatin/nsUTF16ToUnicode.cpp
rename : intl/uconv/ucvlatin/nsUCS2BEToUnicode.h => intl/uconv/ucvlatin/nsUTF16ToUnicode.h
rename : intl/uconv/ucvlatin/nsUnicodeToUCS2BE.cpp => intl/uconv/ucvlatin/nsUnicodeToUTF16.cpp
rename : intl/uconv/ucvlatin/nsUnicodeToUCS2BE.h => intl/uconv/ucvlatin/nsUnicodeToUTF16.h
|
2012-11-26 20:38:20 -05:00 |
|
Andrew Quartey
|
6772f228fb
|
Bug 790354 - Remove unused variable 'ch' in nsBasicUTF7Decoder::ConvertNoBuff r=smontagu
|
2012-09-12 12:43:18 -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
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ms2ger
|
76df986395
|
Bug 623610 - Remove support for geostd8; r=smontagu
|
2012-01-02 19:05:20 +01:00 |
|
Masatoshi Kimura
|
0525a0e7b9
|
Bug 712876 - Replace ISO-8859-9 (latin5, etc.) decoder with windows-1254 decoder; r=smontagu
|
2011-12-28 00:49:57 +01:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Ehsan Akhgari
|
de907a39be
|
Merge mozilla-central into cedar
|
2011-03-30 13:55:31 -04:00 |
|
Ms2ger
|
52209d0dbb
|
Bug 577945 - Map 0x7F..0x9F to U+007F..U+009F in ISO-8859 encodings; r=smontagu
|
2011-03-30 13:40:47 -04:00 |
|
Simon Montagu
|
be96a9dc94
|
Remove UTF-32 encoder and decoder. Bug 604317, r=emk
|
2011-03-30 08:35:34 +02:00 |
|
timeless@mozdev.org
|
88709c3b55
|
Bug 588719 remove nsVIQRToUnicode, nsVNIToUnicode, nsUnicodeToVIQR, nsUnicodeToVNI, and nsUnicodeToISO2022KR
r=smontagu
|
2010-10-13 09:54:10 +03:00 |
|
Ms2ger
|
fa9cd95dc2
|
Bug 622935 - Map 0x7F to U+007F rather than U+FFFD in mac and soviet encodings; r=smontagu
|
2011-03-26 12:04:18 -04:00 |
|
L. David Baron
|
4768982795
|
Don't return NS_ERROR_ILLEGAL_INPUT when given an empty source buffer. (Bug 638236) r=smontagu a2.0=blocking
|
2011-03-02 23:21:06 -08:00 |
|
Simon Montagu
|
173364c72b
|
Set correct output params. Bug 634257, r=emk, a=bsmedberg
|
2011-02-20 11:04:28 +02:00 |
|
Simon Montagu
|
827ca5bb34
|
Don't split a surrogate pair over two output buffers. Bug 600974, r=emk, a=blocking
|
2010-10-20 09:11:16 -07:00 |
|
Ehren Metcalfe
|
40edafab25
|
Remove dead code in intl. Bug 559489, r=smontagu
|
2010-07-04 15:42:04 +03:00 |
|
Benjamin Smedberg
|
f13550a209
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
|
Mike Hommey
|
7ad1a35d5e
|
Bug 544512 - Misaligned accesses in uconv causes Bus Error on sparc and word wrapping on arm. r=smontagu
|
2010-03-06 16:35:11 +01:00 |
|