Commit Graph

288 Commits

Author SHA1 Message Date
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tague%netscape.com
659f2ed64e Fixed bug #16463 - can't create profile with Danish version of Mozilla. I modified the locale mapping code to correct a bug where DA was getting mapped to LANG_DUTCH. r=nhotta@netscape.com 1999-10-27 22:52:56 +00:00
scc%netscape.com
c84b487139 Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762, r=pinkerton. 1999-10-26 00:49:33 +00:00
dp%netscape.com
038812ce67 bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp 1999-10-23 17:33:29 +00:00
nhotta%netscape.com
9dfca9b674 Changed to get a charset name from a locale instead of hard code, also fixed a memory leak, bug=10816, r=tague 1999-10-15 00:11:38 +00:00
waterson%netscape.com
bdfcaec321 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
warren%netscape.com
8c71c45537 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
kipp%netscape.com
cec687d96f removed 1999-09-30 21:09:32 +00:00
kipp%netscape.com
2315eae906 Convert to a module from a component 1999-09-30 21:07:12 +00:00
kipp%netscape.com
d9e6ae3a9e new 1999-09-28 22:58:23 +00:00
beard%netscape.com
452f5c0084 fixed leaks on Mac using GetUnicode() rather than ToNewUnicode(). Removed some warnings. 1999-09-27 01:27:15 +00:00
warren%netscape.com
68a60c6bb3 Fixed leaked unicode strings. 1999-09-26 07:01:25 +00:00
colin%theblakes.com
e05038585c cast the time_t -1: bug #14708 1999-09-23 18:41:53 +00:00
warren%netscape.com
4d1ebe20c2 fixed refcounting of nsLocaleService so that it would be freed on shutdown 1999-09-20 20:52:01 +00:00
briano%netscape.com
d055fd251c General cleanup. 1999-09-11 03:07:11 +00:00
nhotta%netscape.com
e28908046e Bug #13488, changed to cache locale data. 1999-09-10 18:34:06 +00:00
nhotta%netscape.com
6b2878dec3 Locale to charset name mapping for Win95/98. 1999-09-08 20:11:04 +00:00
nhotta%netscape.com
8ce57ee2ff Locale factory -> locale service. 1999-09-08 20:08:15 +00:00
cata%netscape.com
4e95216ff1 Method name change. 1999-09-02 20:23:49 +00:00
cata%netscape.com
0f0d23b266 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00
tbogard%aol.net
c11bdf4df1 Fixed bad NSGetFactory. 1999-09-01 08:15:23 +00:00
cyeh%netscape.com
9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
tague%netscape.com
5b7177c181 Removed direct comparisons of result values to NS_OK and replaced them with the appropriate macro. 1999-08-31 02:11:07 +00:00
tague%netscape.com
7883aff603 Replaced direct comparisons of return values against NS_OK with the appropriate macros. 1999-08-31 02:04:26 +00:00
tague%netscape.com
6852185102 Replaced direct comparisons of return values against NS_OK with NS_SUCCEEDED or NS_FAILED macros. 1999-08-31 01:56:44 +00:00
nhotta%netscape.com
f55b3a55ae Bug fix #8792. 1999-08-30 22:00:13 +00:00
nhotta%netscape.com
6b41d36d12 nsIPlatformCharset integration. 1999-08-27 21:10:18 +00:00
mccabe%netscape.com
d98f4dca1d First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
tague%netscape.com
e12954527a Added GetLocaleComponentForUserAgent to nsILocaleService. Fixes my part of bug #10465. 1999-08-20 23:47:27 +00:00
nhotta%netscape.com
c3f8a1e88a Fixed compile errors (not part of the build). 1999-08-19 19:55:05 +00:00
nhotta%netscape.com
13bf8b839d Scriptable date format change for unix. 1999-08-09 20:57:55 +00:00
tague%netscape.com
0f97c41aad Fixed bug #11477 - nsLocale not correctly getting application locale. 1999-08-09 19:53:02 +00:00
nhotta%netscape.com
e2b8dde433 Use region code for latin scripts. 1999-08-09 18:05:32 +00:00
nhotta%netscape.com
333e1fa73e Scriptable date format. 1999-08-09 17:59:39 +00:00
tague%netscape.com
907c28f7c2 Fixed bug #3903 (Need region code for Macintosh GetPlatformLocale) and bug #11189 (Locale service was returning wrong locale for scriptability) 1999-08-09 03:59:32 +00:00
nhotta%netscape.com
a1ac37d470 Changed to use progid for nsIScriptableDateFormat. 1999-08-05 20:05:32 +00:00
nhotta%netscape.com
f37eb606f8 Added progid/cid to idl and interface change. 1999-08-04 21:36:36 +00:00
tague%netscape.com
6b08459339 Fix purify errors introduced in the scriptability landing 1999-08-04 07:16:00 +00:00
tague%netscape.com
d147b216a3 Fix memory leaks introduced while landing the scriptability changes to nsILocale 1999-08-04 03:46:34 +00:00
tague%netscape.com
2db628dd51 Fixed blamed build warning. No newline at end of file 1999-08-04 03:45:50 +00:00
briano%netscape.com
f776b8ac4a Added a newline at the end to fix the Unix native compiler builds. This is becoming annoying.... 1999-08-04 00:25:45 +00:00
tague%netscape.com
ebda090446 Fixed blamed build warning 1999-08-03 01:01:47 +00:00
ramiro%netscape.com
39890e1068 Ignore generated files. 1999-08-02 11:56:13 +00:00
tague%netscape.com
95b6365e2b Fix more egcs v. gcc differences. 1999-08-02 04:19:00 +00:00
tague%netscape.com
233bd673f0 Fixed differences between egcs and gcc 1999-08-02 03:53:30 +00:00
tague%netscape.com
3008536c44 Fix solaris bustage. 1999-08-02 03:28:23 +00:00
tague%netscape.com
2b0c246d3b Land nsLocale scriptability changes 1999-08-02 03:00:23 +00:00
tague%netscape.com
9e5ff428bc Landing nsLocale scriptability changes 1999-08-02 02:59:56 +00:00
tague%netscape.com
ceb99ae959 First Checked In. 1999-08-02 02:47:09 +00:00
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
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
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
sspitzer%netscape.com
2a92c3b157 fix warnings 1999-07-22 17:38:38 +00:00
hyatt%netscape.com
a3149b1ba1 Fixing build bustage on windows. 1999-07-22 07:30:23 +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
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
db57ad2df6 try to fix bug caused when I removed iostream from nsString 1999-07-17 11:03:50 +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
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
nhotta%netscape.com
f19dd88348 Initial check in (not part of the build yet). 1999-07-14 21:05:34 +00:00
tague%netscape.com
f32fdfd744 Fix bug #8227/#9841 Deref errors 1999-07-14 19:41:17 +00:00
tague%netscape.com
b3c0029a8c Fixed bug #8227/#9841 - Deref errors 1999-07-14 19:37:03 +00:00
ftang%netscape.com
593b5f2b7b fix bug 9841 1999-07-14 18:57:34 +00:00
ftang%netscape.com
1b6f57843d fix bug 9841 1999-07-14 18:46:44 +00:00
nhotta%netscape.com
d7274eb0a9 Bug 8792, fix for collation key creation. 1999-07-14 17:01:34 +00:00
nhotta%netscape.com
5413b021e8 Bug 9229, added PRTime support. 1999-07-14 16:53:17 +00:00
nhotta%netscape.com
13641ab3ed Part of IDL migration. 1999-07-14 16:33:43 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
tague%netscape.com
153da84ced Eliminate warnings in nsLocale.{h/cpp} 1999-06-29 07:22:40 +00:00
tague%netscape.com
63de6678be Eliminate Linux build warnings in nsLocaleFactory.cpp 1999-06-29 07:10:42 +00:00
mcafee%netscape.com
a174d8f82e Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
nhotta%netscape.com
c8f5268080 Part of IDL migration, addding a new member function. 1999-06-23 21:01:08 +00:00
ftang%netscape.com
679bfcf1cd fix bug 8201 by adding GetIID() 1999-06-15 23:41:40 +00:00
tague%netscape.com
da33426924 Update patch for BeOS. 1999-06-14 21:09:35 +00:00
tague%netscape.com
05112ebd33 Fixed bug #8097 and added a portability patch for BeOS. Thanks to duncan@be.os and david.gardiner@unisa.edu.au for their patches. 1999-06-14 20:06:24 +00:00
tague%netscape.com
9dd8d20230 Fix for #7798: Spelling error in locale GetCategory API. Made one change to mailnews to reflect new spelling 1999-06-09 02:37:14 +00:00
briano%netscape.com
8699ea0019 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
jdunn%netscape.com
147e8c0ae7 include ctype.h for isalpha, tolower & isspace 1999-06-03 18:03:15 +00:00