jwalden%mit.edu
|
ef68fcf595
|
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 07:08:56 +00:00 |
smontagu%smontagu.org
|
db10bdcf14
|
Remove unused empty decoders and encoders for CP932 and CP950. Bug 385044, r=jshin
|
2007-06-24 09:48:58 +00:00 |
smontagu%smontagu.org
|
84bed24f98
|
Unit test for bug 383018. Author: Adam Guthrie <ispiked@gmail.com
|
2007-06-07 08:02:43 +00:00 |
smontagu%smontagu.org
|
d4d3edb399
|
Add 'ascii' as alias for 'us-ascii'. Bug 383018, patch by Adam Guthrie <ispiked@gmail.com>, r=smontagu, blanket sr=roc
|
2007-06-03 08:16:49 +00:00 |
smontagu%smontagu.org
|
6cdc8095fe
|
Compile error in intl/uconv/native/nsNativeUConvService.cpp. Bug 372648, patch by Priit Laes <amd@store20.com> and timeless, r=smontagu
|
2007-05-15 16:45:23 +00:00 |
smontagu%smontagu.org
|
82eb65f5b3
|
Unit test for bug 365345
|
2007-05-09 11:36:06 +00:00 |
benjamin%smedbergs.us
|
3fb4912f5d
|
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 14:22:04 +00:00 |
axel%pike.org
|
b25746ee20
|
bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg
|
2007-04-11 16:35:03 +00:00 |
smontagu%smontagu.org
|
ae4d965a60
|
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 |
smontagu%smontagu.org
|
780b1f783f
|
Convert the testcase from bug 340714 to an xpcshell test
|
2007-03-01 11:06:44 +00:00 |
asqueella%gmail.com
|
8ddf337aee
|
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
|
74f28d7125
|
Add unit tests for ISO and Windows de/encoders
|
2007-02-28 19:31:49 +00:00 |
smontagu%smontagu.org
|
d6a03bbfdb
|
Add unit test for bug 367026
|
2007-02-28 09:23:48 +00:00 |
smontagu%smontagu.org
|
ae28a37971
|
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
|
3d186a5ac8
|
OS/2 build break continued
|
2007-02-21 21:43:20 +00:00 |
mkaply%us.ibm.com
|
bc91cf73ff
|
OS/2 build break - mismatch in patch
|
2007-02-21 17:38:25 +00:00 |
mkaply%us.ibm.com
|
631752fcd7
|
#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 |
jwalden%mit.edu
|
e4bdd6e0d4
|
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
|
b47df8a726
|
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
|
df236c24ab
|
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
|
7485efab66
|
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
|
8368e16819
|
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 |
timeless%mozdev.org
|
4c88c8a7ac
|
Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
r=darin
|
2006-12-21 07:03:23 +00:00 |
timeless%mozdev.org
|
d9f8f6ec58
|
Bug 337244 Incorrect pointer passed in nsUnicodeToISO2022JP::ConvertNoBuffNoErr
r=smontagu sr=roc
|
2006-12-06 02:49:51 +00:00 |
benjamin%smedbergs.us
|
17e6ecf617
|
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
|
140ad3f195
|
backing out 345517 due to leak test bustage
|
2006-11-10 04:42:03 +00:00 |
benjamin%smedbergs.us
|
a30fb6c9e0
|
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
|
2fa386b995
|
Remove UEscape decoder/encoder. Bug 350830, r=jshin, sr=dveditz
|
2006-10-10 17:58:31 +00:00 |
cbiesinger%web.de
|
cca99eb551
|
bug 333261 make scriptableunicodeconverter available in uconv builds too
r=smontagu sr=biesi
|
2006-09-20 18:25:31 +00:00 |
cbiesinger%web.de
|
8173877ad0
|
Bug 351856 make chardet its own module
r=smontagu,bsmedberg
|
2006-09-13 22:13:40 +00:00 |
cbiesinger%web.de
|
08ba285a62
|
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
|
1846fd9c62
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-08-28 20:12:37 +00:00 |
jshin%mailaps.org
|
dd7d4a8b3b
|
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 |
smontagu%smontagu.org
|
2d7851cae5
|
Update Big5-HKSCS decoder/encoder to HKSCS-2004 standard. Bug 343129, r=jshin
|
2006-08-09 10:49:22 +00:00 |
smontagu%smontagu.org
|
69293b97fe
|
Big endian bustage fix from bug 336575
|
2006-08-07 08:25:06 +00:00 |
smontagu%smontagu.org
|
bfe0b989ff
|
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 |
smontagu%smontagu.org
|
2971c90265
|
Testcase for bug 340714
|
2006-07-23 17:50:05 +00:00 |
smontagu%smontagu.org
|
d6fa1ed9f7
|
Bug 340714: nsIConverterInputStream duplicates the last character in the first buffer. r=jshin, sr=jag
|
2006-07-20 07:39:29 +00:00 |
smontagu%smontagu.org
|
79f00f5f20
|
Updates to Big5 <-> Unicode mapping tables. Bug 310299, patch by Hung-Te Lin <piaip@csie.ntu.edu.tw>, r=smontagu, jshin, blanket sr=roc for table updates with no code changes
|
2006-06-29 07:30:38 +00:00 |
smontagu%smontagu.org
|
9c7ef81bef
|
Bug 339002 Last %-escaped character in URL disappears in status bar if page displayed as UTF-8. r=jshin, sr=roc
|
2006-05-28 05:39:25 +00:00 |
smontagu%smontagu.org
|
583f16857d
|
Fix build bustage
|
2006-05-17 11:11:21 +00:00 |
smontagu%smontagu.org
|
51cdfc5052
|
DeCOMtamination of intl/uconv utilities. Bug 336609, r=jshin, sr=roc
|
2006-05-17 10:56:50 +00:00 |
smontagu%smontagu.org
|
da7e974a29
|
DeCOMtamination of intl/uconv utilities. Bug 336609, r=jshin, sr=roc
|
2006-05-17 08:58:00 +00:00 |
jshin%mailaps.org
|
c889ecbe27
|
bug 245693 : Unicode->EUC-KR converter loses data on coming across characters not representable in 2bytes (r=smontagu, sr=dbaron)
|
2006-05-17 02:40:11 +00:00 |
caillon%redhat.com
|
d92fb16778
|
Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
|
2006-05-17 02:40:10 +00:00 |
gerv%gerv.net
|
eed1414396
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-05-17 02:39:15 +00:00 |
jshin%mailaps.org
|
6098de71b7
|
bug 214743 : remove Hangul Jamo fallback in KSC5601GL encoder and 'generator'. Also remove the corresponding 'scanner' in uscan.c that's not used by any decoder (r=smontagu,sr=blizzard)
|
2006-05-17 02:39:14 +00:00 |
sfraser%netscape.com
|
283442c3e3
|
Make lots of static data const. Bug 74803. r=dbaron, sr=alecf
|
2006-05-17 02:39:13 +00:00 |
dbaron%dbaron.org
|
9bdd5167a7
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2006-05-17 02:37:49 +00:00 |
dougt%netscape.com
|
378eb4d822
|
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
|
2006-05-17 02:37:36 +00:00 |