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

1109 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com 319ef7e115 Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. 1999-10-01 23:07:38 +00:00
hyatt%netscape.com 0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
beard%netscape.com da3a7bb767 added nsLWBrkModule.cpp. r=vidur 1999-10-01 01:21:40 +00:00
sdagley%netscape.com 63780bafb0 Fix for Mac build bustage (removed .cpp file was still referenced in project). a=leaf 1999-09-30 23:39:54 +00:00
kipp%netscape.com 251497a82a added files: mozilla/intl/uconv/src/nsUConvModule.cpp, removed files: mozilla/intl/uconv/src/nsUConvDll.cpp 1999-09-30 22:05:41 +00:00
kipp%netscape.com 925361591a Convert to module from component 1999-09-30 21:11:05 +00:00
kipp%netscape.com cec687d96f removed 1999-09-30 21:09:32 +00:00
kipp%netscape.com 845cffd62f Build module instead of component 1999-09-30 21:09:11 +00:00
kipp%netscape.com 4de20e7eca Fixed oopsie that prevented the factory from working 1999-09-30 21:08:59 +00:00
kipp%netscape.com 2315eae906 Convert to a module from a component 1999-09-30 21:07:12 +00:00
kipp%netscape.com 9508107483 nuked 1999-09-30 21:06:47 +00:00
kipp%netscape.com e1b87b4133 removed files: mozilla/intl/chardet/src/nsCharDetDll.cpp 1999-09-30 21:06:40 +00:00
kipp%netscape.com 3cfd8865ce added files: mozilla/intl/chardet/src/nsCharDetModule.cpp 1999-09-30 21:05:46 +00:00
kipp%netscape.com 26d6400289 Convert over to module from factory 1999-09-30 21:02:41 +00:00
kipp%netscape.com 45f04e0594 work around linkage woes (still not in build) 1999-09-29 04:39:59 +00:00
shaver%netscape.com da189fa552 missed one nsIRegistry::Key usage 1999-09-29 03:17:56 +00:00
shaver%netscape.com 7a5b9d5e55 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
kipp%netscape.com d9e6ae3a9e new 1999-09-28 22:58:23 +00:00
kipp%netscape.com 493d404539 new 1999-09-28 19:03:20 +00:00
beard%netscape.com 83f70bfb2c fixed a copy/paste bug that caused a bunch of nsCIDs to leak. 1999-09-27 07:15:43 +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
bruce%cybersight.com 21c66044ed Fix mismatched delete 1999-09-26 18:12:39 +00:00
warren%netscape.com d37526c717 Cleaned up, using NS_WITH_SERVICE 1999-09-26 10:05:06 +00:00
warren%netscape.com 68a60c6bb3 Fixed leaked unicode strings. 1999-09-26 07:01:25 +00:00
ftang%netscape.com 096025f9f9 fix bug 14736, reviewed by tague 1999-09-24 21:52:11 +00:00
ftang%netscape.com 539cc3e3d0 fix bug 14802, reviewed by harishd 1999-09-24 21:50:48 +00:00
briano%netscape.com 89411269e7 QNX-specific fix. 1999-09-23 22:08:49 +00:00
colin%theblakes.com e05038585c cast the time_t -1: bug #14708 1999-09-23 18:41:53 +00:00
ftang%netscape.com 2a50b45915 fix spelling error 1999-09-23 05:01:09 +00:00
briano%netscape.com 56397d20d4 Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS. 1999-09-22 23:43:51 +00:00
briano%netscape.com 3e7614f39c Added OpenVMS to the 'list' of platforms that need to be excluded from using -D__STDC__. Approved by chofmann. 1999-09-22 23:22:07 +00:00
cata%netscape.com 3d4fb44c6e Fixing bug #14605. 1999-09-22 22:32:44 +00:00
ftang%netscape.com 49217a4b1e check in code drop from Xu, Yueheng <yueheng.xu@intel.com> 1999-09-22 03:35:31 +00:00
ftang%netscape.com 7b7fff2024 add registratoin information 1999-09-22 03:21:58 +00:00
cata%netscape.com cf619e311d Creation code for the new component. 1999-09-22 01:12:17 +00:00
cata%netscape.com 361e5b7085 added files: mozilla/intl/uconv/src/nsCharsetMenu.cpp 1999-09-22 00:48:22 +00:00
cata%netscape.com 2313a45025 Adding files to the build. 1999-09-22 00:44:00 +00:00
cata%netscape.com a6961dd853 Created. 1999-09-22 00:22:51 +00:00
briano%netscape.com f85e12290b Fix for AIX bustage. Reserved name __STDC__ cannot be defined as a macro name. 1999-09-21 21:31:04 +00:00
tague%netscape.com a6ed808eb5 Export to correct module, not that it matters anymore. 1999-09-21 20:13:56 +00:00
ftang%netscape.com 4d30609dfd wired up nsTextToSubURI to the dll, remove unnecessary reghac2.h 1999-09-21 05:13:53 +00:00
ftang%netscape.com 89554f7260 remove unneeded var 1999-09-21 01:37:16 +00:00
ftang%netscape.com 91388658fa add nsTextToSubURI.cpp 1999-09-21 01:36:54 +00:00
waterson%netscape.com 06b78978e9 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
ftang%netscape.com f5c272ee3b add nsTextToSubURI.cpp 1999-09-21 00:58:15 +00:00
ftang%netscape.com b7a459db57 add idl directory to win and linux makefile 1999-09-21 00:45:28 +00:00
ftang%netscape.com 6aabba656b First Checked In. 1999-09-21 00:43:09 +00:00
ftang%netscape.com 0d53aa62e8 1st check in 1999-09-21 00:30:12 +00:00
ftang%netscape.com c10f65262d add HZ to the dll 1999-09-21 00:21:24 +00:00
ftang%netscape.com 3b0edcebc2 add idl files 1999-09-21 00:17:37 +00:00
ftang%netscape.com 0f641dcade remove dead file 1999-09-21 00:15:38 +00:00
ftang%netscape.com ccab0cf140 check in for Xu, Yueheng <yueheng.xu@intel.com> 1999-09-21 00:14:15 +00:00
warren%netscape.com e1cb53233a freed gUpperMap and gLowerMap in nsCaseConversionImp2 1999-09-20 20:52:16 +00:00
warren%netscape.com 1eba29ca37 fixed mismatched free issues with nsID::ToString 1999-09-20 20:52:12 +00:00
warren%netscape.com e34b81a6b8 freed CIDs in nsCharsetConverterManager 1999-09-20 20:52:05 +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
ftang%netscape.com 741d7a3627 fix FreeBSD problem 1999-09-18 00:15:22 +00:00
ftang%netscape.com dbe706448c check in HZ to Unicode contributed by Xu, Yueheng <yueheng.xu@intel.com> 1999-09-18 00:05:27 +00:00
ftang%netscape.com 476cbf50e5 fix bug 5974 by passing parser command to nsWebShell 1999-09-16 14:15:15 +00:00
nhotta%netscape.com 86949477ea Added compatibility. 1999-09-15 22:05:57 +00:00
nhotta%netscape.com 6295c83892 Bug 13844, turned off non line based detectors. 1999-09-15 19:31:46 +00:00
ramiro%netscape.com e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
ftang%netscape.com bfa7151e73 optimizatoin work 1999-09-13 23:44:48 +00:00
ftang%netscape.com dc4c51b887 Unicode 3.0 fix 1999-09-13 23:35:29 +00:00
ftang%netscape.com bfdb99d1d9 fix bad funct name. Thanks brade 1999-09-13 22:18:31 +00:00
ftang%netscape.com 6f6297a46b try to work around bug 13030 1999-09-13 21:04:29 +00:00
ftang%netscape.com d53391b6c4 add x-gbk and windows-936 1999-09-13 19:48:30 +00:00
ftang%netscape.com 766b3c2234 wire GBK converters into dll 1999-09-13 19:45:38 +00:00
ftang%netscape.com 1a9b24d368 check in for yueheng.xu@intel.com - cp936 table generation tool 1999-09-13 19:31:31 +00:00
ftang%netscape.com d2893cb7db check in GBK converter for Xu, Yueheng <yueheng.xu@intel.com 1999-09-13 19:27:05 +00:00
ftang%netscape.com d076091d3a add unicode to langbox arabic font encoding converter incomplete 1999-09-12 22:43:49 +00:00
bruce%cybersight.com db84eb691c Fix nID::ToString() leaks in autoregistration. 1999-09-12 04:13:52 +00:00
bruce%cybersight.com fbc430ce9a Fix nsID::ToString() leaks in autoregistration. 1999-09-12 04:11:46 +00:00
briano%netscape.com d055fd251c General cleanup. 1999-09-11 03:07:11 +00:00
jj%netscape.com 9a8fca57ff First Checked In. 1999-09-10 23:13:38 +00:00
ftang%netscape.com 5124a51e86 backout the backout 1999-09-10 22:25:39 +00:00
ftang%netscape.com aeecc7d330 back out the back out .It turn out I cehck in a "const" in the first line of my check in and that compiled !!! on Win and Linux 1999-09-10 22:22:22 +00:00
ftang%netscape.com e61d269a02 temp backout mac breakage 1999-09-10 20:33:12 +00:00
ftang%netscape.com 7e5a19e54e comment out some code so we won't break when we bck out the nsUnciodeUCS2BE changes 1999-09-10 20:28:22 +00:00
ftang%netscape.com 174aa29224 split the nsEncoderSupport to two classes 1999-09-10 19:05:08 +00:00
ftang%netscape.com fe9acedc33 add new implementation to UCS2 encoder 1999-09-10 19:04:14 +00:00
ftang%netscape.com a44e9bf05f make nsconv work for UCS2 data by adding output file 1999-09-10 19:02:25 +00:00
ftang%netscape.com f308690e87 add UTF16 1999-09-10 19:01:46 +00:00
ftang%netscape.com 7d20c6b65f 1. change to UTF-16BE/LE name, 2. fix problem in nsPSMDetector 3.add addtional debugging infor to DetectCharset 1999-09-10 18:59:48 +00:00
nhotta%netscape.com 8c80d86ae2 Migrated a mapping table from mozilla classic. 1999-09-10 18:56:31 +00:00
nhotta%netscape.com e28908046e Bug #13488, changed to cache locale data. 1999-09-10 18:34:06 +00:00
nhotta%netscape.com b4b5514c87 Fixed broken project file (not part of the build). 1999-09-10 18:28:13 +00:00
nhotta%netscape.com 0fd674671a First Checked In. 1999-09-10 04:41:52 +00:00
nhotta%netscape.com 6c8c24a0e2 Adding new files for unix (not part of the build). 1999-09-10 04:37:26 +00:00
nhotta%netscape.com 58ab3b0484 Adding new files, not part of the build. 1999-09-09 19:23:41 +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
jdunn%netscape.com e527acab06 Fix the HP failure... per joe@nall.com's suggestion. For some reason
HP can't handle the '-' sign righ on top of the #'s so just added spaces.
1999-09-08 14:59:22 +00:00
ftang%netscape.com f1a44cd49b placeholder for some late night hack.... 1999-09-08 13:41:11 +00:00
ftang%netscape.com 75015be57c declare methode in protect. Remove unnecessary INTEL_CHANGE ifdef, add () to #define 1999-09-08 12:58:26 +00:00
briano%netscape.com 270582bd14 Cleaned it up. 1999-09-08 01:04:55 +00:00
briano%netscape.com b857893387 Got rid of the obsolete non-necko stuff. 1999-09-08 01:04:24 +00:00
briano%netscape.com 23c9aa07c0 Added newline to fix the Unix native compiler builds. 1999-09-07 23:37:16 +00:00
ftang%netscape.com 08c1e15c53 nsUnicodeToGB2312V2.h 1999-09-07 20:42:49 +00:00
ftang%netscape.com cbae9b8b06 add new chinese converter implementation 1999-09-07 20:36:37 +00:00