Commit Graph

26009 Commits

Author SHA1 Message Date
dp%netscape.com
c4faf68d49 Moving Autoregitration out of SetupRegistry() 1999-05-06 13:35:25 +00:00
dp%netscape.com
f9c7ab8b52 Removing stray UnregisterFactory(..., path) 1999-05-06 13:33:42 +00:00
dp%netscape.com
2f513cd724 Landing M6 XPCOM Code cleanup branch 1999-05-06 13:29:37 +00:00
mccabe%netscape.com
ed1922475f Initial checkin of distribution makefile system for our brandfangled free source Rhino. 1999-05-06 07:51:15 +00:00
dcone%netscape.com
df73d51115 fixed an autoString to use the GetUnicode() call 1999-05-06 07:42:43 +00:00
dcone%netscape.com
1aaa43ccfe fixed a bug with using mString to use the unicode value 1999-05-06 06:57:24 +00:00
nisheeth%netscape.com
4610242a5c The document loader that initiates the nsIDocumentLoaderObserver notifications is now passed up the document loader hierarchy. This was needed because external services that register as observers to the top level document loader expect to receive the document loader that is initiating the notification as a parameter in the notification. Earlier, they were always receiving the top level document loader regardless of which document loader initiated the notification. 1999-05-06 06:52:05 +00:00
rickg%netscape.com
80f580de9f sync with nsString2 1999-05-06 06:47:15 +00:00
briano%netscape.com
16248818fb Automated update 1999-05-06 06:44:41 +00:00
briano%netscape.com
aee1344959 Fix for SunOS 4.x. 1999-05-06 06:39:14 +00:00
waterson%netscape.com
fe7fe2c9cb Fix compiler warnings. Make -pedantic build again. 1999-05-06 06:34:07 +00:00
waterson%netscape.com
ddd622484c Fix compiler warnings. 1999-05-06 06:33:47 +00:00
waterson%netscape.com
35178a5334 Fix off-by-one error, and an infinite loop. 1999-05-06 06:32:54 +00:00
briano%netscape.com
a1f49395c0 Automated update 1999-05-06 06:02:45 +00:00
briano%netscape.com
187f4d2bd0 Fix for NetBSD/x86. 1999-05-06 06:02:25 +00:00
briano%netscape.com
79a85b82c3 Forgot to add AIX_SHLIB_BIN. 1999-05-06 05:41:10 +00:00
waterson%netscape.com
e7e4b0fb16 Obsolete. 1999-05-06 05:17:37 +00:00
waterson%netscape.com
f9adab0bb3 Suppress unused parameter warnings. 1999-05-06 05:15:26 +00:00
rickg%netscape.com
4957d2ba64 new nsString modz; getting ready for nsString2 switchover 1999-05-06 05:13:08 +00:00
dveditz%netscape.com
e90a239bae minor startup performance improvement 1999-05-06 04:19:06 +00:00
dougt%netscape.com
b78cee3476 removing software update references. 1999-05-06 04:18:44 +00:00
dougt%netscape.com
72fe2554f9 reduce alot of code by using nsFileSpec
now using nsISupports macros (thanks dp)
now manager is a singleton.
various other changes.
1999-05-06 04:12:22 +00:00
dougt%netscape.com
529b22c8b3 Hooking up xpinstall to the viewer. This will cause a new instance of the
xpinstall to be created when the viewer launches.  This will be removed
(along with the startup of silentdl) once we have a way of starting up
components less intrusive.

