Ehsan Akhgari
96bfb895e7
Bug 1053611 - Remove some unnecessary moz.build files under intl/uconv; r=gps
2014-08-14 17:38:16 -04:00
Andrew McCreight
e6ff458e86
Bug 1034916 - Remove dangerous public destructor of nsUTF8ConverterService. r=ehsan
2014-07-31 10:06:00 -07:00
Ryan VanderMeulen
46ae15d477
Backed out changeset a1fb4230b8b8 (bug 1034916) for non-unified bustage.
...
CLOSED TREE
2014-07-30 16:56:53 -04:00
Andrew McCreight
48aa14bef1
Bug 1034916 - Remove dangerous public destructor of nsUTF8ConverterService. r=ehsan
2014-07-30 13:00:28 -07:00
Mike Hommey
5f6ba110e6
Bug 1043802 - Remove TOOLS_DIRS and TEST_TOOLS_DIRS. r=gps
2014-07-29 08:55:55 +09:00
Birunthan Mohanathas
eec7d746a0
Bug 1038537 - Part 8: Flatten intl/uconv/{idl,public}/ directories. r=smontagu
...
--HG--
rename : intl/uconv/public/nsEncoderDecoderUtils.h => intl/uconv/nsEncoderDecoderUtils.h
rename : intl/uconv/idl/nsICurrentCharsetListener.idl => intl/uconv/nsICurrentCharsetListener.idl
rename : intl/uconv/idl/nsIScriptableUConv.idl => intl/uconv/nsIScriptableUConv.idl
rename : intl/uconv/idl/nsITextToSubURI.idl => intl/uconv/nsITextToSubURI.idl
rename : intl/uconv/idl/nsIUTF8ConverterService.idl => intl/uconv/nsIUTF8ConverterService.idl
rename : intl/uconv/public/nsIUnicodeDecoder.h => intl/uconv/nsIUnicodeDecoder.h
rename : intl/uconv/public/nsIUnicodeEncoder.h => intl/uconv/nsIUnicodeEncoder.h
rename : intl/uconv/public/nsUCSupport.h => intl/uconv/nsUCSupport.h
rename : intl/uconv/public/nsUConvCID.h => intl/uconv/nsUConvCID.h
rename : intl/uconv/public/uconvutil.h => intl/uconv/uconvutil.h
2014-07-24 10:56:39 -07:00
Birunthan Mohanathas
70553064dd
Bug 1038537 - Part 7: Flatten intl/uconv/src/ directory. r=smontagu
...
--HG--
rename : intl/uconv/src/8859-1.uf => intl/uconv/8859-1.uf
rename : intl/uconv/src/8859-1.ut => intl/uconv/8859-1.ut
rename : intl/uconv/src/cp1252.uf => intl/uconv/cp1252.uf
rename : intl/uconv/src/cp1252.ut => intl/uconv/cp1252.ut
rename : intl/uconv/src/macroman.uf => intl/uconv/macroman.uf
rename : intl/uconv/src/macroman.ut => intl/uconv/macroman.ut
rename : intl/uconv/src/nsCP1252ToUnicode.cpp => intl/uconv/nsCP1252ToUnicode.cpp
rename : intl/uconv/src/nsCP1252ToUnicode.h => intl/uconv/nsCP1252ToUnicode.h
rename : intl/uconv/src/nsConverterInputStream.cpp => intl/uconv/nsConverterInputStream.cpp
rename : intl/uconv/src/nsConverterInputStream.h => intl/uconv/nsConverterInputStream.h
rename : intl/uconv/src/nsConverterOutputStream.cpp => intl/uconv/nsConverterOutputStream.cpp
rename : intl/uconv/src/nsConverterOutputStream.h => intl/uconv/nsConverterOutputStream.h
rename : intl/uconv/src/nsISO88591ToUnicode.cpp => intl/uconv/nsISO88591ToUnicode.cpp
rename : intl/uconv/src/nsISO88591ToUnicode.h => intl/uconv/nsISO88591ToUnicode.h
rename : intl/uconv/src/nsMacRomanToUnicode.cpp => intl/uconv/nsMacRomanToUnicode.cpp
rename : intl/uconv/src/nsMacRomanToUnicode.h => intl/uconv/nsMacRomanToUnicode.h
rename : intl/uconv/src/nsReplacementToUnicode.cpp => intl/uconv/nsReplacementToUnicode.cpp
rename : intl/uconv/src/nsReplacementToUnicode.h => intl/uconv/nsReplacementToUnicode.h
rename : intl/uconv/src/nsScriptableUConv.cpp => intl/uconv/nsScriptableUConv.cpp
rename : intl/uconv/src/nsScriptableUConv.h => intl/uconv/nsScriptableUConv.h
rename : intl/uconv/src/nsTextToSubURI.cpp => intl/uconv/nsTextToSubURI.cpp
rename : intl/uconv/src/nsTextToSubURI.h => intl/uconv/nsTextToSubURI.h
rename : intl/uconv/src/nsUConvModule.cpp => intl/uconv/nsUConvModule.cpp
rename : intl/uconv/src/nsUTF8ConverterService.cpp => intl/uconv/nsUTF8ConverterService.cpp
rename : intl/uconv/src/nsUTF8ConverterService.h => intl/uconv/nsUTF8ConverterService.h
rename : intl/uconv/src/nsUTF8ToUnicode.cpp => intl/uconv/nsUTF8ToUnicode.cpp
rename : intl/uconv/src/nsUTF8ToUnicode.h => intl/uconv/nsUTF8ToUnicode.h
rename : intl/uconv/src/nsUTF8ToUnicodeSSE2.cpp => intl/uconv/nsUTF8ToUnicodeSSE2.cpp
rename : intl/uconv/src/nsUnicodeToCP1252.cpp => intl/uconv/nsUnicodeToCP1252.cpp
rename : intl/uconv/src/nsUnicodeToCP1252.h => intl/uconv/nsUnicodeToCP1252.h
rename : intl/uconv/src/nsUnicodeToISO88591.cpp => intl/uconv/nsUnicodeToISO88591.cpp
rename : intl/uconv/src/nsUnicodeToISO88591.h => intl/uconv/nsUnicodeToISO88591.h
rename : intl/uconv/src/nsUnicodeToMacRoman.cpp => intl/uconv/nsUnicodeToMacRoman.cpp
rename : intl/uconv/src/nsUnicodeToMacRoman.h => intl/uconv/nsUnicodeToMacRoman.h
rename : intl/uconv/src/nsUnicodeToUTF8.cpp => intl/uconv/nsUnicodeToUTF8.cpp
rename : intl/uconv/src/nsUnicodeToUTF8.h => intl/uconv/nsUnicodeToUTF8.h
2014-07-24 10:56:39 -07:00
Benoit Jacob
c08add5679
Bug 1028588 - Fix dangerous public destructors in intl/ - r=ehsan
2014-06-23 18:40:02 -04:00
Henri Sivonen
b268d848eb
Bug 995957 - Remove non-Encoding Standard Vietnamese encodings from m-c. r=emk.
2014-06-19 10:43:26 +03:00
Henri Sivonen
4b5706fb08
Bug 997114 - Remove EUC-TW from m-c. r=emk.
2014-06-18 11:34:10 +03:00
Henri Sivonen
61894527f1
Bug 997115 - Remove ISO-2022-CN and ISO-2022-KR from m-c. r=emk.
2014-06-16 15:54:34 +03:00
Mike de Boer
ddfe3d4793
Bug 1014482: make existing tests compatible with global Assert.jsm methods. r=gps
2014-05-30 16:26:48 +02:00
Henri Sivonen
35b68c4259
Bug 1008832 - Make the isInternal mode of nsIScriptableUConv more backwards compatible. r=emk.
...
--HG--
rename : intl/uconv/tests/unit/test_decode_x_mac_hebrew_internal.js => intl/uconv/tests/unit/test_bug1008832.js
2014-05-12 13:07:47 +03:00
Henri Sivonen
a5f989d627
Bug 995922 - Remove JOHAB support. r=emk.
2014-05-12 11:56:58 +03:00
Henri Sivonen
51efa01fca
Bug 951571 - Remove T.61-8bit. r=emk.
2014-05-12 11:56:58 +03:00
Henri Sivonen
34b67bca76
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
2014-05-08 12:32:00 +03:00
Birunthan Mohanathas
5f1fde8824
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Henri Sivonen
13426edcb2
Bug 1001113 - Remove test_bug718500.js from m-c. r=emk
2014-04-25 12:36:22 +03:00
Henri Sivonen
c5b83edf7c
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
968f30feea
Bug 988829 - convert intl/uconv/ucvlatin/ to use Endian.h; r=smontagu
2014-02-26 20:42:29 -05:00
Makoto Kato
ebd2f17d62
Bug 984379 - Use fallible allocator for nsIScriptableUnicodeConverter. r=smontagu
2014-03-31 10:18:20 +09:00
Margaret Leibovic
43d837d38e
Bug 943262 - Remove getCharsetTitle part of test_bug713519.js. r=gavin
2014-03-24 09:22:35 -07:00
Ehsan Akhgari
020f3fd4d8
Bug 979118 - Add global MMX_FLAGS, SSE_FLAGS and SSE2_FLAGS variables; r=glandium
2014-03-19 21:55:00 -04:00
Kyle Huey
fe6c4e28d6
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Vaibhav Agarwal
c75ff964a1
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Ehsan Akhgari
667b4bc049
Bug 978594 - Part 3: Port some of the per-source flags to moz.build; r=glandium
...
--HG--
extra : rebase_source : fe4cd059eddda221af420e1517250772816d7ee8
2014-03-02 15:41:32 -05:00
Vaibhav Agarwal
2ae37b022e
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-02-15 04:53:02 -05:00
Ehsan Akhgari
d91d200572
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
Henri Sivonen
a41b541fee
Additional test for bug 959058 - Check that 0x80 still decodes as euro on pages labeled as gbk. r=emk.
...
--HG--
rename : intl/uconv/tests/test_bug959058.html => intl/uconv/tests/test_bug959058-1.html
rename : intl/uconv/tests/test_bug959058.html => intl/uconv/tests/test_bug959058-2.html
2014-01-27 16:29:35 +02:00
Henri Sivonen
668a80479f
Bug 959058 - Map GBK and GB2312 decoder constructors to the GB18030 decoder. r=emk.
2014-01-27 11:56:53 +02:00
Carsten "Tomcat" Book
3b5e298656
Backed out changeset 88549ccbce60 (bug 959058) for mochitest -m7 orange on android on a CLOSED TREE
2014-01-27 14:05:42 +01:00
Henri Sivonen
f2af6b4170
Bug 959058 - Map GBK and GB2312 decoder constructors to the GB18030 decoder. r=emk.
2014-01-27 11:56:53 +02:00
Birunthan Mohanathas
60a8620fd0
Bug 798033 - Remove 'using namespace' intl/uconv/ucvcn headers. r=emk
2014-01-22 12:24:25 -05:00
Masatoshi Kimura
1231f90835
Bug 956995 - Stop using prtypes in unicpriv.h. r=smontagu
2014-01-10 21:09:35 +09:00
Henri Sivonen
d028cb6f28
Bug 956024 - Remove traces of SunDevanagari and LangBox Arabic encodings. r=emk.
2014-01-07 12:41:09 +02:00
Henri Sivonen
bac874ca01
Bug 799913 - Remove dead-code encoders previously used by gfx. r=emk.
2014-01-07 12:41:03 +02:00
Ehsan Akhgari
1b83407ce9
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
93d2e07020
Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame.
2014-01-02 09:18:20 +02:00
Gregory Szorc
e396fc159d
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Henri Sivonen
9279bd3c7e
Bug 949345 - Gather telemetry about non-default Cyrillic legacy encodings. r=emk,f=sstamm.
2013-12-17 12:47:25 +02:00
Trevor Saunders
d43c55ca0e
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Masatoshi Kimura
359bde40d3
Bug 950032 - Part 3: Update jamap.pl to the latest tip. r=smontagu
2013-12-16 01:07:44 +09:00
Shoji Matsumoto
f012b041c5
Bug 950032 - Part 2: Import jamap.pl from bug 108136. r=smontagu
2013-12-16 01:07:18 +09:00
Masatoshi Kimura
0fe9bca9cc
Bug 950032 - Part 1: Remove dead code from japanese.map. r=smontagu
2013-12-16 01:07:06 +09:00
Cykesiopka
d0fd4bb0de
Bug 342135 - Remove stale comment in nsICharsetConverterManager.idl. r=emk
2013-12-08 21:51:26 -05:00
Ms2ger
9d06a0c27f
Merge mozilla-inbound to mozilla-central.
2013-11-29 09:54:12 +01:00
Makoto Kato
4ad3c462f3
Bug 942645 - Remove old OS_RELEAE reference. r=glandium
2013-11-29 13:52:22 +09:00
Ms2ger
e20d055c6c
Bug 937224 - Part f: Move LOCAL_INCLUDES to moz.build in intl/; r=mshal
2013-11-28 15:24:15 +01:00
Henri Sivonen
a581322e18
Bug 805374 - Clean up the Character Encoding menu. r=Gijs,Unfocused.
2013-11-26 09:31:52 +02:00
Henri Sivonen
7b95f9e668
Bug 919935 - Add a deCOMtaminated way to instantiate nsIUnicodeDecoders and nsIUnicodeEncoders. r=emk.
2013-11-26 09:31:52 +02:00