tague%netscape.com
|
8b8a232bdf
|
Added Macintosh Implementation.
|
1999-08-02 02:45:34 +00:00 |
tague%netscape.com
|
791c7dce44
|
Added UNIX support
|
1999-08-02 02:03:53 +00:00 |
tague%netscape.com
|
2d402795b8
|
Added nsLocaleService
|
1999-08-01 07:37:54 +00:00 |
tague%netscape.com
|
ec0278f32a
|
Added idl directory
|
1999-08-01 06:51:37 +00:00 |
tao%netscape.com
|
c2a1bd7fcb
|
Fix un-terminated buffer.
|
1999-07-31 16:26:19 +00:00 |
tao%netscape.com
|
23bf95375f
|
Rename JS_GetStrBundle() to srGetStrBundle().
|
1999-07-31 16:25:34 +00:00 |
briano%netscape.com
|
2a20744a97
|
Fix for platforms with no --whole-archive flags.
|
1999-07-31 00:07:17 +00:00 |
valeski%netscape.com
|
db0a61eb53
|
cyeh approved - stability repairs
|
1999-07-29 21:16:27 +00:00 |
mscott%netscape.com
|
5c7d6b1146
|
fix the build breakage...include config.mak
|
1999-07-29 04:37:31 +00:00 |
mscott%netscape.com
|
58917e86c1
|
fix build breakge include config.mak
|
1999-07-29 02:37:20 +00:00 |
briano%netscape.com
|
5ca4aa0b87
|
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
|
1999-07-29 01:18:12 +00:00 |
tao%netscape.com
|
254d9ae781
|
Update test cases.
|
1999-07-28 05:42:32 +00:00 |
morse%netscape.com
|
aeb0cab209
|
fix bug 10423
|
1999-07-28 04:31:12 +00:00 |
briano%netscape.com
|
007ea62765
|
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
|
1999-07-27 23:27:44 +00:00 |
cata%netscape.com
|
1455b9eb2d
|
small mem opt
|
1999-07-27 21:20:45 +00:00 |
ftang%netscape.com
|
5922ea194f
|
fix bug 10605. This is caused by incorrect QI
|
1999-07-27 21:00:05 +00:00 |
cata%netscape.com
|
af08166c2f
|
Fixed a few memory leaks.
|
1999-07-27 20:39:47 +00:00 |
ftang%netscape.com
|
e75a11b9d0
|
fix 10368
|
1999-07-27 13:46:37 +00:00 |
tao%netscape.com
|
fa23c92318
|
Export test cases.
|
1999-07-27 01:29:23 +00:00 |
tao%netscape.com
|
53430cc594
|
Add xul test files including Ja texts.
|
1999-07-27 01:27:12 +00:00 |
tao%netscape.com
|
4a45814d17
|
Updated test cases; test utf-8 Ja texts.
|
1999-07-27 01:24:51 +00:00 |
tao%netscape.com
|
c079aad3eb
|
Add test cases.
|
1999-07-27 01:22:53 +00:00 |
sspitzer%netscape.com
|
d3c1cc965b
|
fix for VC 5.0 build breakage. The next step, after the tree opens, is to remove the NS_DECLARE_ID(kI*) stuff. But this can be done later. kin has confirmed that this fixes the VC 5.0 build breakage.
|
1999-07-26 17:01:11 +00:00 |
ftang%netscape.com
|
db8d50c932
|
add Symbol and ZapfDingbats
|
1999-07-26 07:18:48 +00:00 |
ftang%netscape.com
|
658d29a764
|
add Symbol and ZapfDingbats UnicodeEncoder to the dll
|
1999-07-26 07:12:33 +00:00 |
ftang%netscape.com
|
1ca2d66f7e
|
add dingbat and symbol to the mac proejct
|
1999-07-26 07:08:22 +00:00 |
ftang%netscape.com
|
aaa67d0371
|
add symbol and ZapfDingbat
|
1999-07-26 07:02:26 +00:00 |
ftang%netscape.com
|
8a71dd7222
|
add unicode encoders
|
1999-07-26 06:56:08 +00:00 |
ftang%netscape.com
|
6eeddda5bb
|
add new cid for adobe charsets
|
1999-07-26 06:33:28 +00:00 |
ftang%netscape.com
|
ae89de989e
|
add new cid for X11Johab
|
1999-07-26 06:32:42 +00:00 |
ftang%netscape.com
|
cf99db7c8f
|
add conversion file for 3 adobe charsets
|
1999-07-26 06:31:31 +00:00 |
ftang%netscape.com
|
1cf359588a
|
add new file
|
1999-07-26 06:30:12 +00:00 |
sspitzer%netscape.com
|
e56aff5e4a
|
fix for #10412. zero out the tm struct before using. also, so nsCOMPtr, NS_WITH_SERVICE, and str* -> PL_strn* changes for safety.
|
1999-07-26 00:20:50 +00:00 |
tao%netscape.com
|
d989250d9d
|
Change function prototype.
|
1999-07-24 03:07:13 +00:00 |
tao%netscape.com
|
39700eb446
|
Update test case.
|
1999-07-24 03:06:15 +00:00 |
sspitzer%netscape.com
|
8faee4daf2
|
go back to PR_FormatTime() until #10412 is fixed.
|
1999-07-24 01:47:59 +00:00 |
cltbld%netscape.com
|
d9118128a4
|
sspitzer: temporary workaround for #10412. strftime was barfing. not sure why. this patch at least allows QA to continue testing. the side effect is you won't see the date in thread pane, maybe other places. next step, find and fix the real problem.
|
1999-07-23 22:08:24 +00:00 |
ftang%netscape.com
|
1354b4cfb7
|
add x11johab to makefile
|
1999-07-23 12:30:33 +00:00 |
ftang%netscape.com
|
d571d34d99
|
add X11Johab converter to mac project
|
1999-07-23 12:27:01 +00:00 |
ftang%netscape.com
|
e65c5e2ef2
|
add placeholder for X11Johab converter
|
1999-07-23 12:18:59 +00:00 |
tao%netscape.com
|
e8f29e6173
|
Take out MANIFEST for Mac and nsIStringBundle.h for all.
|
1999-07-23 02:51:06 +00:00 |
tao%netscape.com
|
9538589876
|
Add nsIStringBundle.idl and take out nsIStringBundle.h
|
1999-07-23 02:49:23 +00:00 |
tao%netscape.com
|
ac8de0531b
|
Add nsIStringBundle.idl and take out nsdIStringBundle.h
|
1999-07-23 02:47:31 +00:00 |
nhotta%netscape.com
|
b425d8ac57
|
First Checked In.
|
1999-07-23 02:43:40 +00:00 |
ftang%netscape.com
|
1d82e83a36
|
temp fix for bug 8899 by move cp1252 verfier to different positions and do not include it for the string based detector interface until we come out a better version. Also add STATE TRACE code which condictional compiled
|
1999-07-22 22:30:04 +00:00 |
ftang%netscape.com
|
4d01c906b4
|
fix 10230 and remove UCS2BE and UCS2LE from the string based detector
|
1999-07-22 22:17:00 +00:00 |
waterson%netscape.com
|
b4aa5891e1
|
Drag along MSVC++ 5.x by not building this directory.
|
1999-07-22 21:56:18 +00:00 |
tao%netscape.com
|
40f2c7b9c9
|
Shut debug printf.
|
1999-07-22 19:10:02 +00:00 |
sspitzer%netscape.com
|
2a92c3b157
|
fix warnings
|
1999-07-22 17:38:38 +00:00 |
waterson%netscape.com
|
67de3ab9cf
|
Use CID, not IID.
|
1999-07-22 07:34:23 +00:00 |
hyatt%netscape.com
|
a3149b1ba1
|
Fixing build bustage on windows.
|
1999-07-22 07:30:23 +00:00 |
waterson%netscape.com
|
cdcdc2af9e
|
fix build bustage.
|
1999-07-22 06:45:00 +00:00 |
waterson%netscape.com
|
a4a95704ce
|
Fix missing charset converter manager stuff.
|
1999-07-22 06:26:25 +00:00 |
scc%netscape.com
|
16e2ba6a23
|
explicitly define kCharsetConversionManagerCID only in files that need it ... move to canonical scheme for defining and using IIDs and CIDs
|
1999-07-22 05:25:17 +00:00 |
tao%netscape.com
|
dc84474c50
|
Prototype of xpc-ed str res.
|
1999-07-22 04:38:02 +00:00 |
tao%netscape.com
|
e647974253
|
Add idl only; pending on help on Mac.
|
1999-07-22 03:52:49 +00:00 |
tao%netscape.com
|
b8f6da2c0d
|
Add strres-test.html
|
1999-07-22 03:19:46 +00:00 |
tao%netscape.com
|
7f37b01f52
|
export strres-test.html
|
1999-07-22 03:18:44 +00:00 |
tao%netscape.com
|
b092e7dd2f
|
test script for xpc strres
|
1999-07-22 03:15:39 +00:00 |
tao%netscape.com
|
0c52e37708
|
Fix a misplaced assertion.
|
1999-07-21 23:38:06 +00:00 |
tao%netscape.com
|
407ebe2969
|
Fix a mismatched memory free.
|
1999-07-21 23:24:42 +00:00 |
tao%netscape.com
|
a64e5263a8
|
Add temp hack to make the test program runs.
|
1999-07-21 23:19:50 +00:00 |
nhotta%netscape.com
|
a13e764d1d
|
Not to build native detectors for VC++5.
|
1999-07-21 17:58:18 +00:00 |
gagan%netscape.com
|
14c1cb2c49
|
Replaced resource:// with resource:/ to be more compliant with our parsing rules.
|
1999-07-21 11:48:56 +00:00 |
nhotta%netscape.com
|
4b982bb3e6
|
Enabling native charset detectors.
|
1999-07-21 04:32:24 +00:00 |
nhotta%netscape.com
|
f60549b16a
|
Added more debug dump (not part of the main build).
|
1999-07-21 04:31:20 +00:00 |
nhotta%netscape.com
|
e7e73371dd
|
Added scriptable date format.
|
1999-07-20 22:24:37 +00:00 |
nhotta%netscape.com
|
9e4f9da4b4
|
Changed to include nsIScriptableDateFormat.h.
|
1999-07-20 20:06:13 +00:00 |
nhotta%netscape.com
|
c884fae628
|
Added nsIScriptableDateFormat.idl.
|
1999-07-20 20:05:31 +00:00 |
nhotta%netscape.com
|
20e2ca8242
|
Adding scriptable date fomat to the build.
|
1999-07-20 20:04:31 +00:00 |
nhotta%netscape.com
|
88a6f3829e
|
Initial check in (not a part of the build yet).
|
1999-07-20 02:08:55 +00:00 |
nhotta%netscape.com
|
7515e72ba2
|
Fix for unix compile error (not a part of the main build).
|
1999-07-20 02:07:41 +00:00 |
nhotta%netscape.com
|
169e171115
|
New interface (not a part of the build yet).
|
1999-07-19 22:59:13 +00:00 |
tague%netscape.com
|
9c7638b59a
|
Changed the mapping of C locale from en to en-US
|
1999-07-19 19:15:40 +00:00 |
rickg%netscape.com
|
23b232d248
|
switch to faster string search API
|
1999-07-19 03:29:56 +00:00 |
rickg%netscape.com
|
db57ad2df6
|
try to fix bug caused when I removed iostream from nsString
|
1999-07-17 11:03:50 +00:00 |
rickg%netscape.com
|
6427f2ce5c
|
trying to remove iostream
|
1999-07-17 08:28:02 +00:00 |
nhotta%netscape.com
|
f0d9307e5e
|
Removing nsILocale.h.
|
1999-07-17 02:09:37 +00:00 |
nhotta%netscape.com
|
657199d550
|
Change nsILocale to IDL.
|
1999-07-17 02:09:13 +00:00 |
nhotta%netscape.com
|
eaf9e2cf6a
|
Removing, change to IDL.
|
1999-07-17 02:08:20 +00:00 |
nhotta%netscape.com
|
33ed7eb1cd
|
Fixed error handling and a typo.
|
1999-07-16 23:52:06 +00:00 |
nhotta%netscape.com
|
628b95cd84
|
Updates for nsILocale change (not part of the mail build).
|
1999-07-16 22:57:45 +00:00 |
nhotta%netscape.com
|
b11fb1cefa
|
Fixed for error handling.
|
1999-07-16 21:08:20 +00:00 |
ftang%netscape.com
|
c28e45344c
|
add some experiment code
|
1999-07-16 20:52:07 +00:00 |
ftang%netscape.com
|
f829941607
|
fix warning
|
1999-07-16 20:44:02 +00:00 |
ftang%netscape.com
|
b3c78380fb
|
fix conversion bug
|
1999-07-16 20:39:46 +00:00 |
ftang%netscape.com
|
281dc11835
|
fix composed hangule conversion and also add it to KS C 5601 conversion
|
1999-07-16 18:20:45 +00:00 |
ftang%netscape.com
|
e64cb7bc33
|
implement precomposed hangule to composed jamo in UnicodeToEUCKR conversion. Thanks Jungshik Shin jshin@pantheon.yale.edu for all the technical advices
|
1999-07-16 14:32:53 +00:00 |
ftang%netscape.com
|
8538bfa431
|
fix composed hangul bug
|
1999-07-16 14:08:53 +00:00 |
ftang%netscape.com
|
04317bc727
|
add composed Hangul support
|
1999-07-16 13:03:32 +00:00 |
ftang%netscape.com
|
02afed6d74
|
add new selector
|
1999-07-16 13:02:36 +00:00 |
ftang%netscape.com
|
745fb3c625
|
fix typo in the MY_IMPL_ISUPPORTS and fix the crash when a not implement IID pass in
|
1999-07-16 13:00:03 +00:00 |
warren%netscape.com
|
84bd74a4fd
|
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
|
1999-07-16 11:14:36 +00:00 |
nhotta%netscape.com
|
d65ce7af5c
|
nsILocale related change.
|
1999-07-15 23:37:49 +00:00 |
nhotta%netscape.com
|
293762cb1d
|
First Checked In.
|
1999-07-15 23:29:42 +00:00 |
nhotta%netscape.com
|
4887409ca9
|
nsILocale related change and bug fix for date format.
|
1999-07-15 23:15:31 +00:00 |
nhotta%netscape.com
|
b59263f38f
|
Bug fix, I had to pass nsString instead of PRUnichar.
|
1999-07-15 23:08:36 +00:00 |
scc%netscape.com
|
eb2437072a
|
debug target now points to debug prefix file
|
1999-07-15 02:57:56 +00:00 |
ftang%netscape.com
|
9a4f42018e
|
fix bug 7970. Add progid for all converters
|
1999-07-14 21:33:51 +00:00 |
gordon%netscape.com
|
eeb2b7a56a
|
Added link dependency on NetworkModular[Debug].shlb because it is needed for NECKO builds.
|
1999-07-14 21:26:52 +00:00 |