Gordon P. Hemsley
|
2fa5e18405
|
Bug 792575 - Change Hawaiian [haw] langGroup to 'x-western'. r=jfkthame
|
2012-09-20 18:10:09 -04:00 |
|
Isaac Aggrey
|
997db4d142
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Ryan VanderMeulen
|
41ca58fb01
|
Bug 791384 - Update Hyphen to version 2.8.6. r=jfkthame
|
2012-09-27 23:06:01 -04:00 |
|
Koosha Khajeh Moogahi
|
8d39310f18
|
Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg
|
2012-09-14 14:30:31 +04:30 |
|
Gordon P. Hemsley
|
5a1ce373ce
|
Bug 791027 - Change Upper Sorbian [hsb] langGroup to x-central-euro. r=smontagu
|
2012-09-13 14:07:44 -04:00 |
|
Gordon P. Hemsley
|
bf36a58518
|
Bug 586085 - Add support for Kashubian [csb], Hawaiian [haw], and Hiligaynon [hil]. r=smontagu
|
2012-09-13 13:44:02 -04:00 |
|
Gordon P. Hemsley
|
762702ade8
|
Bug 535422 - Add support for Lower Sorbian [dsb]. r=smontagu
|
2012-09-13 13:22:30 -04:00 |
|
Gordon P. Hemsley
|
d0c1c92ad7
|
Bug 788178 - Remove extraneous trailing whitespace from language.properties and langGroups.properties. r=smontagu
|
2012-09-13 13:11:57 -04:00 |
|
Andrew Quartey
|
6772f228fb
|
Bug 790354 - Remove unused variable 'ch' in nsBasicUTF7Decoder::ConvertNoBuff r=smontagu
|
2012-09-12 12:43:18 -04:00 |
|
Andrew Quartey
|
98eb78f3c2
|
Bug 786687 - Add null check for passed parameter to NS_strlen r=dougt
|
2012-09-04 11:12:33 -04:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Jan Beich
|
bc8b07dc67
|
Bug 784776 - Provide a pointer as an argument to time(). r=smontagu
|
2012-08-26 08:57:40 -04:00 |
|
Makoto Kato
|
84c67ec46b
|
Bug 783206 - replace NULL with nullptr in intl except to OS API usages. r=smontagu
|
2012-08-24 16:49:00 +09:00 |
|
Ehsan Akhgari
|
5b76a146bc
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -04:00 |
|
Ehsan Akhgari
|
2795937cf4
|
Bug 579517 - Part 4: Manually rewrite some parts of the code base not covered by the automated conversion; r=bsmedberg
|
2012-08-22 11:59:54 -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 |
|
Aryeh Gregor
|
192f820add
|
Bug 782916 - Do not compare nsresult to noErr; r=smontagu
|
2012-08-16 14:58:12 +03:00 |
|
Ed Morley
|
8f4f1ad013
|
Backout 19ec214f806c (bug 782916), 88b802832f52 (bug 782919), f16429aa2210 (bug 780474) for Android build failures
|
2012-08-17 12:25:12 +01:00 |
|
Aryeh Gregor
|
d8e10803e5
|
Bug 782916 - Do not compare nsresult to noErr; r=smontagu
|
2012-08-16 14:58:12 +03:00 |
|
Aryeh Gregor
|
04236844ff
|
Bug 782252 - Cast some nsresult to PRUint32; r=ehsan
|
2012-08-09 11:36:40 +03:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Ms2ger
|
3f950b5744
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02: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
|
903f6c9c84
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
fccf9bb4c8
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more intl parts); blanket-r=bzbarsky
--HG--
extra : rebase_source : 92f6b1dd5d0e67e05a7338991e648a09149275ec
|
2012-07-26 15:17:40 -04:00 |
|
Julian Reschke
|
3681f7489b
|
Bug 776399 - Fix IDL compat problem introduced by changes for bug 663057. r=bz
|
2012-07-24 21:37:32 -04:00 |
|
Ehsan Akhgari
|
909aec7c4a
|
Bug 772519 - Remove the unused variable res in nsPlatformCharset::Init; r=smontagu
|
2012-07-10 16:27:27 -04:00 |
|
Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Jonathan Watt
|
6380335603
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Jonathan Kew
|
18d7bebbda
|
bug 763982 - update and optimize Arabic char processing in TransformText. r=smontagu
|
2012-06-20 20:58:19 +01:00 |
|
Jonathan Kew
|
368eaccf10
|
bug 763703 - optimize Unicode property lookup and gfxScriptItemizer::Next. r=smontagu
|
2012-06-20 20:58:18 +01:00 |
|
Masayuki Nakano
|
715138a69a
|
Bug 765166 lines should be able to be broken before/after Ideographic space next to breakable white space r=roc
|
2012-06-16 23:48:57 +09:00 |
|
Masatoshi Kimura
|
60bb4fea71
|
Bug 763617 - Don't propagate an error code from GetCharsetAlias. r=smontagu
|
2012-06-14 18:45:46 -04:00 |
|
Ehsan Akhgari
|
38854e0a87
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (intl/ parts); r=smontagu
|
2012-06-05 22:14:46 -04:00 |
|
Ehsan Akhgari
|
ddcea4e3b7
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (XPCOM parts); r=bsmedberg
|
2012-06-05 19:51:58 -04:00 |
|
Michel Nedelec
|
4eb12edf15
|
Bug 747911 - Add plural rule for Breton (br). r=Pike,smontagu
|
2012-06-09 14:22:41 -04:00 |
|
Shriram Kunchanapalli
|
52a4aa2063
|
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
|
2012-05-30 18:43:39 +01:00 |
|
Gervase Markham
|
d4eb7d5782
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Makoto Kato
|
335f09e68e
|
Bug 754176 - Make TestLineBreak unit test. r=smontagu
|
2012-05-28 23:46:22 +09:00 |
|
Makoto Kato
|
cfabf42ab4
|
Bug 759001 - B2G/gonk should use nsAndroidCharset instead of nsUNIXCharset. r=mwu
|
2012-05-28 11:32:34 +09:00 |
|
Makoto Kato
|
be54176ad5
|
Bug 752406 - Remove locale.OSTYPE in unixcharset.properties. r=smontagu
|
2012-05-25 18:36:19 +09:00 |
|
Masatoshi Kimura
|
82fbf4fc4d
|
Bug 710693 - Move internal encoding check into nsCharsetAlias. r=smontagu
|
2012-05-24 18:45:10 -04:00 |
|
Irving Reid
|
5fc15f0511
|
Bug 757946: don't write to underlying output stream if flush() has 0 bytes remaining. r=smontagu
|
2012-05-24 10:46:48 -07:00 |
|
Jim Mathies
|
b02ab82aae
|
Bug 732124 - Fix for crt link errors with VC11 - build glue using both the static and the dynamic runtime lib, and link accordingly for various components. r=ted
|
2012-05-21 16:31:03 -05:00 |
|
julian.reschke@gmx.de
|
7d5a2dd5d4
|
Bug 663057 - support RFC2231/5987 encoding for title parameter in HTTP link header fields. r=hsivonen
|
2012-05-21 06:31:00 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Simon Montagu
|
3af1f0d3f4
|
Tests for bug 715319
|
2012-05-20 02:09:14 -07:00 |
|
Simon Montagu
|
e600e330a9
|
Tests for bug 718573
|
2012-02-07 13:09:15 +02:00 |
|
Makoto Kato
|
1fceb8d8af
|
Bug 249159 - Part 1 Add word-break interface to nsILineBreaker. r=smontagu
|
2012-05-07 12:18:23 -07:00 |
|
Mike Hommey
|
3f4029bbf4
|
Bug 743241 - Remove OSARCH and OSTYPE defines from config.mk. r=ted
|
2012-04-25 09:01:10 +02:00 |
|
Patrick Wong
|
30fd6e9e6a
|
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
|
2012-04-24 14:43:00 -04:00 |
|
Jonathan Kew
|
15627b7207
|
bug 744357 - implement mappings from Unicode's SpecialCasing.txt for text-transform. r=smontagu
|
2012-04-24 18:53:39 +01:00 |
|
Simon Montagu
|
565550b948
|
bug 738101 - Use the new mozilla::unicode::GetIdentifierModification instead of the old ccmap in IsDefaultIgnorable. This is the last client for precompiled ccmaps, so remove the infrastructure for them at the same time. r=jfkthame
|
2012-04-18 21:54:54 -07:00 |
|
Simon Montagu
|
9dcf8f9502
|
bug 738101 - Use the new mozilla::unicode::GetBidiCat instead of the old GetBidiCat. r=jfkthame
|
2012-04-18 21:54:54 -07:00 |
|
Jonathan Kew
|
bbb9aefcd4
|
bug 738101 - add support for more Unicode properties. r=smontagu
|
2012-04-23 07:20:11 -07:00 |
|
Jonathan Kew
|
c05152ee89
|
bug 747834 - fix genUnicodePropertyData tool following harfbuzz header changes. r=smontagu
|
2012-04-24 18:52:09 +01:00 |
|
Jonathan Kew
|
8a2e8d2523
|
bug 745780 - update harfbuzz code to upstream commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c (2012-04-17). r=jdaggett a=mfinkle
|
2012-04-21 22:24:39 +01:00 |
|
Jonathan Kew
|
d73cbd10ed
|
bug 736227 - fix surrogate handling in case-insensitive string compare. r=smontagu
|
2012-04-05 13:39:13 +01:00 |
|
Ryan VanderMeulen
|
e30ff35d31
|
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
|
2012-04-03 20:22:42 -04:00 |
|
Shriram Kunchanapalli
|
05c95fc3b7
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen. f=sgautherie, r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
Simon Montagu
|
307da2532b
|
Set all languages to true in language.properties. Bug 730625, r=jfkthame
|
2012-03-27 09:32:32 -07:00 |
|
Makoto Kato
|
724c186aec
|
Bug 738581 - fix various warning on mozilla/intl. r=smontagu
|
2012-03-26 11:27:52 +09:00 |
|
Simon Montagu
|
068e9f59a2
|
Various fixes to multi-byte Unicode decoders. Bug 715319, r=emk
|
2012-03-16 13:41:41 -07:00 |
|
Jonathan Kew
|
29b2e4901e
|
bug 210501 - implement case-folding support (ToUpper/Lower/Titlecase) for non-BMP characters (Unicode plane 1 and above). r=smontagu
--HG--
rename : intl/unicharutil/src/nsUnicodeProperties.cpp => intl/unicharutil/util/nsUnicodeProperties.cpp
rename : intl/unicharutil/public/nsUnicodeProperties.h => intl/unicharutil/util/nsUnicodeProperties.h
rename : intl/unicharutil/src/nsUnicodePropertyData.cpp => intl/unicharutil/util/nsUnicodePropertyData.cpp
rename : intl/unicharutil/public/nsUnicodeScriptCodes.h => intl/unicharutil/util/nsUnicodeScriptCodes.h
|
2012-03-14 06:45:00 +00:00 |
|
Justin Lebar
|
0dbaf73150
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
|
Masatoshi Kimura
|
afd3810c8d
|
Bug 734090 - Fix GB18030 4-bytes mappings. r=smontagu
|
2012-03-09 20:52:14 -05:00 |
|
Ed Morley
|
d27ab2302c
|
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
|
2012-03-05 15:22:28 +00:00 |
|
Makoto Kato
|
2c1e47f122
|
Bug 590390 - deCOM nsICharsetAlias. r=smontagu
--HG--
rename : intl/locale/public/nsICharsetAlias.h => intl/locale/public/nsCharsetAlias.h
rename : intl/locale/src/nsCharsetAliasImp.cpp => intl/locale/src/nsCharsetAlias.cpp
|
2012-03-05 12:57:51 +09:00 |
|
Justin Lebar
|
e1a9198917
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 15:58:06 -05:00 |
|
Justin Lebar
|
8f94cc1764
|
Back out bug 729940 (a108aee:d75775d) due to 32-bit red.
|
2012-03-04 14:20:34 -05:00 |
|
Justin Lebar
|
169d0f30f5
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 13:49:42 -05:00 |
|
Jonathan Kew
|
34a0756e0f
|
bug 732330 - add assertion in ClusterIterator::Next to check for sane/safe result. r=jdaggett
|
2012-03-04 08:58:54 +00:00 |
|
Jonathan Kew
|
9e0b2f2f6c
|
bug 732443 - handle surrogate pairs correctly in ClusterIterator. r=emk
|
2012-03-03 09:16:45 +00:00 |
|
Justin Lebar
|
b682bbe4a5
|
Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo
|
2012-02-29 22:56:43 -05:00 |
|
Jonathan Kew
|
0e0a92e8c9
|
bug 721821 - make nsBidiPresUtils::WriteReverse aware of clusters, so that diacritics in RTL text display correctly in SVG text. r=smontagu
|
2012-02-28 21:24:04 +00:00 |
|
Jonathan Kew
|
0f3872effe
|
bug 729866 - remove unused and unimplemented nsIUGenDetailCategory interface. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Jonathan Kew
|
7ff00e8673
|
bug 724826 pt 3 - replace users of nsIUGenCategory service within libxul with direct access to mozilla::unicode::GetGenCategory. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Jonathan Kew
|
c880fcf93f
|
bug 724826 pt 2 - replace the use of cattable.h with nsUnicodePropertyData for more accurate (and faster) category lookup. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Jonathan Kew
|
d4399166e5
|
bug 724826 pt 1 - move various Unicode property tables from gfx to intl. r=smontagu
--HG--
rename : gfx/thebes/gfxUnicodeProperties.h => intl/unicharutil/public/nsUnicodeProperties.h
rename : gfx/thebes/gfxUnicodeScriptCodes.h => intl/unicharutil/public/nsUnicodeScriptCodes.h
rename : gfx/thebes/gfxUnicodeProperties.cpp => intl/unicharutil/src/nsUnicodeProperties.cpp
rename : gfx/thebes/gfxUnicodePropertyData.cpp => intl/unicharutil/src/nsUnicodePropertyData.cpp
rename : gfx/thebes/genUnicodeScriptData.pl => intl/unicharutil/tools/genUnicodePropertyData.pl
|
2012-02-24 10:15:46 +00:00 |
|
Jonathan Kew
|
4fb7219c6c
|
bug 728866 - pt 1 - expose low-level APIs for canonical composition and decomposition of a single Unicode character. r=smontagu
--HG--
rename : intl/unicharutil/src/nsUnicodeNormalizer.h => intl/unicharutil/public/nsUnicodeNormalizer.h
|
2012-02-20 20:39:59 +00:00 |
|
Simon Montagu
|
f902d30df0
|
Remove nsObserverBase. Bug 726950, r=emk
|
2012-02-14 17:51:52 +02:00 |
|
David Zbarsky
|
cb96d855c1
|
Remove nsDebugDetector. Bug 683429, r=smontagu
|
2012-02-14 12:04:51 +02:00 |
|
Simon Montagu
|
db8c979547
|
Improve the tests for end of output block. Bug 718573, r=emk
|
2012-02-09 17:50:48 +02:00 |
|
Simon Montagu
|
1b1ec9e4b8
|
Update data files to Unicode 6.1. Bug 723509, r=jfkthame
|
2012-02-06 15:54:52 +02:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Simon Montagu
|
2b5da5f8c4
|
Remove unused files from intl/chardet. Bug 713866, r=emk
|
2012-01-26 17:28:03 +02:00 |
|
Simon Montagu
|
4feaa1e8f3
|
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
|
2012-01-24 11:52:05 +02:00 |
|
Simon Montagu
|
07bbd70b32
|
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
|
2012-01-24 11:52:04 +02:00 |
|
Simon Montagu
|
45cc733646
|
Tests for bug 670556, r=emk
|
2012-01-22 12:04:08 +02:00 |
|
Simon Montagu
|
c3e3ec584a
|
Fix typos in conditions. Bug 670556, r=emk
|
2012-01-22 12:04:05 +02:00 |
|
Simon Montagu
|
51fd9a10af
|
Use moz_malloc and _free instead of nsMemory. Bug 705407, r=bsmedberg
|
2012-01-18 20:23:25 +02:00 |
|
Makoto Kato
|
93dfcd83f0
|
Bug 718500 - View > Character Encoding > Auto-Detect menupopup is broken. r=smontagu
|
2012-01-18 14:43:31 +09:00 |
|
Ms2ger
|
c953c25ac7
|
Bug 714613 - Simplify nsShiftJISToUnicode::Convert; r=smontagu
|
2012-01-15 09:13:12 +01:00 |
|
Asaf Romano
|
4d64dc1dc0
|
Bug 713519 - getCharsetAlias should throw for unknown character sets. r=smontagu.
|
2012-01-12 18:24:16 +02:00 |
|
Henri Sivonen
|
8cea7fca5d
|
Bug 655255 - Remove nsICharsetDetectionAdaptor from the tree. r=smontagu.
|
2012-01-09 14:19:51 +02: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 |
|
Makoto Kato
|
aa004cb7d1
|
Bug 712198 - Remove NS_WIN32, NS_UNIX and NS_OS2. r=khuey
|
2011-12-21 14:09:17 +09:00 |
|
Simon Montagu
|
65e012361b
|
Remove intl/chardet/tests. bug 710980, r=emk
|
2011-12-20 09:08:50 +02:00 |
|
Jeff Walden
|
98dd456fc1
|
Bug 711799 - Fix a bunch of initializing-pointer-from-boolean warnings. r=dholbert
--HG--
extra : rebase_source : 4a5d03b10ad8ac4eaff222037ba3400a26e7cf55
|
2011-12-18 01:00:47 -05:00 |
|
Ryan VanderMeulen
|
3fc89a4690
|
Bug 711769 - Update Hyphen library to version 2.8.3. r=jfkthame
|
2011-12-18 20:18:59 +01:00 |
|
John Schoenick
|
1c874917cd
|
Bug 687679 - Rename JS_CompileFile to JS_CompileUTF8File, fix users. r=jorendorff,jst
|
2011-12-16 11:08:59 -08:00 |
|
Ms2ger
|
c3c3bdba73
|
Backed out changeset ba447ace2594 (bug 687679) for bustage.
|
2011-12-16 21:17:16 +01:00 |
|
John Schoenick
|
a355d623f2
|
Bug 687679 - Rename JS_CompileFile to JS_CompileUTF8File, fix users. r=jorendorff,jst
|
2011-12-16 11:08:59 -08:00 |
|
Ed Morley
|
a3c4d5c7c1
|
Bug 700490 - Remove nsICharsetResolver; r=smontagu
|
2011-12-16 09:13:29 +00:00 |
|
Mike Hommey
|
bc8357295d
|
Bug 695843 part 1 - Add Refcounting on nsZipArchives. r=mwu
|
2011-12-08 11:03:36 +01:00 |
|
Hanspeter Niederstrasser
|
a3817865e5
|
Bug 691135 - intl locale should use mac on Macs. r=ted
|
2011-11-18 14:02:26 +01:00 |
|
Ed Morley
|
24695badf6
|
Merge m-c to b-s.
|
2011-11-08 23:18:09 +00:00 |
|
Gregory Szorc
|
f9737cefa1
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Kang-Hao (Kenny) Lu
|
5f6fd52ef3
|
Bug 699673 - nsTextToSubURI::UnEscapeNonAsciiURI shouldn't do fallback unescaping if the fallback charset is not an ASCII superset, or the URI gets messed up in the UI. r=smontagu
|
2011-11-06 17:14:27 +02:00 |
|
Ed Morley
|
6a998be2c5
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
364e83c545
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Makoto Kato
|
0bc2e3fe59
|
Bug 699009 - Remove MOZ_USE_NATIVE_UCONV. r=smontagu
|
2011-11-04 11:59:04 +09:00 |
|
Simon Montagu
|
b888e2c269
|
Resynchronize the Shift_JIS converter after unrecognized sequences. Bug 690225, r=emk
|
2011-10-19 07:58:41 +02:00 |
|
Simon Montagu
|
4b4b2d32c4
|
Backout cset 308f180eb3f4
|
2011-10-18 15:09:45 +02:00 |
|
Simon Montagu
|
510fd7cf24
|
Resynchronize the Shift_JIS converter after unrecognized sequences. Bug 690225, r=emk
|
2011-10-18 14:15:21 +02: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 |
|
Jeff Walden
|
b7753477cf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
eb2cb918a4
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
77ebbde4ab
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Jonathan Kew
|
e80daf3d78
|
bug 655337 - part 2 - don't unpack hyphenation patterns on android, look for them in omnijar. r=mfinkle,bsmedberg,smontagu
|
2011-10-06 16:06:36 +01:00 |
|
Jonathan Kew
|
6546463bfc
|
backout changeset e1eac54b1ed3 (bug 655337 pt 2) for causing a leak.
|
2011-10-06 17:29:39 +01:00 |
|
Jonathan Kew
|
9a71cdd844
|
bug 655337 - part 2 - don't unpack hyphenation patterns on android, look for them in omnijar. r=mfinkle,bsmedberg,smontagu
|
2011-10-06 16:06:36 +01:00 |
|
Jonathan Kew
|
95bd5ac10b
|
bug 655337 - part 1 - use nsIURI rather than nsIFile to specify hyphenation resources. r=mfinkle,smontagu
|
2011-10-06 16:06:32 +01: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 |
|
Jonathan Kew
|
9fc16861d4
|
bug 685214 - use URI spec rather than file path to specify hyphenation dictionary, and read using nsIInputStream rather than stdio. r=bsmedberg
|
2011-09-14 20:20:26 +01:00 |
|
Geoff Brown
|
1cafda1972
|
Bug 684965 - update xpcshell manifests for Android; r=jmaher
|
2011-09-06 22:29:00 -07:00 |
|
Felix Fung
|
9bb0edf799
|
Bug 577266 - Correct misspellings in source code
|
2011-09-06 17:20:35 -07:00 |
|
Matheus Kerschbaum
|
de6608fa4d
|
Bug 680793 - Remove support for Irix. r=ted
|
2011-09-02 15:41:45 +01:00 |
|
Mike Hommey
|
60b73b4219
|
Bug 676252 part 1 - Don't use $(OBJ_SUFFIX) before including config.mk. r=ted
|
2011-08-29 07:34:02 +02:00 |
|
Jonathan Kew
|
16c503acff
|
bug 672320 pt 17.1 - hyphenation patterns for Turkish. r=smontagu
|
2011-08-25 16:09:45 +01:00 |
|
Jonathan Kew
|
1b9e736e1a
|
bug 672320 pt 16.1 - hyphenation patterns for Italian. r=smontagu
|
2011-08-25 16:08:51 +01:00 |
|
Jonathan Kew
|
9ce569ad83
|
bug 672320 pt 15.1 - hyphenation patterns for Hungarian. r=smontagu
|
2011-08-25 16:07:57 +01:00 |
|
Geoff Brown
|
1264a5446f
|
Bug 668349 - Changes to xpcshell.ini; r=jmaher
|
2011-08-22 09:00:50 +01:00 |
|
Malini Das
|
a0832b693a
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
|
2011-08-12 12:21:44 -04:00 |
|
Alexander Slovesnik
|
68ef557c61
|
Bug 673680 - Add support for koi8_r charset encoding. r=smontagu
|
2011-08-02 12:32:33 +02:00 |
|
Michael Wu
|
9658b9e0d9
|
Bug 675556 - Switch from PRPackedBool to PRUint8 in nsILineBreaker, r=roc
|
2011-08-01 18:20:52 -07:00 |
|
Michael Wu
|
6a28121ce1
|
Bug 671417 - Incorrect use of PRBool when other types are more appropriate or vice versa, r=bz,ehsan,dwitte,joe,vlad,luke,mak,roc
|
2011-07-26 23:43:37 -07:00 |
|
Jonathan Kew
|
dc2e70b5a0
|
bug 672320 pt 14.1 - hyphenation patterns for Finnish. rs=smontagu
|
2011-07-26 11:54:36 +01:00 |
|
Jonathan Kew
|
34b6ff062a
|
bug 672320 pt 13.1 - hyphenation patterns for Lithuanian. rs=smontagu
|
2011-07-26 11:54:36 +01:00 |
|
Jonathan Kew
|
e9f8b9c9ba
|
bug 672320 pt 12.1 - hyphenation patterns for Norwegian Bokmål & Nynorsk. rs=smontagu
|
2011-07-26 11:54:36 +01:00 |
|
Jonathan Kew
|
c1522f788e
|
bug 672320 pt 11.1 - hyphenation patterns for Russian. rs=smontagu
|
2011-07-26 11:54:32 +01:00 |
|
Jonathan Kew
|
a32ed06e4e
|
bug 672320 pt 9.1 - add hyphenation patterns for French. rs=smontagu
|
2011-07-26 11:54:32 +01:00 |
|
Jonathan Kew
|
8edf85751b
|
bug 672320 - part 8.1 - hyphenation patterns for Serbian/Serbo-Croatian. rs=smontagu
|
2011-07-21 20:58:56 +01:00 |
|
Jonathan Kew
|
38801faf92
|
bug 672320 - part 7.1 - hyphenation patterns for Mongolian. rs=smontagu
|
2011-07-21 20:58:56 +01:00 |
|
Jonathan Kew
|
d814f567ca
|
bug 672320 - part 6.1 - hyphenation patterns for German. rs=smontagu
|
2011-07-21 20:58:56 +01:00 |
|
Jonathan Kew
|
82f5c7bd3e
|
bug 672320 pt 4 - add hyphenation patterns for af,bg,ca,cy,da,eo,es,et,gl,hr,hsb,ia,is,kmr,la,nl,pt,sl,uk locales. rs=smontagu
|
2011-07-20 11:15:38 +01:00 |
|
Jonathan Kew
|
fb614237df
|
bug 672320 pt 2 - add hyphenation patterns for Swedish. fb=gerv rs=smontagu
|
2011-07-20 11:15:24 +01:00 |
|
Jonathan Kew
|
a50fcb5cbb
|
bug 672320 pt 1 - include all available hyphenation patterns in the build. r=smontagu
|
2011-07-20 11:15:13 +01:00 |
|