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

1067 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 1da7d3868d fix for 18078. r=mstoltz,warren 1999-11-30 00:32:43 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
dmose%mozilla.org 7a91d8fab2 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
waterson%netscape.com ab20f5e245 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 02:10:08 +00:00
warren%netscape.com b90a06a288 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
briano%netscape.com 83eadd18a0 General cleanup. 1999-09-17 22:12:46 +00:00
cyeh%netscape.com 1a74604c52 remove STANDALONE_IMAGE_LIB define. We always built with it by default.
General makefile cleanup to make configuring easier.
1999-09-02 01:10:47 +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
ramiro%netscape.com e1f2489b0c Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
ramiro%netscape.com cc992c1149 Why do these makefile keep getting ressurected ? 1999-08-24 14:35:50 +00:00
ramiro%netscape.com c04a34221d DIE DAMMIT 1999-08-24 03:34:13 +00:00
briano%netscape.com 0050317a7f Cleaned it up and eliminated the reference to the obsolete OBJDIR macro. 1999-08-20 03:14:37 +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
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
rickg%netscape.com bcfb3a153a replaced call to deprecated nsString API 1999-07-26 00:47:36 +00:00
tao%netscape.com 475cd91987 Adopt new str res api prototype. 1999-07-22 04:41:11 +00:00
nisheeth%netscape.com e161ec5fd6 Make NS_OK and NS_FALSE play better with the NS_FAILED and NS_SUCCEEDED macros. 1999-07-21 19:42:14 +00:00
gagan%netscape.com 20c0996ab2 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
ramiro%netscape.com 342b5083f1 Landing timer move on unix. 1999-07-17 14:22:51 +00:00
sspitzer%netscape.com 74c476330c fix warning 1999-07-15 06:58:53 +00:00
sspitzer%netscape.com 3649363fc2 wrap with DEBUG_pnunn. pnunn owns bug #8244. the rest of us don't need
to see this message a billion times a day.
1999-07-13 23:37:09 +00:00
nisheeth%netscape.com ddd945c6d6 Fix for bug 9358. Added a new reload type: nsURLReloadFromHistory which will be used when session history loads urls into raptor. 1999-07-08 01:42:13 +00:00
ramiro%netscape.com c536f8ea5b Fix public declaration. 1999-07-07 08:21:51 +00:00
sspitzer%netscape.com f7179e314a fix warnings because I'm anal. 1999-07-07 07:06:14 +00:00
toshok%hungry.com e4af492418 squelch unused parameter warnings. 1999-07-07 05:38:55 +00:00
ramiro%netscape.com abf0cc4a0f Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
sspitzer%netscape.com 68af893793 fix warning 1999-07-06 22:55:45 +00:00
sspitzer%netscape.com c5c151d5e7 fix warnings 1999-07-06 22:43:25 +00:00
radha%netscape.com 445038681f Set XP_AppPlatform to the right platform name instead of a
generic "Unix". This checkin applies only to unix builds
1999-07-04 22:41:59 +00:00
briano%netscape.com ceb95c0c3a Fix for QNX, whose stat struct doesn't have st_blksize. 1999-07-03 01:34:36 +00:00
sspitzer%netscape.com 43c3f19b1c fix warnings 1999-07-03 00:39:28 +00:00
ramiro%netscape.com 86fad9ffe1 Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat.
All these changes are safely ifdefed out for the time being.
There are also a few implementation
DEFINES cleanups.
1999-07-02 14:59:36 +00:00
ramiro%netscape.com ebd5d062c3 Add PUBLIC. 1999-07-02 14:42:09 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
ramiro%netscape.com b86c78a296 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
sspitzer%netscape.com 026eff4887 c++ comments in c code bad. thanks dveditz 1999-07-02 06:26:25 +00:00
sspitzer%netscape.com 175c602ccd I know this isn't supposed to happen. but it is on linux. so I'm changing it
to avoid the abort.
1999-07-02 06:19:44 +00:00
law%netscape.com 93fe1ce7f7 Fix for bug #4930; calculate Win version properly 1999-07-01 23:09:17 +00:00
warren%netscape.com 8462929dda Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
morse%netscape.com fadb6fd4e2 fix bug 8743 1999-06-29 22:34:48 +00:00
scc%netscape.com d049be3c31 Added |GetIID()| 1999-06-29 20:28:56 +00:00
mcafee%netscape.com b365542c28 Changes for BeOS. 1999-06-28 08:12:44 +00:00
mcafee%netscape.com 516325173b BeOS changes. 1999-06-27 10:17:36 +00:00
mcafee%netscape.com 89791c9241 BeOS changes 1999-06-27 10:13:28 +00:00
pnunn%netscape.com 9aff20f7a4 ok'd by warren and gagan. pnunn. 1999-06-25 19:50:58 +00:00
pnunn%netscape.com de39717ee6 ok'd by warren and gagan .pnunn 1999-06-25 19:49:00 +00:00
ramiro%netscape.com 05ae9c3868 Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
warren%netscape.com 2f5289766d Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
leaf%mozilla.org 953c0415c3 removing extraneous formats from sprintf call. (It's bad, umkay?) 1999-06-24 19:48:27 +00:00
pnunn%netscape.com 107a46768d We don't need xbm in the accept list. ok'd by judson and gagan. pnunn. 1999-06-23 19:56:11 +00:00