briano%netscape.com
edc3234ef7
Automated update
1999-05-06 19:14:37 +00:00
alecf%netscape.com
9693a8802a
remove -Wsign-compare because it confuses gcc 2.7.2.1
1999-05-06 19:03:23 +00:00
beard%netscape.com
ea4590eb61
don't know how, but line endings got whacked.
1999-05-06 15:52:25 +00:00
dp%netscape.com
b0f375f01f
Using nsIFileLocator instead of nsSpecialFileSpec for Autoregistration
1999-05-06 15:19:22 +00:00
beard%netscape.com
e37c083d37
First Checked In.
1999-05-06 15:06:11 +00:00
beard%netscape.com
0a7c2d5f5b
First Checked In.
1999-05-06 14:39:20 +00:00
beard%netscape.com
e1add767cb
tool changes
1999-05-06 14:30:29 +00:00
beard%netscape.com
1fe602d4e3
added xptcstubs_mac.cpp/.s, removed xptcstubs_.mac.cpp
1999-05-06 14:29:31 +00:00
beard%netscape.com
ac665484f9
XP_MAC: no longer using mac_fopen, replacing fopen itself. added mac_warning.
1999-05-06 14:27:57 +00:00
dp%netscape.com
03cb5998dd
Fixed AutoregisterComponent() to return a value
1999-05-06 14:27:09 +00:00
beard%netscape.com
52b7ee9887
for XP_MAC, added macro renaming main to xptdump_main, for use in CodeWarrior plugin, changed all uses of "stat" to call to get_file_length() for clarity, and to lessen number of calls to stat in code.
1999-05-06 14:25:10 +00:00
beard%netscape.com
23b01037c6
For XP_MAC, added macro renaming main to xptlink_main, for use in CW plugin linker, uint32 -> PRUint32, renamed xpt_dump_usage -> xpt_link_usage.
1999-05-06 14:22:46 +00:00
beard%netscape.com
6202fe13f7
fixed stores of types smaller than sizeof(PRInt32)
1999-05-06 14:21:08 +00:00
beard%netscape.com
ac5c447a65
fixed floating point loads, vtable offset, r4 <- r6.
1999-05-06 14:19:34 +00:00
beard%netscape.com
b74c11cb44
First Checked In.
1999-05-06 14:16:15 +00:00
rods%netscape.com
762b2f1830
removed some old D&D code that was commented out, fixed processing of arrows
...
keys by returning the status from dispatch.
1999-05-06 14:00:25 +00:00
dp%netscape.com
0940fc0041
Moving Autoregitration out of SetupRegistry()
1999-05-06 13:35:25 +00:00
dp%netscape.com
742a5a0b48
Removing stray UnregisterFactory(..., path)
1999-05-06 13:33:42 +00:00
dp%netscape.com
3371f4c197
Landing M6 XPCOM Code cleanup branch
1999-05-06 13:29:37 +00:00
mccabe%netscape.com
9e675bb870
Initial checkin of distribution makefile system for our brandfangled free source Rhino.
1999-05-06 07:51:15 +00:00
dcone%netscape.com
6b985124a3
fixed an autoString to use the GetUnicode() call
1999-05-06 07:42:43 +00:00
dcone%netscape.com
985214ab32
fixed a bug with using mString to use the unicode value
1999-05-06 06:57:24 +00:00
nisheeth%netscape.com
80fcadde79
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
d0206cf9f1
sync with nsString2
1999-05-06 06:47:15 +00:00
briano%netscape.com
e8e06eb754
Automated update
1999-05-06 06:44:41 +00:00
briano%netscape.com
d148fd74ae
Fix for SunOS 4.x.
1999-05-06 06:39:14 +00:00
waterson%netscape.com
a2c461d17b
Fix compiler warnings. Make -pedantic build again.
1999-05-06 06:34:07 +00:00
waterson%netscape.com
2c53b41852
Fix compiler warnings.
1999-05-06 06:33:47 +00:00
waterson%netscape.com
4c67165bad
Fix off-by-one error, and an infinite loop.
1999-05-06 06:32:54 +00:00
briano%netscape.com
3cc477a92e
Automated update
1999-05-06 06:02:45 +00:00
briano%netscape.com
e78b35bf95
Fix for NetBSD/x86.
1999-05-06 06:02:25 +00:00
briano%netscape.com
05dcf44857
Forgot to add AIX_SHLIB_BIN.
1999-05-06 05:41:10 +00:00
waterson%netscape.com
4ed012a924
Obsolete.
1999-05-06 05:17:37 +00:00
waterson%netscape.com
3072ab325f
Suppress unused parameter warnings.
1999-05-06 05:15:26 +00:00
rickg%netscape.com
214d738d23
new nsString modz; getting ready for nsString2 switchover
1999-05-06 05:13:08 +00:00
dveditz%netscape.com
d94a1bc88f
minor startup performance improvement
1999-05-06 04:19:06 +00:00
dougt%netscape.com
59846cb28f
removing software update references.
1999-05-06 04:18:44 +00:00
dougt%netscape.com
f89e42d376
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
5ec1eeb367
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
bd92244027
- 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
ec175068d2
Added parameters for charset to LoadDocument().
1999-05-06 03:53:28 +00:00
hangas%netscape.com
631b4c58c4
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
34432cf8f9
sspitzer: port news to the mac
1999-05-06 03:24:48 +00:00
briano%netscape.com
d59048afc5
Automated update
1999-05-06 03:17:19 +00:00
briano%netscape.com
438ad5c393
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
0a58ef7124
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
f9e7d81229
Automated update
1999-05-06 02:21:12 +00:00
briano%netscape.com
fe36b7d5f7
Boy, that was dumb. Fixed the MKSHLIB recursion bug I checked in.
1999-05-06 02:20:46 +00:00
nisheeth%netscape.com
066767c792
- 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
888ec9541e
Added OpenBSD to the list.
1999-05-06 01:58:22 +00:00