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

223 Коммитов

Автор SHA1 Сообщение Дата
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