Vaibhav Agarwal
81f1ea0a18
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
82ebdc883f
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
ed4a205d50
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
6e70b0e9d6
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
82b779608d
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
3df1e80bcf
Bug 959058 - Map GBK and GB2312 decoder constructors to the GB18030 decoder. r=emk.
2014-01-27 11:56:53 +02:00
Birunthan Mohanathas
8d6cdb8779
Bug 798033 - Remove 'using namespace' intl/uconv/ucvcn headers. r=emk
2014-01-22 12:24:25 -05:00
Masatoshi Kimura
e56c01ebc2
Bug 956995 - Stop using prtypes in unicpriv.h. r=smontagu
2014-01-10 21:09:35 +09:00
Henri Sivonen
e827aa303e
Bug 956024 - Remove traces of SunDevanagari and LangBox Arabic encodings. r=emk.
2014-01-07 12:41:09 +02:00
Henri Sivonen
f52117f9f1
Bug 799913 - Remove dead-code encoders previously used by gfx. r=emk.
2014-01-07 12:41:03 +02:00
Ehsan Akhgari
eaa7491d77
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
0a59ad7382
Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame.
2014-01-02 09:18:20 +02:00
Gregory Szorc
461b5aef7e
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
8f254a1c64
Bug 949345 - Gather telemetry about non-default Cyrillic legacy encodings. r=emk,f=sstamm.
2013-12-17 12:47:25 +02:00
Trevor Saunders
c2b2fcd3d4
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Masatoshi Kimura
c2fb29f3ab
Bug 950032 - Part 3: Update jamap.pl to the latest tip. r=smontagu
2013-12-16 01:07:44 +09:00
Shoji Matsumoto
7461fc95cc
Bug 950032 - Part 2: Import jamap.pl from bug 108136. r=smontagu
2013-12-16 01:07:18 +09:00
Masatoshi Kimura
5a625cce25
Bug 950032 - Part 1: Remove dead code from japanese.map. r=smontagu
2013-12-16 01:07:06 +09:00
Cykesiopka
6d34d716a1
Bug 342135 - Remove stale comment in nsICharsetConverterManager.idl. r=emk
2013-12-08 21:51:26 -05:00
Ms2ger
cf53814bbc
Merge mozilla-inbound to mozilla-central.
2013-11-29 09:54:12 +01:00
Makoto Kato
83536b1885
Bug 942645 - Remove old OS_RELEAE reference. r=glandium
2013-11-29 13:52:22 +09:00
Ms2ger
9eec9d6f49
Bug 937224 - Part f: Move LOCAL_INCLUDES to moz.build in intl/; r=mshal
2013-11-28 15:24:15 +01:00
Henri Sivonen
142b250b9c
Bug 805374 - Clean up the Character Encoding menu. r=Gijs,Unfocused.
2013-11-26 09:31:52 +02:00
Henri Sivonen
b2bca3e3e1
Bug 919935 - Add a deCOMtaminated way to instantiate nsIUnicodeDecoders and nsIUnicodeEncoders. r=emk.
2013-11-26 09:31:52 +02:00
Henri Sivonen
d0c0e04f69
Bug 863728 - Implement the replacement encoding. r=emk.
2013-11-25 10:06:56 +02:00
Mike Hommey
931cb49886
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
...
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
db9e5129bc
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
2013-11-19 11:48:10 +09:00
Mike Hommey
b18be7aacd
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
2013-11-19 11:47:43 +09:00
Mike Hommey
f0d1cd1e10
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
f81885e53b
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
2013-11-19 11:47:14 +09:00
Alexander J. Vincent
ea96066868
Bug 928185 - Write a test for nsIScriptableUnicodeConverter.convertToInputStream. r=smontagu
2013-10-17 16:57:14 -07:00
Henri Sivonen
37a99b5359
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
e585e2fabd
Bug 936899 - Build all of the uconv library in unified mode; r=smontagu
2013-11-10 14:41:29 -05:00
Mike Hommey
0b53da458d
Bug 933135 - Treat SIMPLE_PROGRAMS more like PROGRAM. r=mshal
2013-11-02 08:43:55 +09:00
Mike Hommey
1765abe965
Bug 932160 - Use UNIFIED_SOURCES for uconv unified sources. r=mshal
2013-10-30 07:43:39 +09:00
Mike Hommey
f1c0c07862
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Ehsan Akhgari
4cff8ff0af
Bug 928231 follow-up - Rename the SIZE_OF_TABLES macro
2013-10-22 09:06:22 -04:00
Ehsan Akhgari
67834e21a4
Bug 928231 - Build the uconv library in unified mode; r=smontagu
...
--HG--
extra : rebase_source : 8f92dcbec9e63aee39c9e15b58e8a189ba9cc2f6
2013-10-17 19:09:20 -04:00
Ms2ger
191efae989
Bug 923395 - Part a: Remove completely empty makefiles; r=gps
2013-10-20 09:25:18 +02:00
Ms2ger
df62fb8b0f
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
2013-10-03 09:11:13 +02:00
Ms2ger
9d5ce8dfb7
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gregory Szorc
c44d9c8614
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Ed Morley
eae8f15a4a
Backed out changeset 77bff106b704 (bug 920223)
2013-09-30 12:50:12 +01:00
Gregory Szorc
3d0a157ac2
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Ehsan Akhgari
4b6eb92de5
Bug 921472 - Minimize the #includes in intl/; r=smontagu
...
--HG--
extra : rebase_source : 09da2f7e2e4602e2572a64f45828a660aefe5ec2
2013-09-27 12:45:04 -04:00
Neil Rashbrook
1103518854
Bug 920073 Switch back to #including nsStringGlue.h in headers that need to work with the external string API r=ehsan
2013-09-25 08:27:54 +01:00
Gregory Szorc
160a20817c
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Ehsan Akhgari
dee6c12c6f
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
2013-09-23 13:25:00 -04:00
Trevor Saunders
61813788fc
bug 915566 - rm makefiles in intl/ r=mshal
2013-09-12 13:39:02 -04:00
Mike Hommey
05b3f24e0e
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00