Граф коммитов

2967 Коммитов

Автор SHA1 Сообщение Дата
edward.lee@engineering.uiuc.edu 1935dd96a6 Bug 414141 - Help debug bad plural strings to PluralForm.jsm by printing the caller. r=l10n@mozilla.com, r=smontagu, a1.9=schrep 2008-01-27 09:44:08 -08:00
dbaron@dbaron.org e956b2e7d4 Remove unused OrderIdFormater (sic) code. r=smontagu b=414142 Not part of the build. 2008-01-26 23:55:24 -08:00
edward.lee@engineering.uiuc.edu 81fbf66e17 Bug 413670 - Add plural rules for Irish ga-IE, Arabic, Maltese, Macedonian. r=l10n@mozilla.com (Pike), r=smontagu, a1.9=beltzner 2008-01-26 23:33:05 -08:00
mozilla@weilbacher.org a47fdbbc92 Bug 376790: remove support for non-cairo GFX ports from configure.in, r=ted.mielczarek, a=mtschrep 2008-01-23 00:27:47 -08:00
edward.lee@engineering.uiuc.edu 74569fe797 Just adding a comment/link for bug 394516 2008-01-22 18:25:01 -08:00
edward.lee@engineering.uiuc.edu 390fadeb5d Bug 394516 - Figure out a remaining-time rounding scheme for minutes -> hours/days. r=sdwilsh, r=l10n@mozilla.com (Pike), b-ff3=beltzner 2008-01-22 18:18:24 -08:00
karlt+@karlt.net 56585705fe Update entities in line with MathML 2.0 xhtml-math11-f.dtd,v 1.16 2003/11/04, with code point updates from http://www.unicode.org/reports/tr25/tr25-9.html b=289938, rs=pavlov. 2008-01-10 02:34:35 -08:00
smontagu@smontagu.org cd9b96cf7f Remove unnecessary include of nsCOMPtr.h. Bug 400918, r+sr=roc, a=dsicore 2008-01-06 01:41:20 -08:00
bugzilla@standard8.plus.com 14d026ed40 Bug 410332 nsITextTransform.h should use nsStringGlue.h instead of nsString.h. r/moa=smontagu,approval1.9=beltzner 2008-01-03 08:54:03 -08:00
dveditz@cruzio.com 9e2602c1a0 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 1006e3aa91 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 f529e55d03 Bug 407207: add unit tests in intl/uconv to makefiles 2007-12-07 03:06:07 -08:00
smontagu@smontagu.org 019735d430 Regression test for bug 335816 2007-12-06 09:04:46 -08:00
bugzilla@standard8.plus.com 9ab68e4040 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 24978cfe7c Bug 401796 - "nsIStringCharsetDetector.h should not include nsString.h" [p=Mook r=smontagu a1.9=damons] 2007-11-13 00:37:27 -08:00
reed@reedloden.com 3ec5934dd6 Bug 403221 - "Fix typo: |explaination| -> |explanation|" [p=sgautherie.bz@free.fr (Serge Gautherie)] 2007-11-12 22:51:37 -08:00
smontagu@smontagu.org d1a53f72e8 Define langgroups for all charset decoders 2007-11-11 11:52:33 -08:00
reed@reedloden.com a21f4fd745 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 34fa5d1cba Bug 384172 - "Updated builds to latest trunk crashes with selinux error while loading shared library: /opt/firefox/libxul.so" (fix build flags) [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr+a1.9=roc] 2007-10-15 03:00:26 -07:00
gerv@gerv.net 6dd53e09ca Bug 398009 - fix mangled license headers. a=stuart. 2007-10-06 05:08:39 -07:00
reed@reedloden.com f4f1ae514a Bug 397216 - "nsPersistentProperties shutdown leak in uconv" [p=asqueella r=smontagu a1.9=damons] 2007-10-05 12:30:37 -07:00
roc+@cs.cmu.edu d38e95b231 Bug 397597. Enable native platform linebreaking for Tibetan and Lao. r=masayuki,a=dbaron 2007-09-30 13:30:31 -07:00
masayuki@d-toybox.com 69773b4483 Bug 389056 Don't break line between periods and quote, the additional patch r+sr+a=roc 2007-09-24 02:29:22 -07:00
roc+@cs.cmu.edu f3071cd153 Bug 396761. Fix buffer length. r=smontagu,a=bz 2007-09-21 02:12:29 -07:00
smontagu@smontagu.org 8088190210 Update bidi mirroring table to Unicode corrigendum 6. Bug 392581, r=jshin, blocking1.9=dbaron 2007-09-20 04:16:17 -07:00
masayuki@d-toybox.com 128332140f Bug 389056 Don't break line between periods and quote/Bug 388096 add line-breaking opportunity after U+058A ARMENIAN HYPHEN, U+2010 HYPHEN, U+2012 FIGURE DASH and U+2013 EN DASH. And U+2014 EM DASH should be breakable before and after except that between the same characters/Bug 389595 Don't break around '(' and ')'/Bug 390920 Don't break around   r+sr=roc, b1.9=dbaron 2007-09-18 23:34:24 -07:00
roc+@cs.cmu.edu 9972360428 Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky 2007-09-18 16:12:06 -07:00
roc+@cs.cmu.edu 2a503e140f Bug 389437. Handle searching for word breaks when starting at the end of the available text. r=smontagu,a=damon 2007-09-10 16:03:18 -07:00
smontagu@smontagu.org 2e27970cfa Tests for bug 381412 2007-09-05 22:38:21 -07:00
smontagu@smontagu.org 18da58e54b 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
philringnalda@gmail.com 5749b66dd2 Bug 394545 - Remove intl.collationOption, r+moa=smontagu, a1.9=dsicore 2007-09-05 06:47:22 -07:00
jag@tty.nl 167cbfff3a Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg 2007-09-05 06:04:54 -07:00
roc+@cs.cmu.edu 93258a73cd Bug 336959. Exit properly if we get OOM. patch by Theppitak Karoonboonyanan, r+sr=roc,a=damon 2007-09-03 20:58:52 -07:00
roc+@cs.cmu.edu 510ad7384e Bug 393356. Don't export cattable.h; any users should be using nsIUGenCategory instead 2007-08-28 19:08:23 -07:00
roc+@cs.cmu.edu 2828ce9260 Bug 393356. Spellchecker should not use private copy(ies) of the Unicode category tables. r=smontagu,a=damon 2007-08-28 19:03:31 -07:00
nick.kreeger@park.edu a5b7f050ea Fixing bug 384796, Call to |nsIStringBundleOverride| always beats the embedding calls. r=mento, sr=roc, 1.9approval=dsicore. Trunk only. 2007-08-28 12:48:47 -07:00
masayuki@d-toybox.com d2aec0ff53 b=390048, fix bustage, patch by <bugzilla@mcsmurf.de> r=benjamin 2007-08-15 15:59:36 -07:00
masayuki@d-toybox.com 76a296aec2 Bug 389520 Complex Text Line Breaking with ATSUI/Carbon for Mac. patch by <vsatayamas@gmail.com> r+sr=roc, a=dsicore 2007-08-15 14:16:33 -07:00
masayuki@d-toybox.com d40efddf8c bug 390048 Complex Text Line Breaking with Uniscribe for Windows #2. patch by <nattachai@gmail.com> r+sr=roc, a=dsicor 2007-08-15 09:52:13 -07:00
masayuki@d-toybox.com 876b172e15 bug 390048 Complex Text Line Breaking with Uniscribe for Windows. patch by <nattachai@gmail.com> r+sr=roc, a=dsicor 2007-08-15 09:36:59 -07:00
philringnalda@gmail.com 8b39f2590d Bug 211004 - mailnews.reply_header_locale de-DE not working, patch by Christian Eyrich <ch.ey@gmx.net>, r=smontagu, sr=biesi 2007-08-14 20:54:16 -07:00
benjamin@smedbergs.us 4b6ed1dfac Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
roc+@cs.cmu.edu ef9ea276b7 Removing obsolete files 2007-07-18 20:27:42 -07:00
roc+@cs.cmu.edu 6ac430a20e Bug 336959. Use Pango to break inside Thai/Lao runs. Patch by Theppitak Karoonboonyanan, r+sr=roc 2007-07-18 20:26:51 -07:00
masayuki@d-toybox.com b8ee5feb88 Bug 255990 adding spec table to CVS 2007-07-12 08:56:35 -07:00
masayuki@d-toybox.com cc8e0a3bd5 Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all r+sr=roc 2007-07-12 08:52:51 -07:00
jwalden@mit.edu 6d7584839a 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
timeless@mozdev.org 761d1e775d Bug 384803 nsStringBundle::FormatStringFromID should return nsMemory allocated strings
patch by prasad@medhas.org r=timeless r=smontagu sr=biesi
2007-07-01 12:29:43 -07:00
smontagu@smontagu.org fa8e1fccff Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc 2007-06-30 22:56:10 -07:00
smontagu@smontagu.org e557ae2148 Only strip zero-width joiner and non-joiner control characters when we do our own Arabic shaping. Bug 280936, r=jshin, sr=rbs 2007-06-28 13:02:59 -07:00
smontagu@smontagu.org 77a2c2eb8c Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa 2007-06-28 13:02:59 -07:00
smontagu@smontagu.org 196b268f59 Update data files to Unicode 5.0. Bug 345156, r=jshin, sr=jag 2007-06-28 13:02:59 -07:00
dveditz@cruzio.com 50bbbaaae2 Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2007-06-28 13:02:58 -07:00
smontagu@smontagu.org b7ab543fe3 Update data files to Unicode 5.0 2007-06-28 13:02:58 -07:00
mats.palmgren@bredband.net 9f5bf9ac1e Fix crash on unicode "zero width non-joiner" sequence. b=217903 r+sr=dbaron 2007-06-28 13:02:57 -07:00
smontagu@smontagu.org 1ebc31164d Update data files to Unicode 5.0 2007-06-28 13:02:57 -07:00
smontagu@smontagu.org 6da2b0fc76 Update Bidi character data tables to Unicode 4.1.0. Bug 288836, r=jshin, rs=roc, a=mkaply 2007-06-28 13:02:56 -07:00
gerv@gerv.net 04b6f84cee Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-06-28 13:02:58 -07:00
smontagu@smontagu.org fa441462eb Improve the CHAR_IS_BIDI macro. Bug 240943, patch from an idea by Peter Kirk, r+sr=roc 2007-06-28 13:02:57 -07:00
smontagu@smontagu.org 305f723004 Fix flipping of Arabic text when pasted to clipboard. Bug 197375, r+sr=bzbarsky 2007-06-28 13:02:56 -07:00
smontagu@smontagu.org 496fc2bd2e Correct the joining of some Urdu characters. Bug 255566, r=jshin, sr=rbs. 2007-06-28 13:02:55 -07:00
smontagu@smontagu.org abf59af312 Update bidi data tables to Unicode 4.0.1 and add surrogate handling. Bug 240943, r=jshin, sr=rbs. 2007-06-28 13:02:54 -07:00
smontagu@smontagu.org 6087ecc06a Update the table of Bidi character categories to Unicode 4.0.1: partial patch to Bug 240943 to match the 1.7 branch checkin. r=jshin, rs=blizzard. 2007-06-28 13:02:53 -07:00
gerv@gerv.net c74a668d15 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-06-28 13:02:52 -07:00
smontagu@netscape.com 4974d61378 Make Bidi symmetric swapping handle characters outside BMP. Bug 122800, r=mkaply, sr=darin 2007-06-28 13:02:53 -07:00
cbiesinger@web.de 1d56a82193 bug 236707 ARABIC COMMA's Joining Class is wrong
patch by Behnam Esfahbod <behnam@esfahbod.info> r=smontagu sr=rbs a=mkaply
2007-06-28 13:02:53 -07:00
darin@meer.net 631e3e134a landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2007-06-28 13:02:52 -07:00
bryner@brianryner.com f5e1727591 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2007-06-28 13:02:51 -07:00
smontagu@netscape.com d78731a47c Don't do numeric substitution in Arabic text by default. Bug 181711, r+sr=rbs, a=asa. 2007-06-28 13:02:51 -07:00
sfraser@netscape.com 5b1086c21c Make static data const in nsBidiUtils.cpp. Bug 74803. r=dbaron, sr=alecf. 2007-06-28 13:02:50 -07:00
timeless@mozdev.org c18a1504cf Bug 126484 Occurences of uninitialized variables being used before being set (in Bidi files)
patch by mozilla-bugs@nogin.org r=smontagu sr=bz
2007-06-28 13:02:49 -07:00
cbiesinger@web.de b98c80b687 remove ifdef IBMBIDI in content/, r+sr=roc+moz, bug 89203 2007-06-28 13:02:48 -07:00
smontagu@netscape.com 2a0acff134 Fix crasher bug 158796, r=jkeiser, sr=jst, a=asa 2007-06-28 13:02:47 -07:00
smontagu@netscape.com b3e3692694 Do Arabic shaping earlier before measuring the text so that it gets laid out correctly. Bugs 117041, 138097. r=ftang, sr=waterson 2007-06-28 13:02:46 -07:00
smontagu@netscape.com 16b37e0602 ArabicShaping() shouldn't assume that the input and output is in visual order. Bug 137871. r=ftang, sr=attinasi 2007-06-28 13:02:45 -07:00
smontagu@netscape.com 4c75e3d163 Move HandleNumbers() from nsBidiPresUtils to nsBidiUtils. Bug 137857. r=ftang, sr=attinasi 2007-06-28 13:02:44 -07:00
smontagu@netscape.com c97787962e Fix for bug 121654, "Browser hangs when viewing a Ja message w/o MIME header with folder charset set to Arabic (IBM-864)". r=mkaply, sr=kin, a=asa 2007-06-28 13:02:50 -07:00
smontagu@netscape.com 6d642552f6 Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi 2007-06-28 13:02:43 -07:00
smontagu@smontagu.org 70c7968839 Remove unused empty decoders and encoders for CP932 and CP950. Bug 385044, r=jshin 2007-06-24 02:48:55 -07:00
roc+@cs.cmu.edu 5433b86083 Bug 383542. Stop word breaking at NBSP. r+moa=smontagu 2007-06-14 19:33:54 -07:00
smontagu@smontagu.org 5ccbab1868 Unit test for bug 383018. Author: Adam Guthrie <ispiked@gmail.com 2007-06-07 01:02:43 -07:00
smontagu@smontagu.org d3f851ad1d 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
roc+@cs.cmu.edu a1def44ba1 Backing out to fix bustage :-( 2007-05-23 22:16:52 -07:00
roc+@cs.cmu.edu b40a21c601 Fixing bustage... 2007-05-23 21:52:46 -07:00
roc+@cs.cmu.edu 30be83127f Fixing bustage... 2007-05-23 20:40:15 -07:00
roc+@cs.cmu.edu 674855e8dd Bug 336959. Reland update to use Pango for linebreaking of Thai and CJK text on Linux. patch by Theppitak Karoonboonyanan, r+sr=roc 2007-05-23 20:16:16 -07:00
roc+@cs.cmu.edu 0a85d8402c Backing out due to bustage. 2007-05-22 21:26:42 -07:00
roc+@cs.cmu.edu f303dbe9c8 Bug 336959. Use Pango to break lines for CJK and Thai. r+sr=roc, patch by Theppitak Karoonboonyanan. 2007-05-22 21:06:20 -07:00
smontagu@smontagu.org 98060c1cca 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 7ed4343a42 Add unit test for bug 378839 and remove obsolete test programs 2007-05-09 21:58:59 -07:00
smontagu@smontagu.org 5f0f450b28 Unit test for bug 365345 2007-05-09 04:36:06 -07:00
benjamin@smedbergs.us 3048b90adc Bug 376041 - Link browser components against the CRT statically (on Windows), to solve CRT embedding issues, r=luser 2007-04-23 12:25:39 -07:00
benjamin@smedbergs.us baab01ada6 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 37999fa74b bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
smontagu@smontagu.org 2182273df2 Remove unused interface nsILocaleDefinition. Bug 374447, r=jshin, sr=biesi 2007-03-25 00:38:18 -07:00
hg@mozilla.com 05e5d33a57 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
smontagu%smontagu.org 71d338a0b4 Update comments to nsIUnicodeEncoder::Convert() to include NS_OK_UENC_MOREINPUT in the possible return values. Bug 366147, r=jshin, sr=roc 2007-03-12 09:59:12 +00:00
sayrer%gmail.com f27fd09437 Bug 371611. crash nsIScriptableDateFormat::FormatDate for undefined year, month, day. Patch by Ryan Jones <sciguyryan@gmail.com>. r=smontagu, sr=biesi 2007-03-03 17:43:01 +00:00
smontagu%smontagu.org f48f07e577 Convert the testcase from bug 340714 to an xpcshell test 2007-03-01 11:06:44 +00:00
asqueella%gmail.com df0bc7c5ad Bug 372076 - IConvAdaptor::SetOutputErrorBehavior should handle nsIUnicodeEncoder::kOnError_Signal
p=Ryan Jones <sciguyryan@gmail.com>
r=smontagu
2007-03-01 07:09:17 +00:00
smontagu%smontagu.org 875a53cc41 Add unit tests for ISO and Windows de/encoders 2007-02-28 19:31:49 +00:00
smontagu%smontagu.org c064e81ce2 Add unit test for bug 367026 2007-02-28 09:23:48 +00:00
smontagu%smontagu.org 9d24b7eaf6 Removing obsolete files not part of the build. Bug 371990, r=sayrer 2007-02-27 22:49:17 +00:00
smontagu%smontagu.org 72c1591b85 Add a FinishNoBuff() method to the UnicodeToHZ encoder, to send the correct closing escape sequence 2007-02-26 20:00:17 +00:00
mkaply%us.ibm.com 42ccc150aa OS/2 build break continued 2007-02-21 21:43:20 +00:00
mkaply%us.ibm.com b3ce071a7c OS/2 build break - mismatch in patch 2007-02-21 17:38:25 +00:00
mkaply%us.ibm.com 2147b0c11b #369424
r=smontagu, sr=mkaply (OS/2 only)
Add OS/2 only support for CP1125 and CP1131
2007-02-19 18:26:06 +00:00
jshin%mailaps.org 11773386d4 bug 359808 : fix my stupid mistake again 2007-02-08 18:47:12 +00:00
jshin%mailaps.org d5e2a18d2c bug 359808 : drop support for Win9x/ME : follow-up fix 2007-02-08 18:14:35 +00:00
jshin%mailaps.org 88da57650a bug 359808 : drop support for Win9x/ME (get rid of 'A' API code) : r=darin, sr=dougt, sr=darin 2007-02-08 17:48:22 +00:00
jwalden%mit.edu 45bb59aa84 Bug 368942 - Add a do_get_file(path) function to xpcshell-simple, remove do_get_topsrcdir() as unnecessary. Also fix bug 368944 (invalid use of nsILocalFile API in test-harness) at the same time. r=sayrer 2007-02-03 01:46:09 +00:00
jwalden%mit.edu c0fc6a93d5 Final try at bug 351968 -- make relative topsrcdirs work, fixing the last build errors. Because xpcshell tests are fragile, this commit intentionally breaks a test so that I can verify correctness; I'll remove the break when I verify the fix works correctly (via broken test error messages). 2007-01-31 07:22:12 +00:00
jwalden%mit.edu 7eeed473b4 Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg 2007-01-31 03:25:46 +00:00
jwalden%mit.edu 9d616c2bdc Bug 368142 - Tests for correct byte-by-byte encodings of Unicode strings. r=smontagu 2007-01-29 20:00:03 +00:00
asqueella%gmail.com 35d1685d44 Bug 342750 NativeUConvService::GetNativeConverter leaks on failure
p=Ryan Jones <bugs@ryan-jones.com>, r=bsmedberg, sr=dbaron
2007-01-17 09:18:21 +00:00
roc+%cs.cmu.edu d0c6652240 Bug 333659. Relanding intl changes --- new nsILineBreaker API, shouldn't affect current code. r+sr=dbaron 2007-01-17 02:14:10 +00:00
roc+%cs.cmu.edu 7268a1957b Backing out text landing. 2007-01-16 22:25:20 +00:00
roc+%cs.cmu.edu e6bad38abe Bug 333659. Landing new text interfaces, new gfxPangoTextRun (enabled), new textframe code (disabled). r+sr=dbaron for the part-of-the-build layout parts,r=stuart for the part-of-the-build gfx parts 2007-01-16 20:51:52 +00:00
gavin%gavinsharp.com a756e7e2cf Bug 231403: fix reference to nonexistent xpcom.properties, patch by Ryan Jones <bugs@ryan-jones.com>, r=smontagu 2007-01-09 19:46:16 +00:00
bent.mozilla%gmail.com 4162af769c Bug 362597 - "Increased Rlk (leak) on balsa after landing of bug 354787". r=bsmedberg. 2007-01-03 20:40:51 +00:00
mozilla.mano%sent.com 0b04b8f43d Bug 364991 - Stop loading CFLocale functions dynamically. r=josh, sr=pink. 2006-12-26 20:18:15 +00:00
timeless%mozdev.org 05804e5bfe Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
r=darin
2006-12-21 07:03:23 +00:00
gerv%gerv.net caae487a24 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-12-11 09:45:41 +00:00
timeless%mozdev.org 175c16555f Bug 337244 Incorrect pointer passed in nsUnicodeToISO2022JP::ConvertNoBuffNoErr
r=smontagu sr=roc
2006-12-06 02:49:51 +00:00
bzbarsky%mit.edu 8bfd20a05a Move GetCompatibilityMode() to nsIDocument. Bug 362797, r+sr=jst 2006-12-05 15:46:18 +00:00
bent.mozilla%gmail.com 40b03006f9 Bustage fix from 354787. 2006-12-01 19:49:24 +00:00
bent.mozilla%gmail.com 6553f633c5 Bug 354787 - "1% performance hit (Tp/Tdhtml) from the fix for bug 204114". r=roc+bsmedberg. 2006-12-01 19:26:18 +00:00
benjamin%smedbergs.us 217948472d Re-land bug 345517 now that the logging issues are hopefully fixed, r=darin/mento/mano 2006-11-13 17:53:01 +00:00
pavlov%pavlov.net 0b5a3c2706 backing out 345517 due to leak test bustage 2006-11-10 04:42:03 +00:00
benjamin%smedbergs.us 338a8a2205 Bug 345517, try #2, make the browser component use frozen linkage, so that ff+xr builds. This does *not* --enable-libxul by default for Firefox (yet). That will wait until after 1.9a1. Older patch r=darin+mento, revisions r=mano 2006-11-09 15:12:24 +00:00
smontagu%smontagu.org a86de95bfc Remove UEscape decoder/encoder. Bug 350830, r=jshin, sr=dveditz 2006-10-10 17:58:31 +00:00
smontagu%smontagu.org c375754981 Remove source files for unused interface nsIAcceptLang. Bug 356135, r=jshin, sr=jag 2006-10-10 13:26:22 +00:00
cbiesinger%web.de 5b36f89cdb bug 353983 add --enable-application=netwerk option
r=bsmedberg sr=darin
2006-09-28 21:22:27 +00:00
bent.mozilla%gmail.com 97a1e5a9e2 Bug 204114 - "nsUnicharUtils need to be threadsafe". r=bsmedberg. 2006-09-27 17:44:27 +00:00
cbiesinger%web.de 68f10ad775 bug 333261 make scriptableunicodeconverter available in uconv builds too
r=smontagu sr=biesi
2006-09-20 18:25:31 +00:00
cbiesinger%web.de 15501fd5cb Bug 351856 make chardet its own module
r=smontagu,bsmedberg
2006-09-13 22:13:40 +00:00
smontagu%smontagu.org a65f73b7e4 Remove obsolete intl compatibility library. Bug 352180, r=jshin, sr=bsmedberg 2006-09-13 07:41:38 +00:00
smontagu%smontagu.org 1dd2b1359d Remove obsolete intl compatibility library. Bug 352180, r=jshin, sr=bsmedberg 2006-09-13 07:19:24 +00:00
cbiesinger%web.de 18a14d01d3 Bug 352049 Kill the font download dialog
r=smontagu sr=bz
2006-09-10 19:15:09 +00:00
cbiesinger%web.de b53d3ea356 Add a make check target for intl/uconv and a unit test for bug 321379
r=smontagu
2006-09-04 23:02:28 +00:00
timeless%mozdev.org 97d86b0df2 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
bent.mozilla%gmail.com 6eb0bf7a83 Bug 342425 - "nsCaseConversionImp2 leaking 2 nsCompressedMap objects". r+sr=bz. 2006-08-23 19:16:12 +00:00
jshin%mailaps.org ba09aef6c3 bug 347982 : EUC-KR decoder (Unicode-to-EUC-KR converter) is broken : MSB is stripped off (r=smontagu, sr=roc) 2006-08-14 13:32:58 +00:00
benjamin%smedbergs.us af03fc0477 Backout bug 345517 due to various issues. 2006-08-10 14:06:47 +00:00
benjamin%smedbergs.us ffd802f9ed Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento 2006-08-09 13:39:19 +00:00
smontagu%smontagu.org 60315f0d2e Update Big5-HKSCS decoder/encoder to HKSCS-2004 standard. Bug 343129, r=jshin 2006-08-09 10:49:22 +00:00
smontagu%smontagu.org 2cdd148ae6 Add fa-ir to accepted languages and Iran to regionNames.properties. Bug 347632, r=jshin, blanket sr=roc for property file changes 2006-08-08 07:50:26 +00:00
smontagu%smontagu.org d412ccddfd Big endian bustage fix from bug 336575 2006-08-07 08:25:06 +00:00
smontagu%smontagu.org 848316fb3c Remove mShiftTable from encoders/decoders that don't use it and various other pieces of stale code. Bug 336575, r=jshin, rs=roc 2006-08-07 07:57:31 +00:00
benjamin%smedbergs.us e48bd8bc59 Bug 346679 - NormalizationTest.cpp doesn't need/shouldn't use MOZILLA_INTERNAL_API, r=smontagu 2006-08-02 15:45:39 +00:00