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

667 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com 5269549d9a Deleted the trailing comma in the nsDebugDetectorSel typedef to fix the Unix builds. 1999-06-23 23:39:07 +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 81d379863b add nsDebugDetector to the dll factory file and use NS_IF_ADDREF instead of NS_ADDREF 1999-06-23 20:16:20 +00:00
ftang%netscape.com daadc79b2b seperate into several groups to ease maintaince add nsDebugDetector.cpp 1999-06-23 20:14:45 +00:00
ftang%netscape.com b40b498283 add nsDebugDetector to Unix makefile 1999-06-23 20:14:03 +00:00
ftang%netscape.com 017f352a05 add nsDebugDetector to makefile 1999-06-23 20:07:26 +00:00
ftang%netscape.com e3c15ade34 add debug detector 1999-06-23 20:07:08 +00:00
warren%netscape.com 8f31f4aa60 Necko cleanup. 1999-06-23 05:32:26 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
dp%netscape.com 09c4d8e4fc The new method of autoregistration is really simple. A NULL for the
directory will do the right thing.
1999-06-22 15:19:31 +00:00
ftang%netscape.com 5aa31004bd add progid base 1999-06-22 07:21:49 +00:00
ftang%netscape.com 38e4cd42c9 remove GetCandidates method for now 1999-06-22 04:56:10 +00:00
ftang%netscape.com 4a635b4586 add ISO-8859-13 to the hack list 1999-06-22 04:27:58 +00:00
ftang%netscape.com b80b550f11 add ISO-8859-13 converters to the factory list 1999-06-22 04:25:44 +00:00
ftang%netscape.com 91ebee0414 check in the change which add XMLEncoding observer and some base support for charset detector 1999-06-22 03:29:17 +00:00
ftang%netscape.com ce6993abb0 add several new files 1999-06-22 03:27:43 +00:00
ftang%netscape.com e7b88c378a add new interface 1999-06-22 03:22:42 +00:00
ftang%netscape.com b6458e8141 add ISO-8859-13 converters 1999-06-22 03:14:14 +00:00
ftang%netscape.com eee81d772e add new files 1999-06-22 03:03:32 +00:00
ftang%netscape.com abe270caf2 add uf and ut table for 1999-06-22 02:50:43 +00:00
tao%netscape.com 0250d12095 Add fallbacks to handle the missing localized file. 1999-06-21 23:46:15 +00:00
tao%netscape.com f0755a29c3 Use new approach to auto-register components 1999-06-21 23:41:35 +00:00
valeski%netscape.com e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
dp%netscape.com 2cfd8edb31 Using default autoregistration 1999-06-16 00:34:08 +00:00
ftang%netscape.com 679bfcf1cd fix bug 8201 by adding GetIID() 1999-06-15 23:41:40 +00:00
ftang%netscape.com 2ce4793f30 fix bug 8055 by adding 0x00-0x20 conversion to all the conversion table 1999-06-15 23:34:47 +00:00
tao%netscape.com 1c2d3cb520 8152: MLK in string bundle 1999-06-15 23:26:08 +00:00
ftang%netscape.com 70c43af439 add ascii converters 1999-06-15 06:56:19 +00:00
ftang%netscape.com 4cd0c3e227 fix CID.h file misspell and repeat CID. add ASCII to the factory 1999-06-15 06:49:47 +00:00
ftang%netscape.com f12fee7c43 add ascii converter to the file list 1999-06-15 06:45:08 +00:00
ftang%netscape.com 386e1c849d add ASCII converter to window makefile 1999-06-15 06:41:05 +00:00
ftang%netscape.com 82f0d35c6e add ASCII converter and unix makefile 1999-06-15 06:37:33 +00:00
ftang%netscape.com 6fe94135ef add CID for ASCII 1999-06-15 06:27:37 +00:00
cata%netscape.com e7d2871eaf Bugfix. 1999-06-14 21:38:50 +00:00
erik%netscape.com e630a11f69 Removed the ifdef by making the BeOS-specific stuff common to both Unix
and BeOS.
1999-06-14 21:25:04 +00:00
tague%netscape.com da33426924 Update patch for BeOS. 1999-06-14 21:09:35 +00:00
tague%netscape.com 2565edb308 Fix problem for people building in obj-dir's outside of the tree. 1999-06-14 20:58:14 +00:00
tague%netscape.com a6e8e274a7 Portability fix for BeOS. Thanks to duncan@be.com. 1999-06-14 20:06:57 +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
erik%netscape.com 0d19673c18 Added GetIID. 1999-06-14 02:59:55 +00:00
blizzard%redhat.com 268bb12140 Make sure this interface has a GetIID() method. Approved by Shaver. 1999-06-14 02:11:02 +00:00
erik%netscape.com 7a833358ff LC_ALL -> LC_CTYPE (LC_ALL returns multiple values on some Unixes).
"" -> NULL (pass NULL to setlocale to query).
"locale." -> "locale.all." (someone forgot the "all." part of the key).
1999-06-12 20:56:45 +00:00
tao%netscape.com d499ab3c90 7821:make strres locale-sensitive. r=erik@netscape.com. Add api:
nsStringBundleService::CreateBundle(const char* aURLSpec, nsILocale* aLocale,
  nsIStringBundle** aResult)
1999-06-12 03:02:10 +00:00
ftang%netscape.com 2cf6b53c65 add new support for GL 1999-06-12 01:38:30 +00:00
ftang%netscape.com 82009b471b fix bug 5893 1999-06-12 01:37:46 +00:00
ftang%netscape.com 4e4cb33da1 add additional charset name 1999-06-12 00:01:32 +00:00
ftang%netscape.com 06c501d460 add factory for ISO-IR -111 userdefined charset ad cns11643 p3-7 1999-06-11 12:39:57 +00:00
sgehani%netscape.com a0be8f890b Surfaced enumeration service added in PersistentProperties. 1999-06-11 02:22:34 +00:00
ftang%netscape.com 9996fbaaac add cid for cp936 1999-06-11 00:41:23 +00:00
ftang%netscape.com f4cec6ff0b add cp949 cid 1999-06-11 00:38:52 +00:00