nsViewer.cpp - Added CreateInstance and related code to start component
makefile.win - Added new include path
1999-05-06 03:59:47 +00:00
nisheeth%netscape.com
9030c63eb2 - Implemented GetContentViewerContainer() in the nsDocLoaderImpl() object.
- Added charset parameters to LoadDocument(), a method defined in nsIWebShellServices
1999-05-06 03:54:40 +00:00
nisheeth%netscape.com
defad4500b Added parameters for charset to LoadDocument(). 1999-05-06 03:53:28 +00:00
hangas%netscape.com
2720443534 sspitzer: port news to the mac. remove silly printfs. put useful printfs behind DEBUG_NOISY_NEWS, so I can turn them all on from a Mac 1999-05-06 03:25:47 +00:00
hangas%netscape.com
795848a5d2 sspitzer: port news to the mac 1999-05-06 03:24:48 +00:00
briano%netscape.com
3f34a2728d Automated update 1999-05-06 03:17:19 +00:00
briano%netscape.com
dd50c5fce8 Added a check for makeC++SharedLib_r on AIX if NO_SHARED_LIB is not set. 1999-05-06 03:16:55 +00:00
nisheeth%netscape.com
a17433324b Fixing Unix build bustage. The interface file got checked in with incorrect casing in the file name. 1999-05-06 02:53:01 +00:00
briano%netscape.com
ed999c13b1 Automated update 1999-05-06 02:21:12 +00:00
briano%netscape.com
6a5d288db5 Boy, that was dumb. Fixed the MKSHLIB recursion bug I checked in. 1999-05-06 02:20:46 +00:00
nisheeth%netscape.com
e2125bb76b - adding stubs for the methods in nsIWebShellServices implemented by the nsWebShell object.
- adding a stub implementation of the GetContentViewerContainer() method to nsDocLoaderImpl.
1999-05-06 01:58:48 +00:00
briano%netscape.com
2360b6da2a Added OpenBSD to the list. 1999-05-06 01:58:22 +00:00
briano%netscape.com
55d517229f This should prevent Solaris/x86 from overriding its CPPSRCS setting with that for sparc. 1999-05-06 01:57:02 +00:00
nisheeth%netscape.com
6d73a13ebb - Adding the nsIWebShellServices interface that will be used by external services to access the webshell.
- Also, adding a method to nsIDocumentLoader that maps a document ID into an nsIContentViewerContainer.
1999-05-06 01:55:10 +00:00
hangas%netscape.com
95980cc7e0 Updated to build on Mac 1999-05-06 01:53:31 +00:00
nisheeth%netscape.com
456d374c32 Pass a pointer to the document object when you call the Parse method on the parser object.f 1999-05-06 01:51:31 +00:00
nisheeth%netscape.com
b0200eb326 Pass in the document object as a key to the parser. 1999-05-06 01:50:26 +00:00
fur%netscape.com
a338679826 Delete jsmathtemp.o when clobber'ing 1999-05-06 01:50:11 +00:00
nisheeth%netscape.com
65654404f9 Added a key as a parameter to all the different versions of the Parse method in nsIParser. 1999-05-06 01:48:56 +00:00
saari%netscape.com
7defd901c3 Fixing Mac menu bug 1999-05-06 01:45:48 +00:00
saari%netscape.com
fecc865f7a Plug a leak 1999-05-06 01:43:12 +00:00
mscott%netscape.com
64a29e2689 Bug 5991 --> Fix crash in smtpTest caused by the event queue carpool yesterday. We need to make sure the event queue is registered. 1999-05-06 01:38:25 +00:00
dp%netscape.com
b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
mscott%netscape.com
5f301a0025 Bug 5991 --> Fix crash in pop3Test caused by the event queue carpool yesterday. We need to make sure the event queue is registered. 1999-05-06 01:35:40 +00:00
cmanske%netscape.com
583a805f99 Added the redraw hack to SetParagraphFormat so we can see the content change 1999-05-06 01:33:48 +00:00
rjc%netscape.com
191179bbfd New file: loading.gif 1999-05-06 01:19:25 +00:00
rjc%netscape.com
f1eb290097 First Checked In. 1999-05-06 01:19:04 +00:00
alecf%netscape.com
9688b96475 fix some warnings on unix:
- fix shadow variable "key"
- rename "index" to "kindex"
- rename shadow "err" to mdberr because the outter one was a nsresult
1999-05-06 01:01:11 +00:00