norris%netscape.com
b901db9067
Optimization: avoid allocating a Vector object for every LiveConnect call.
1999-06-07 18:13:15 +00:00
andreas.otte%primus-online.de
332b7d7c0e
correct two typos
1999-06-07 16:56:36 +00:00
jdunn%netscape.com
90da68314b
backing out my illegal checkin that i did when the tree was closed
1999-06-07 16:27:57 +00:00
jdunn%netscape.com
8d8168000c
specifying that the base classes are indeed public (since some native
...
compilers default unspecified ones as private)
1999-06-07 16:21:03 +00:00
blizzard%redhat.com
a3f3e05e23
remove widgets that don't exist anymore. THIS IS NOT PART OF THE BUILD.
1999-06-07 15:32:17 +00:00
waterson%netscape.com
753a01341a
Initial revision. Not yet in the build.
1999-06-07 10:08:47 +00:00
waterson%netscape.com
b55c316816
Initial revision. Not yet in the build.
1999-06-07 09:56:34 +00:00
mscott%netscape.com
c78ee2032c
Don't build dll until the install phase, not the lib phase.
1999-06-07 08:22:54 +00:00
mscott%netscape.com
bb264789fb
Fix win32 build breakage (*I think*) by not trying to generate the dll until the install
...
phase and not the lib phase.
1999-06-07 08:13:14 +00:00
mscott%netscape.com
f8948272f2
Part of makefile clean up for windows. Changes include removing old cruft, giving each
...
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 07:16:53 +00:00
waterson%netscape.com
b71ffc7f9d
Add Equals() method to Window class to support comparison of XPConnect-wrapped nsIDOMWindow and idlc Window.
1999-06-07 07:16:01 +00:00
rpotts%netscape.com
b13ab4754e
Fixed up uninitialized variable... Oops
1999-06-07 07:12:56 +00:00
mscott%netscape.com
a7e4128294
Part of makefile clean up for windows. Changes include removing old cruft, giving each
...
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 07:03:50 +00:00
mscott%netscape.com
266ed15e24
Part of makefile clean up for windows. Changes include removing old cruft, giving each
...
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
mscott%netscape.com
853e1ab67e
Build mork before msgdb.
1999-06-07 06:45:56 +00:00
mscott%netscape.com
b010b6ca4e
Part of makefile clean up for windows. Changes include removing old cruft, giving each
...
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
1999-06-07 06:41:51 +00:00
rpotts%netscape.com
fee781a983
Fixed up compiler warning on Linux...
1999-06-07 06:30:59 +00:00
rpotts%netscape.com
a7c51818e8
Added a new file - nsSocketTransportStreams.cpp to the build...
1999-06-07 06:28:07 +00:00
rpotts%netscape.com
699ccbf0a8
Work on blocking streams...
1999-06-07 06:27:34 +00:00
rjc%netscape.com
9638765196
Get context popup menus work on Mac by checking if the CTRL key is down (just like how the Mac's Finder works).
1999-06-07 05:43:09 +00:00
jband%netscape.com
ab56353b31
allow for mapping both directions between NULL and JSVAL_NULL for all pointer type objects (string, wstring, nsid, as well as interface pointers
1999-06-07 05:09:38 +00:00
alecf%netscape.com
ca776f901e
XPConnect doesn't seem to like returning NULL from string accessors
1999-06-07 04:29:18 +00:00
sdagley%netscape.com
359d4738a2
Fix bug #6507 . PR_fprintf() with PR_GetSpecialFD(PR_StandardOutput) or PR_GetSpecialFD(PR_StandardError) as the file argument now works on the Mac with output directed to the SIOUX stdout console window.
1999-06-07 02:37:28 +00:00
waterson%netscape.com
402b1dcdaa
Add nsService constructor that allows you to get a service by ProgID using the statically linked nsServiceManager API.
1999-06-07 02:24:29 +00:00
alecf%netscape.com
4256db97c8
build test
1999-06-06 22:38:34 +00:00
alecf%netscape.com
5ef0b5fc67
ignore makefile
1999-06-06 22:37:35 +00:00
alecf%netscape.com
8d547bee6a
add some sample JavaScript tests
1999-06-06 22:37:16 +00:00
morse%netscape.com
396038a71c
fixed some ifdefs that were backwards
1999-06-06 20:40:11 +00:00
morse%netscape.com
1542dceba7
added ifdefs for places in which the i18n localizations don't work
1999-06-06 19:50:06 +00:00
morse%netscape.com
8ac3f202a2
added real dialogs
1999-06-06 18:55:46 +00:00
alecf%netscape.com
3ea7a6c876
make a little more robust so that we can easily call this from JS
1999-06-06 18:46:03 +00:00
mscott%netscape.com
d2b2e2cc4b
Updates to include the fact that Initialialzing the protocol instance no longer requires the
...
transport object to be created. It does it for you. These changes are related to my
nsMsgProtocol changes.
1999-06-06 18:39:56 +00:00
mscott%netscape.com
35288a8c60
Revamp of news protocol to use my new nsMsgProtocol base class. This caused the signature of
...
several functions to change.
I also added some code to properly kill the network connection after we have finished
a nntp command.
1999-06-06 18:38:43 +00:00
morse%netscape.com
a05bc5737f
get initial value for checkbox, save checkbox value when CANCEL is pressed
1999-06-06 15:58:08 +00:00
rhp%netscape.com
80d23eb80e
forgot to use the propertyURL for as the resource URL
1999-06-06 13:28:30 +00:00
srinivas%netscape.com
f8e5cceb18
QNX port; checkin for briano@netscape.com. Bug #7276 .
1999-06-06 12:10:45 +00:00
andreas.otte%primus-online.de
324027b316
write \0 not on but after the CRLF on Headers
1999-06-06 09:40:56 +00:00
andreas.otte%primus-online.de
45b8467782
variable rv of type nsresult was not initialized in CreateInstance and in case of creating a StandardUrl with no Init in CreateInstance (and using rv) making it random to the calling function if creating the Url succeeded. This is what I thought was a namespace problem between necko and old netlib.
1999-06-06 09:16:49 +00:00
mccabe%netscape.com
d69ad0ab5c
Fix xpidl-generated header and .xpt dependency on outdated IDL_COMPLE to the brandfangled new XPIDL_COMPILE symbol. Looks like I missed it when I made the change...
...
Thanks to Jeremy Lea <reg@shale.csir.co.za> for catching this.
1999-06-06 04:47:42 +00:00
mccabe%netscape.com
6c864cef7d
Change the emacs /* Mode: */ comment for many .cpp files from C to C++. A .js file snuck in there too, but I like seeing my .js in c++-mode anyway...
1999-06-06 04:25:58 +00:00
mccabe%netscape.com
93bf7039b9
Patches courtesy Jeremy Lea <reg@shale.csir.co.za>
...
To wit:
Attached are a couple of small fixes for building in the js/ subdir.
These are for FreeBSD-CURRENT, and for building in a seperate OBJDIR.
The FreeBSD one is a quick and dirty. The real fix is pobably just to
use OS_LDFLAGS as defined by configure...
1999-06-06 04:10:33 +00:00
saari%netscape.com
cdea685c18
First Checked In.
1999-06-06 01:26:05 +00:00
saari%netscape.com
9f5727f9e5
adding files for keybinding. Not yet in the build
1999-06-06 01:25:40 +00:00
saari%netscape.com
60fb752c9e
Mac only change. Fix bug #7296
1999-06-06 01:23:56 +00:00
morse%netscape.com
9d2a638378
trying for third time to fix bustage on mac
1999-06-06 00:56:14 +00:00
morse%netscape.com
d004a6e70b
try again to fix bustage on mac
1999-06-06 00:54:59 +00:00
morse%netscape.com
d78b627ff4
fix bustage on mac
1999-06-06 00:35:20 +00:00
sspitzer%netscape.com
b89bb52160
use NS_DEFINE_CID instead of NS_DEFINE_IID.
1999-06-06 00:01:02 +00:00
sspitzer%netscape.com
f076b784a2
fix warnings. use NS_WITH_SERVICE. use NS_DEFINE_CID instead of NS_DEFINE_IID. remove unnecessary static kINetSupportDialogIID
1999-06-06 00:00:39 +00:00
Jerry.Kirk%Nexwarecorp.com
2ab0fac5be
- Changed include of nsWindow.h to nsWidget.h as it should have been
1999-06-05 23:57:47 +00:00