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

138 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com fd69a2f423 Landing nsIFile. 2000-01-24 21:28:28 +00:00
bruce%cybersight.com a0e34ea2f3 Speeling cownts. r=shaver 2000-01-17 21:28:22 +00:00
cata%netscape.com f9d6390067 Various small fixes. r=erik 2000-01-13 23:18:35 +00:00
ftang%netscape.com 8384beb244 fix bug 22921 . Use generic module macro to implement the module. 2000-01-11 22:05:50 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
cata%netscape.com 8508e011f5 Fixing registry premature closing bug. r=dp 2000-01-06 23:20:12 +00:00
cata%netscape.com fdb1db7071 Fixing registry premature closing bug. r=dp 2000-01-06 23:18:53 +00:00
cata%netscape.com 88c0aaf1e4 Adding nsExtensibleStringBundle support. r=ftang 2000-01-06 21:54:52 +00:00
cata%netscape.com a53115c0db Adding nsExtensibleStringBundle support. 2000-01-06 21:54:27 +00:00
warren%netscape.com 26b7d345a1 Made nsIProperties scriptable. Bug #21982 2000-01-05 09:29:25 +00:00
warren%netscape.com a265a32348 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
jdunn%netscape.com d70d78c6bf Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
erik%netscape.com 4b8a031d94 bug 15627; got rid of compiler warning; r=none 1999-11-15 21:18:24 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
cls%seawood.org 14ef08310e Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
tbogard%aol.net c9198a207c Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
cata%netscape.com db7dfb14bc Conversion to Module. Reviewed by dp. Bug #15589. 1999-10-18 22:23:28 +00:00
law%netscape.com dd27620983 Bug #14999; removed use of toolkit app core; rev=tao@netscape.com 1999-10-09 06:17:46 +00:00
beard%netscape.com b547c2ffb0 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
hyatt%netscape.com 9e75934ef0 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
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
briano%netscape.com 903d52c236 General cleanup. 1999-09-11 03:07:11 +00:00
jj%netscape.com a9775c6e67 First Checked In. 1999-09-10 23:13:38 +00:00
briano%netscape.com 5145f1e4b3 Cleaned it up. 1999-09-08 01:04:55 +00:00
briano%netscape.com 4ce8501fbd Got rid of the obsolete non-necko stuff. 1999-09-08 01:04:24 +00:00
tague%netscape.com e95bcca748 Cleaned up some NS_OK comparisons. Replaced them with macros. 1999-09-01 20:02:06 +00:00
cyeh%netscape.com cc2825cbe0 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
erik%netscape.com cdb2cc61e1 Fixing warnings. 1999-08-30 21:59:42 +00:00
ramiro%netscape.com 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
tao%netscape.com f7b4d7d2f9 Export strres-test.xul; add clobber rules to .win 1999-08-24 22:47:02 +00:00
ramiro%netscape.com e1f2489b0c Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
mccabe%netscape.com 779d51d186 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 20a9e0e1d1 Move strres.js to xpfe/global/resources/content 1999-08-19 23:02:36 +00:00
tao%netscape.com 158a403403 Get escaped unicode text from property file. 1999-08-19 22:38:49 +00:00
ramiro%netscape.com 0e1b8a922a Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com db81b7d904 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 33f8c1f169 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 e3311bea10 add debug dump 1999-08-10 02:06:54 +00:00
tao%netscape.com 0e139697e5 function prototype change 1999-08-09 23:55:35 +00:00
tao%netscape.com b2b358c602 Add locale switching test. 1999-08-09 21:36:25 +00:00
tao%netscape.com 26a8f6d685 Use appLocale instead of the null pointer. 1999-08-04 18:41:43 +00:00
tao%netscape.com ebc0e6d229 Hooking up appLocale. 1999-08-02 21:36:38 +00:00
tague%netscape.com 1ee10c3a77 Land nsLocale scriptability changes 1999-08-02 03:00:23 +00:00
tao%netscape.com 47e31d680f Fix un-terminated buffer. 1999-07-31 16:26:19 +00:00
tao%netscape.com 2de71bc4ff Rename JS_GetStrBundle() to srGetStrBundle(). 1999-07-31 16:25:34 +00:00
mscott%netscape.com 42254537d5 fix the build breakage...include config.mak 1999-07-29 04:37:31 +00:00
briano%netscape.com ea37bbc00a 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 57eb2bf334 Update test cases. 1999-07-28 05:42:32 +00:00
morse%netscape.com 880a404f49 fix bug 10423 1999-07-28 04:31:12 +00:00