Commit Graph

39 Commits

Author SHA1 Message Date
Phil Ringnalda
bbe7e1d08a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Masatoshi Kimura
a364855211 Bug 457886 - Cannot send ISO-2022-JP email on Tb trunk; r=smontagu sr=bienvenu 2008-10-11 02:52:24 +02:00
Ted Mielczarek
468a3823fc bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
Simon Montagu
7d27e3c620 Test cases for bug 116882 2008-09-03 22:46:32 +03:00
Simon Montagu
1794bf1a1e Bug 449578 - "Wrong interpretation of escape sequence in charset iso-2022-kr" [r=emk] 2008-08-19 23:36:41 -05:00
Brian Crowder
5fd5d8639d Bug 422789: reduce narrow windows API calls in uconv/, original patch by Brad Lassey <blassey@mozilla.com>, r=smontagu 2008-08-11 15:11:48 -07:00
Gavin Sharp
03c56c2768 Bug 441876: remove UTF-7 option from browser Character Encoding menus, r=smontagu, sr=bzbarsky 2008-07-05 20:53:48 -04:00
Benjamin Smedberg
4982bf049a Bug 442714 - Mark NS_STACK_CLASS on nsAutoString, r=dbaron 2008-06-30 14:46:47 -04:00
Simon Montagu
69a9f6508c Use ASCII-compatible fallback if an encoder has no values defined for code points below U+0020. Bug 399257, r=jshin 2008-06-04 22:53:33 +03:00
Simon Montagu
766e1031ac Make the UTF-16 decoder return an error if the input length is less than 2 bytes. Bug 396637, r=jshin 2008-06-04 20:52:19 +03:00
reed@reedloden.com
216bdb90bc Bug 342133 - "xmlhttprequest.send doesn't work in nativeuconv builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=smontagu a1.9=beltzner] 2008-03-18 12:33:46 -07:00
blassey@mozilla.com
3c99833e3e backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 15:46:26 -07:00
blassey@mozilla.com
eeea24bde6 switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon 2008-03-11 14:49:53 -07:00
blassey@mozilla.com
92c51991b0 backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
blassey@mozilla.com
9bc9e44b40 switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
bent.mozilla@gmail.com
9e57ea19ba Bug 414677 - Patch for bug 404386 breaks 64-bit build. r+sr+a=jst. 2008-01-29 15:23:24 -08:00
bent.mozilla@gmail.com
df3125aee1 Bug 404386 - nsScanner construction is 5% of setting innerHTML. r=mrbkap,smontagu. sr=jst. a=blocking1.9. 2008-01-29 14:12:22 -08:00
mozilla@weilbacher.org
1672bc47c1 Bug 413613: remove MOZ_EXTRA_X11CONVERTERS and the code it enables, r=smontagu, a=beltzner 2008-01-28 14:22:53 -08:00
dveditz@cruzio.com
6d6fa76015 bug 407161 fix garbled-Japanese Tbird subject lines (regression). patch by VYV03354@nifty.ne.jp, r=smontagu, sr=dveditz, a=beltzner 2007-12-18 11:08:35 -08:00
kaie@kuix.de
09b95bb671 Bug 407348, intl/uconv/tests build failure on Linux x86_64 r=smontagu, a=dsicore 2007-12-12 05:23:20 -08:00
smontagu@smontagu.org
1ead9ab487 Bug 407207: add unit tests in intl/uconv to makefiles 2007-12-07 03:06:07 -08:00
smontagu@smontagu.org
55db4517e0 Regression test for bug 335816 2007-12-06 09:04:46 -08:00
bugzilla@standard8.plus.com
577ca7d742 Bug 403786 Remove unnecessary nsISupportsArray includes from intl code. r/moa=smontagu,a1.9=dsicore 2007-11-15 11:59:25 -08:00
reed@reedloden.com
a425d57ce9 Bug 403221 - "Fix typo: |explaination| -> |explanation|" [p=sgautherie.bz@free.fr (Serge Gautherie)] 2007-11-12 22:51:37 -08:00
smontagu@smontagu.org
4f7d9dbf15 Define langgroups for all charset decoders 2007-11-11 11:52:33 -08:00
reed@reedloden.com
44993c086c Bug 331780 - "Please don't build most of the uconv modules when building native uconv" [p=mh+mozilla@glandium.org (Mike Hommey) r=jshin a1.9=damons] 2007-11-08 23:01:46 -08:00
reed@reedloden.com
aece6e798b Bug 397216 - "nsPersistentProperties shutdown leak in uconv" [p=asqueella r=smontagu a1.9=damons] 2007-10-05 12:30:37 -07:00
smontagu@smontagu.org
6d81d02ca9 Tests for bug 381412 2007-09-05 22:38:21 -07:00
smontagu@smontagu.org
3bf86b0bff Treat all empty and incomplete sequences as encoding errors, and some other clean-up. Bug 381412, r=jshin, sr=dveditz, b1.9=jst 2007-09-05 22:02:17 -07:00
jag@tty.nl
9198e9c4b8 Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg 2007-09-05 06:04:54 -07:00
jwalden@mit.edu
e3c4baccae Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
smontagu@smontagu.org
3df1ee3321 Remove unused empty decoders and encoders for CP932 and CP950. Bug 385044, r=jshin 2007-06-24 02:48:55 -07:00
smontagu@smontagu.org
e795d67d11 Unit test for bug 383018. Author: Adam Guthrie <ispiked@gmail.com 2007-06-07 01:02:43 -07:00
smontagu@smontagu.org
cf241a5238 Add 'ascii' as alias for 'us-ascii'. Bug 383018, patch by Adam Guthrie <ispiked@gmail.com>, r=smontagu, blanket sr=roc 2007-06-03 01:16:49 -07:00
smontagu@smontagu.org
c94c0edd49 Compile error in intl/uconv/native/nsNativeUConvService.cpp. Bug 372648, patch by Priit Laes <amd@store20.com> and timeless, r=smontagu 2007-05-15 09:45:23 -07:00
smontagu@smontagu.org
bb37f5a2b3 Unit test for bug 365345 2007-05-09 04:36:06 -07:00
benjamin@smedbergs.us
2e25a321f8 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
axel@pike.org
a364c25975 bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00