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

48 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net 35af6877c7 HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver. 2000-03-11 01:17:00 +00:00
bryner%uiuc.edu bbfe27364b Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
mscott%netscape.com 6161e6c59e api sync for doc loader service
r=travis
2000-01-29 06:11:44 +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
rpotts%netscape.com e4d36a4fca Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad. 1999-12-29 07:32:59 +00:00
scc%netscape.com f4ad22b9d9 Make observers support weak references. Bug #18682; r=dp. 1999-12-07 14:06:36 +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
dp%netscape.com 6e19dd7919 - Removed IID defines
- Using GenericModule
1999-11-29 21:07:48 +00:00
tbogard%aol.net 59ee64277a Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. Fixed some refcounting (or lack there of). This module NEEDS SERIOUS XPCOM work and review. r=pavlov 1999-11-15 07:28:44 +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
neeti%netscape.com a85ac22f67 Converted dll to use nsIModule - bug 14034, r=dp 1999-10-16 03:05:55 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
alecf%netscape.com e2e0c40b30 stop linking against prefs, and eliminate commented-call that was showing up on my queries 1999-09-11 19:43:46 +00:00
briano%netscape.com 73fb9e6a30 General cleanup. 1999-09-11 01:34:27 +00:00
briano%netscape.com 92c7c938f4 Cleaned it up. 1999-09-08 00:24:27 +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
rpotts%netscape.com 3ed5c99db2 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
mccabe%netscape.com b601095f5d Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro. 1999-08-22 09:18:49 +00:00
valeski%netscape.com 2eae3c61f7 api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:37:52 +00:00
valeski%netscape.com e8728c2ed4 cyeh approved - stability repairs 1999-07-29 21:16:27 +00:00
mscott%netscape.com 067a0ca16a try to force NECKO to be defined to fix pix problems on the tinderbox builds. Many of us pulling in our own tree
aren't seeing this.
1999-07-29 06:35:48 +00:00
mscott%netscape.com 9265103d44 fix build breakage...include config.mak 1999-07-29 04:41:07 +00:00
warren%netscape.com 7bcb94a320 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
warren%netscape.com c5684bf4d7 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
warren%netscape.com 0cd57746e8 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
andreas.otte%primus-online.de 3e44c4e9d0 adding samples, renaming testPICS to TestPICS 1999-07-03 08:42:26 +00:00
dveditz%netscape.com ac92b86ba4 makeile cleanups 1999-07-02 13:38:47 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
ftang%netscape.com 5b5420053a add new method to nsIElementObserver classes 1999-06-22 03:37:22 +00:00
valeski%netscape.com 487d9ea921 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
radha%netscape.com f2d7e4c640 New arguments to OnEndDocumentLoad() 1999-06-14 23:37:37 +00:00
rickg%netscape.com 90cfb0c2f6 updated to nsString2 api's 1999-05-29 07:02:08 +00:00
law%netscape.com 39f375f872 XPIDL-ifying nsIObserver/nsIObserverService 1999-05-29 00:51:17 +00:00
dp%netscape.com 3ff9d53e3c removing -lreg 1999-05-26 07:08:19 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
neeti%netscape.com a44e1e4fa4 Changed GetTagName api to return a tag for the index passed in.
This enables observers to register for more than one tag.
1999-05-17 20:00:58 +00:00
bruce%cybersight.com 32b26447d2 Make destructor virtual 1999-05-16 04:01:02 +00:00
neeti%netscape.com 69db00b950 hooking up pics to SetRendering api 1999-05-13 20:28:30 +00:00
mcafee%netscape.com fd89f21d7b Ignore generated files. 1999-05-10 06:25:15 +00:00
bruce%cybersight.com ce8f431ac6 Conditionally adding PICS (extensions/pics/) to the unix build. Use --enable-pics with configure to turn it on and build it. Not called anywhere yet. Neeti is aware that I was doing this. 1999-05-08 01:43:41 +00:00
neeti%netscape.com b7b008d01f Fix for bug 6099 1999-05-07 19:14:49 +00:00
bruce%cybersight.com ba9bc25e43 Fix unix build for PICS after the landing from neeti. 1999-05-07 07:34:15 +00:00
neeti%netscape.com ec4ebc2066 Landing PICS 1999-05-07 05:26:41 +00:00
neeti%netscape.com f11bcc64a9 landing pics 1999-05-07 05:26:13 +00:00
neeti%netscape.com 70de23e005 First version 1999-03-18 22:32:56 +00:00