Mike de Boer
cc86ca650f
Bug 1014482: make existing tests compatible with global Assert.jsm methods. r=gps
2014-05-30 16:26:48 +02:00
Mike Hommey
c30dae62ea
Bug 1014976 - Slightly clean up ICU setup for windows debug builds. r=mshal
2014-05-30 09:37:24 +09:00
Birunthan Mohanathas
2779282281
Bug 869836 - Part 12: Use Assign('c')
instead of AssignLiteral("c")
. r=ehsan
...
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
2014-05-26 21:55:08 +03:00
Jonathan Kew
3721023208
bug 1015603 part 2 - move the special Greek uppercasing code from nsTextRunTransformations to intl/unicharutil. r=roc
2014-05-26 14:23:31 +01:00
Birunthan Mohanathas
c6f127456b
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
e5b0697f13
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Andrew McCreight
27f0eee9f8
Bug 971264 - Remove nsHashtable. r=bsmedberg
2014-05-15 09:52:57 -07:00
Martin Thomson
9629e0c513
Bug 1003246 - Loosening assertion to allow for other valid inputs. r=jwatt
2014-04-29 10:36:00 +02:00
Henri Sivonen
fc80d04b70
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
c3a7af1095
Bug 995922 - Remove JOHAB support. r=emk.
2014-05-12 11:56:58 +03:00
Henri Sivonen
68f0b74591
Bug 951571 - Remove T.61-8bit. r=emk.
2014-05-12 11:56:58 +03:00
Henri Sivonen
97f4c4b92d
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
2014-05-08 12:32:00 +03:00
Ehsan Akhgari
968ba73f9a
Bug 1005730 - Print assertion stacks for MOZ_ASSERT and MOZ_CRASH for code that lives inside libxul; r=froydnj
...
The hyphenation changes are necessary because hnjalloc.h #defines FILE to
a custom data structure, which clashes with using |stderr| in Assertions.h.
2014-05-05 22:02:04 -04:00
Jonathan Watt
b4193f7b6d
Bug 1004327 - Don't limit the number of significant fractional digits for <input type=number>. r=bz
2014-05-02 10:25:40 +01:00
Chris Peterson
a089660e59
Bug 1003702 - Suppress clang warnings in third-party code: ICU. Now with more clobberin'. r=glandium
...
--HG--
extra : amend_source : 8fff21a02daafc582a458887fd55ad6c0eb3e97a
2014-05-01 08:55:31 -07:00
Jonathan Kew
5649356b92
bug 1002425 - add a Gecko script code for "mathematical notation". r=smontagu
2014-04-28 17:10:36 +01:00
Birunthan Mohanathas
504b581650
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
57f1c6c8f2
Bug 1001113 - Remove test_bug718500.js from m-c. r=emk
2014-04-25 12:36:22 +03:00
Henri Sivonen
f870ece9c8
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
Ehsan Akhgari
164e703836
Bug 491863 - Remove IBMBIDI; r=roc
2014-04-23 21:15:29 -04:00
Henri Sivonen
4265c19aa6
Bug 999349 - Add "DO NOT USE" annotation to nsIPlatformCharset. r=emk
2014-04-22 12:35:44 +03:00
Anuj Agarwal
d507d9e857
Bug 984125 - Convert nsStringBundleService::mBundleMap to nsDataHashtable. r=ehsan
2014-04-22 12:48:46 -07:00
Andrew McCreight
b19fcf6669
Bug 997963, part 9 - Make bundleCacheEntry_t FINAL, have COUNT_CTOR. r=ehsan
2014-04-21 16:34:07 -07:00
Andrew McCreight
a7f8f4b52f
Bug 997963, part 8 - Fix typos in string bundle comment. r=ehsan
2014-04-21 09:41:57 -07:00
Andrew McCreight
2e76cc3387
Bug 997963, part 7 - Remove some old ifdef DEBUG_foo code from string bundle code. r=ehsan
2014-04-21 09:41:57 -07:00
Andrew McCreight
f4d4ddae6f
Bug 997963, part 6 - Use a refptr in nsStringBundleService::getStringBundle. r=ehsan
2014-04-21 09:41:57 -07:00
Andrew McCreight
d51eefcac6
Bug 997963, part 5 - Remove some useless OOM checks from nsStringBundleService. r=ehsan
2014-04-21 09:41:57 -07:00
Andrew McCreight
d50d87269d
Bug 997963, part 4 - Turn bundleCacheEntry_t::mBundle into an nsCOMPtr. r=ehsan
...
Also remove the now useless recycleEntry.
2014-04-21 09:41:57 -07:00
Andrew McCreight
234e5741cc
Bug 997963, part 3 - Make bundleCacheEntry_t::mHashKey into an nsAutoPtr. r=ehsan
2014-04-21 09:41:57 -07:00
Andrew McCreight
e0614fe99d
Bug 997963, part 2 - Allocate bundleCacheEntry_t using new and free. r=ehsan
2014-04-21 09:41:56 -07:00
Andrew McCreight
7e6d121327
Bug 997963, part 1 - Delete trailing whitespace from string bundle files. r=ehsan
2014-04-21 09:41:56 -07:00
Nathan Froyd
3979346825
Bug 988829 - convert intl/uconv/ucvlatin/ to use Endian.h; r=smontagu
2014-02-26 20:42:29 -05:00
Jonathan Kew
3297ac4735
bug 987668 - add hyphenation patterns for Polish. r=smontagu,gerv
2014-04-02 07:38:00 +01:00
Mats Palmgren
085067b319
Bug 988453 - Make nsHyphenationManager::Shutdown() resilient against being called more than once. r=roc
2014-03-31 02:57:34 +00:00
Makoto Kato
bc58c4dd18
Bug 984379 - Use fallible allocator for nsIScriptableUnicodeConverter. r=smontagu
2014-03-31 10:18:20 +09:00
Ehsan Akhgari
345b35a6e8
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
2014-03-27 16:38:33 -04:00
Jonathan Kew
fdf6e5d207
bug 827779 - allow break after hyphen even if preceded by closing punctuation and/or followed by opening punctuation. r=masayuki
2014-03-25 09:29:16 +00:00
Margaret Leibovic
691b293588
Bug 943262 - Remove getCharsetTitle part of test_bug713519.js. r=gavin
2014-03-24 09:22:35 -07:00
Ehsan Akhgari
5ab76fe98e
Bug 979118 - Add global MMX_FLAGS, SSE_FLAGS and SSE2_FLAGS variables; r=glandium
2014-03-19 21:55:00 -04:00
Chris Peterson
977bc1500b
Bug 984250 - Suppress clang and gcc warnings in third-party code: hunspell and hyphen. r=ehsan
2014-03-15 23:17:50 -07:00
Kyle Huey
f7eafc09a9
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Vaibhav Agarwal
292a923c8e
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Andrew McCreight
92b6eebe7d
Bug 978486 - Remove nsErrorService::mErrorStringBundleKeyMap. r=froydnj
2014-03-04 09:49:40 -08:00
Ehsan Akhgari
f5dd4e8ef8
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
Jonathan Watt
d100442716
Bug 974175 - Stop using grouping separator characters when displaying <input type=number>'s value. r=ehsan
2014-02-20 12:31:05 +00:00
Ehsan Akhgari
22eada1dd3
Bug 973142 - Get rid of the MOZILLA_INTERNAL_API makefile variable; r=glandium
...
It's just as easy to directly set the preprocessor macro in the moz.build
files. Using this variable doesn't really buy us anything.
This patch also removes unused code from rdf/tests/dsds.
2014-02-18 01:56:51 -05:00
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
Brian O'Keefe
e3f6084e7a
Bug 772828 - Part b: use RESOURCE_FILES in moz.build instead of manual rules in Makefile.in; r=mshal
2013-11-05 13:37:54 -05:00
Ehsan Akhgari
6ed9144ae7
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
2014-02-11 09:12:33 -05:00
Ehsan Akhgari
1263eca53b
Bug 969878 - Do not try to check the return value of nsTArray::SetLength in nsDateTimeFormatMac::FormatTMTime; r=smontagu
...
This size is not controllable from content. and nsTArray::SetLength's
return value is always true for now (I'm converting it to void in bug
969864.)
2014-02-11 08:53:20 -05:00