Henri Sivonen
7de0878383
Bug 912470 part 1 - Implement Encoding Standard-compliant big5 decoder. r=emk.
2015-06-16 15:26:10 +03:00
Nicholas Nethercote
6b831b17ff
Bug 1203412 - Fix a warning in intl/unicharutil/. r=emk.
...
This change is for the following warning-as-error that shows up on "B2G L
Emulator" builds: "error: call to 'sprintf' declared with attribute warning:
sprintf is often misused; please use snprintf".
The patch also removes two ALLOW_COMPILER_WARNINGS=True flags, which are no
longer necessary.
2015-09-10 08:01:24 -07:00
Makoto Kato
560bf16a85
Bug 1170072 - Part 2. Use ICU instead of GetCharProps1 and its supporting data if ICU is turned on. r=jfkthame
2015-09-07 11:56:13 +09:00
Makoto Kato
502ecb4185
Bug 1170072 - Part 1. Make GetCharProps1 as static function. r=jfkthame
2015-09-07 11:54:46 +09:00
Jonathan Kew
c508bd6a20
Bug 1201533 - Remove the GetEastAsianWidth API and its supporting character-property data. r=smontagu
2015-09-06 19:39:49 +01:00
Ted Clancy
73d0536eef
Bug 1198216 - Check for presence of ICU::Timezone::recreateDefault() before using. r=jwalden
2015-08-27 07:57:19 -07:00
Christoph Kerschbaumer
61dd6030e4
Bug 1197925 - Use channel->Open2() in intl/hyphenation/hnjstdio.cpp (r=sicking)
2015-09-02 11:37:57 -07:00
Christoph Kerschbaumer
e2ac033375
Bug 1197923 - Use channel->Open2() in intl/strres/nsStringBundle.cpp (r=sicking)
2015-09-02 11:37:16 -07:00
Nicholas Nethercote
10d95cca57
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
...
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
Ted Clancy
8d9ef64547
Bug 1172609 - Part 9: Add threadsafe recreateDefault() method to ICU::Timezone. r=waldo
2015-08-05 19:07:34 -07:00
Ted Clancy
373479a52e
Bug 1172609 - Part 8: Fix the tz detection code. r=waldo
2015-08-05 19:05:04 -07:00
Birunthan Mohanathas
9b6236a10a
Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
...
Comment-only so DONTBUILD.
2015-08-04 16:17:36 -07:00
Makoto Kato
ac964e365f
Bug 1175413 - Cleanup usages of MOZ_ICU_CFLAGS. r=mshal
2015-07-23 09:53:48 +09:00
Simon Montagu
9f32d87101
Bug 1183209 patch 3: update generated data files to Unicode 8, and adapt internal XIDMOD types to the new types in Unicode's xidmodifications.txt, r=jfkthame
2015-07-15 05:55:24 -07:00
Simon Montagu
a3b651a1de
Bug 1183209 patch 2: update data generation tools to Unicode 8, r=jfkthame
2015-07-15 05:55:09 -07:00
Birunthan Mohanathas
e52329c788
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Makoto Kato
f2b450dee1
Bug 1179106 - Remove units data from ICU. r=Waldo
2015-07-08 18:49:58 +09:00
Emanuel Hoogeveen
31c0c961cd
Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell
2015-07-07 04:17:00 +02:00
Jeff Walden
b4d0f01f3c
Bug 1075758 - Update String.prototype.normalize tests for normalization changes in ICU 55. r=arai
2015-06-16 23:53:04 -07:00
Jeff Walden
6cc23028b3
Bug 1075758 - Use a larger buffer in pkgdata, corresponding to Mozilla's inordinately-long compiler command. r=m_kato
2015-06-14 22:47:37 -07:00
Jeff Walden
78d05a4980
Bug 1075758 - Remove the applied-upstream patch to pass the right argument type to InterlockedCompareExchange in ICU. r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
5b6c55798b
Bug 1075758 - Update the local patch to suppress various clang warnings in ICU. r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
f4b4545c0b
Bug 1075758 - Remove a patch properly qualifying a type in umutex.h (already landed upstream). r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
ba87a870ed
Bug 1075758 - Remove omitCollationRules patch, already performed upstream. r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
aab254e833
Bug 1075758 - Apply the local patch for bug 915735 (it works without needing any updating). r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
0811dd81ba
Bug 1075758 - Remove local patch to not override CC/CXX when building with *BSD -- patch landed upstream. r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
6e1f3469a8
Bug 1075758 - Remove local patch to make ICU build with MSYS/MSVC -- upstream has since acquired such support. r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
0c1297b430
Bug 1075758 - Update intl/icu/SVN-INFO for the update to 55.1. r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
0e3499bed7
Bug 1075758 - Remove layout, samples, tests, and various unused data files from ICU. r=glandium
2015-06-12 14:25:23 -07:00
Jeff Walden
c14ab85205
Bug 1075758 - Import a clean copy of ICU source, without doing any post-import fixups/local-patching at all on it. r=glandium
2015-06-12 14:25:17 -07:00
Jeff Walden
563eed664b
Bug 1075758 - Adjust SVN URL in update-icu.sh to 55.1, add an early-exit so script is runnable without applying possibly-bad patches. r=glandium
2015-06-12 14:24:59 -07:00
Masatoshi Kimura
f524fa259a
Bug 1176462 - Remove nsTableDecoderSupport. r=smontagu
2015-06-22 23:01:40 +09:00
Daniel Holbert
1eb8362158
Bug 1170794 followup: Add 'override' annotations to Convert() & Reset() methods in intl/uconv. rs=ehsan
...
Landing on CLOSED TREE with a=RyanVM
The fixed warnings are "-Winconsistent-missing-override", and they started being spammed here because the main patch on this bug added another method to these classes, which was (correctly) labeled as 'override'. This meant these preexisting un-annotated methods "inconsistently missing" the annotation. So, adding the annotation to fix the inconsistency & make clang happy.
2015-06-18 12:09:23 -07:00
Andrea Marchesini
481ece1c80
Bug 1170794 - patch 2 - Improve the length check of the input in nsUnicode*::GetMaxLength, r=dveditz
2015-06-17 12:38:29 +01:00
Andrea Marchesini
5acececf92
Bug 1170794 - Improve the length check of the input in nsUnicode*::GetMaxLength, r=dveditz
2015-06-17 12:21:39 +01:00
Simon Montagu
31ab5e98c8
Bug 1170932: Test handling of unmapped characters in unicode-to-codepage encoders
2015-06-02 23:53:25 +03:00
Simon Montagu
d81a1eb1da
Bug 1170932: Improve error handling for the gbk encoder, r=emk
2015-06-03 00:18:38 +03:00
Simon Montagu
cca1d60319
Bug 1171006: Fix some errors introduced in uconv tests by bug 943268, r=emk
2015-06-07 02:09:23 -07:00
Kartikaya Gupta
cb8e1ba3eb
Bug 1169433 - Remove UnicharSelfTest and turn NormalizationTest into a gtest. r=glandium,smontagu
2015-06-04 13:44:55 -04:00
Masatoshi Kimura
911feff44c
Bug 1169248 - Fix GBK/GB18030 encoders. r=smontagu
2015-06-03 07:55:24 +09:00
Mike Hommey
2c863b9fe4
Bug 991983 - Define SOURCES as SourcePath. r=gps
2015-05-28 07:34:15 +09:00
Botond Ballo
0fe06cffa0
Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj
2015-05-26 14:33:55 -04:00
Frédéric Wang
ef9afb0554
Bug 947654 - Use font.*.x-math font preferences for MathML. r=karl, r=heycam
...
This also rearranges the list of default fonts and changes the preferred font to Latin Modern Math on all platforms.
2015-05-25 02:40:00 +02:00
Phil Ringnalda
f3d4dd7e09
Back out 3 changesets (bug 1119980) for emulator-l bustage
...
CLOSED TREE
Backed out changeset 12ce98475c6e (bug 1119980)
Backed out changeset bdb8d05f8870 (bug 1119980)
Backed out changeset a68a18840492 (bug 1119980)
2015-05-25 18:48:51 -07:00
Botond Ballo
9a8e8b29e8
Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj
2015-05-25 20:45:17 -04:00
Nicolas Belleville
f5697275ec
Bug 948466: Rename gfxPangoFonts to gfxFontconfigFonts. r=nical
2015-05-20 17:44:09 +02:00
Birunthan Mohanathas
c316215317
Bug 968520 - Add mozilla::fallible to Fallible{Auto,}TArray::SetLength calls. r=froydnj
2015-05-18 13:50:35 -07:00
Birunthan Mohanathas
f9c058aaf6
Bug 968520 - Add mozilla::fallible to Fallible{Auto,}TArray::SetCapacity calls. r=froydnj
2015-05-18 13:50:34 -07:00
Mike Hommey
3a3e32f4c0
Bug 1043692 - Move DIST_INSTALL to moz.build. r=gps
2015-05-12 07:55:22 +09:00
Henri Sivonen
3d93f28b06
Bug 1155539 - Remove obsolete encoding decoder telemetry probes. r=emk.
2015-04-29 18:20:39 +03:00