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

158 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +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
tao%netscape.com 8ab85296e3 Move strres.js to xpfe/global/resources/content 1999-08-19 23:02:36 +00:00
tao%netscape.com b441131c1d Get escaped unicode text from property file. 1999-08-19 22:38:49 +00:00
ramiro%netscape.com 6eeeaf7730 Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com 038e16b3a1 Dont link in the parser into the app. Link it in dynamically where needed.
This makes the link depenencies on unix be more like windows.  Makes it
easier to track dependency problems and simplifies makefiles.
1999-08-17 13:54:48 +00:00
ramiro%netscape.com 2835075ab2 Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
default for Linux and Solaris.  Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner.  The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful.  There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.

Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
tao%netscape.com 15ad4eb54c add debug dump 1999-08-10 02:06:54 +00:00
tao%netscape.com e733c527e9 function prototype change 1999-08-09 23:55:35 +00:00
tao%netscape.com 52187c43c4 Add locale switching test. 1999-08-09 21:36:25 +00:00
tao%netscape.com 46ad611254 Use appLocale instead of the null pointer. 1999-08-04 18:41:43 +00:00
tao%netscape.com d4b95c3193 Hooking up appLocale. 1999-08-02 21:36:38 +00:00
tague%netscape.com 2b0c246d3b Land nsLocale scriptability changes 1999-08-02 03:00:23 +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
mscott%netscape.com 5c7d6b1146 fix the build breakage...include config.mak 1999-07-29 04:37:31 +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
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
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
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
tao%netscape.com 40f2c7b9c9 Shut debug printf. 1999-07-22 19:10:02 +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
rickg%netscape.com 23b232d248 switch to faster string search API 1999-07-19 03:29:56 +00:00
rickg%netscape.com 6427f2ce5c trying to remove iostream 1999-07-17 08:28:02 +00:00
nhotta%netscape.com 628b95cd84 Updates for nsILocale change (not part of the mail build). 1999-07-16 22:57:45 +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
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
warren%netscape.com 61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
dveditz%netscape.com 0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
erik%netscape.com 4644c8a328 Delay the creation of the DLL until install:: time so that the networking
library will already have been built.
1999-06-26 18:05:41 +00:00
tao%netscape.com 9bc5b029a4 Remove warning on Linux. 1999-06-25 22:31:07 +00:00
warren%netscape.com a2a64c8c3b Swapped args to NS_OpenURI. Fixed library name. 1999-06-25 00:08:57 +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
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
tao%netscape.com 1c2d3cb520 8152: MLK in string bundle 1999-06-15 23:26:08 +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 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
erik%netscape.com 0d19673c18 Added GetIID. 1999-06-14 02:59:55 +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
sgehani%netscape.com a0be8f890b Surfaced enumeration service added in PersistentProperties. 1999-06-11 02:22:34 +00:00
ramiro%netscape.com 9c497a033b Dont hardcode the location of libdl.so. This is already done for you by
$(OS_LIBS).
1999-06-04 22:23:55 +00:00
briano%netscape.com 8699ea0019 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
andreas.otte%primus-online.de da354d1de1 copy strres.properties to $(DIST)/bin/res to give StringBundleTest something to work with 1999-05-28 21:37:38 +00:00
mcmullen%netscape.com cbc7d3604a Removed obsolete base.shlb/baseDebug.shlb 1999-05-27 21:40:58 +00:00
erik%netscape.com e89d083ae9 Switched over to auto-registration. Added Unix and Mac support. 1999-05-27 20:46:26 +00:00
erik%netscape.com 4a8385b941 Added manual registration for EventQueue and PersistentProperties. Sigh. 1999-05-26 22:08:27 +00:00
erik%netscape.com 7699a4f335 Added NULL pointer checking, since netlib returns NULL even though return
value said it succeeded.
1999-05-26 22:06:51 +00:00
dp%netscape.com e57d9eca8e Adding gfx to get NS_NewTimer() and dependents 1999-05-26 07:29:10 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
ftang%netscape.com d68c8defa2 add progid 1999-05-10 21:51:29 +00:00
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
bruce%cybersight.com 25345b7651 Remove -lnetlib from link lines. Not needed. 1999-04-28 05:30:09 +00:00
warren%netscape.com 1ea549d80d Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
pinkerton%netscape.com fc0abb60de Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh. 1999-04-10 00:15:14 +00:00
jband%netscape.com 01475d8a25 fixed typo so no extra .pdb files get left behind 1999-04-06 00:10:10 +00:00
leaf%mozilla.org 4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
ramiro%netscape.com 8ce50ad7cf Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
warren%netscape.com 44568143d6 Backed out the nsService template stuff. 1999-03-09 11:49:41 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
dp%netscape.com 1576712e2f dist/bin/components is where all loadable components will be installed. 1999-03-06 09:04:53 +00:00
dp%netscape.com 06a110237c Installing loadable components in components/ directory 1999-03-03 01:25:21 +00:00
ebina%netscape.com f099fcc21b Changing RegisterFactory to use the new API. 1999-02-26 16:07:38 +00:00
warren%netscape.com 44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
sfraser%netscape.com 313ee557d8 Mac project changes -- convert from using MLSShLibRuntime to MSLDropinRuntime. 1999-02-26 00:44:01 +00:00
cyeh%netscape.com 8beb34efa7 change from using layout/config/rules.mak to using config/rules.mak 1999-02-18 01:52:09 +00:00
ftang%netscape.com 12da02a68a add toc file 1999-02-17 15:15:39 +00:00
ftang%netscape.com 2a89e618da fix the export problem 1999-02-16 19:24:09 +00:00
troy%netscape.com 25b61792ea Added NS_RELEASE of nsIInputStream interface in nsStringBundle constructor 1999-02-14 05:07:13 +00:00
dp%netscape.com 81c281f428 Adding libreg as xpcom depends on it 1999-02-10 02:01:50 +00:00
mcafee%netscape.com 726434e734 ignore genereated files 1999-02-08 08:26:34 +00:00
erik%netscape.com 65a5a7abf5 Changed over to the service model. Seems cleaner now. 1999-02-05 21:10:04 +00:00
dp%netscape.com acc1d1b271 Fixed mRefCnt not being initialized 1999-02-05 18:50:08 +00:00
erik%netscape.com 61113fb771 Unix Makefile for this directory. 1999-02-03 18:14:04 +00:00
erik%netscape.com b9e87785ed Fixed compiler warnings on Linux, and added code for LockFactory. 1999-02-03 18:08:03 +00:00
erik%netscape.com 6b2136e751 commented out the REQUIRES line to get around dependency problem with
raptorbase.lib when building strres.dll
1999-02-01 19:23:34 +00:00
erik%netscape.com 9e482a5454 changed locale argument from nsString to nsILocale 1999-01-30 00:29:33 +00:00