Commit Graph

24485 Commits

Author SHA1 Message Date
valeski%netscape.com
a555e6f8f9 nsFtpConnectionThread.h - made the destructor virtual
nsFtpProtocolConnection.h|.cpp - switched some #includes around in a blind attempt to satisfy linux
1999-04-22 21:32:30 +00:00
mscott%netscape.com
30a4d0e744 Not part of the build.
Fixes to get the test harness to work in the new preferences world again. We need to manually register the file locator component because it doesn't get self-registered in the repository.
1999-04-22 21:13:48 +00:00
warren%netscape.com
c6ab8d165e Added sourceOffset parameter to OnDataAvailable. 1999-04-22 21:06:04 +00:00
slamm%netscape.com
9bceffb703 Remember the email address in a cookie. 1999-04-22 21:02:48 +00:00
norris%netscape.com
a58f576420 Transfer examples to mozilla. 1999-04-22 20:58:54 +00:00
shaver%netscape.com
c7750ce0e4 XML_UNICODE_WCHAR_T is not suitable for use where sizeof(wchar_t) != 2. That includes Linux at least, so let's just not do this on Unix at all for now. a=donm 1999-04-22 20:51:47 +00:00
terry%netscape.com
7bcdb47f63 Fixed a bug where the long descriptions of bugs had a variety of
newline characters at the end, depending on the operating system of
the browser that submitted the text.
1999-04-22 20:42:14 +00:00
norris%netscape.com
ecee0852e5 Add examples to mozilla. 1999-04-22 20:41:57 +00:00
valeski%netscape.com
6dc1c75626 removed UsePasv from the connection handler. added some more states. 1999-04-22 20:17:46 +00:00
sfraser%netscape.com
4da56bc3e3 First Checked In. 1999-04-22 20:03:13 +00:00
slamm%netscape.com
bd3ef2018d Get rid of annoying whitespace in text area. 1999-04-22 19:52:23 +00:00
valeski%netscape.com
b9e26c63f9 yanked the ftp event sink references as they're not in use right now 1999-04-22 19:29:24 +00:00
valeski%netscape.com
c9657c11d3 pushed the stream listener hand off into the constructor so it's know before the thread is run 1999-04-22 19:28:30 +00:00
jefft%netscape.com
119aa05555 (not part of the build yet) - more works on hooking up 3-pane ui with protocol 1999-04-22 19:02:45 +00:00
jefft%netscape.com
8f1a286301 added include path - mime 1999-04-22 19:01:05 +00:00
jefft%netscape.com
6d28346e31 not part of the build yet - added msglocal.lib 1999-04-22 19:00:25 +00:00
briano%netscape.com
c8e760e9ed Automated update 1999-04-22 18:59:40 +00:00
slamm%netscape.com
ee2b70daae Tweak of last checkin. Drop comparison to 1. 1999-04-22 18:56:52 +00:00
slamm%netscape.com
6a0cf17ce5 Fix unquoted string in OJI/JAVA test. 1999-04-22 18:44:52 +00:00
donm%netscape.com
2d8d712c70 Rick Gessner helped unpretzel the logic here to get the
right answer, but suggests that this kind of math is
no longer necessary with nsString.
fixes build bustage.
1999-04-22 18:37:35 +00:00
norris%netscape.com
3328f2c45d Fix the following bug:
Subject:
        Context.newArray() bug
   Date:
        Thu, 22 Apr 1999 00:26:29 -0700
   From:
        beard@netscape.com (Patrick Beard)
     To:
        Norris Boyd <norris@netscape.com>

When the arguments array gets created, its prototype isn't set up
correctly. I think the problem is in Context.newArrayHelper(), which isn't
able to look up the "Array" constructor in the passed-in scope. For this
reaon, top-level scripts that use "arguments.length" don't work.

- Patrick
1999-04-22 18:29:07 +00:00
valeski%netscape.com
55933269eb stripped out the stream listener support (and thus the async state machine) from nsFtpProtocolConnection. nsFtpConnectionThread class now takes on the listener notification.
added nsFtpStreamListenerEvent (cpp|h) which declares the events used to push data back across the thread boundry.
1999-04-22 17:58:42 +00:00
rickg%netscape.com
40b0327745 sync up with nsString2.cpp 1999-04-22 17:43:57 +00:00
rickg%netscape.com
051bd2c363 sync up with nsString2.cpp 1999-04-22 17:36:54 +00:00
locka%iol.ie
379a8577de Initial active script site class 1999-04-22 17:30:28 +00:00
rickg%netscape.com
6f89328eeb sync up with nsString2.cpp 1999-04-22 17:26:23 +00:00
rickg%netscape.com
a628b6cf72 sync up with nsString2.cpp 1999-04-22 17:08:36 +00:00
buster%netscape.com
0423fb36df vastly improved type-in state handling. smaller and faster 1999-04-22 14:46:53 +00:00
buster%netscape.com
d4f70efea8 remove block 1999-04-22 14:45:48 +00:00
troy%netscape.com
5c6fd4e9f3 Removed the :before and :after logic that would make the pseudo-elements
siblings of the element, because the consensus seems to be that it shouldn't
work that way. Generated content is for container elements, and the generated
elements go before and after its child content
1999-04-22 14:31:19 +00:00
rods%netscape.com
9525f46b91 Added GetIID method 1999-04-22 14:16:30 +00:00
rjc%netscape.com
a89e2b099e Add support for "Related Links". 1999-04-22 11:36:35 +00:00
rjc%netscape.com
c6fb61b36c Typo. 1999-04-22 11:11:33 +00:00
rjc%netscape.com
8f9d7e7511 Save file as text. 1999-04-22 10:56:15 +00:00
rjc%netscape.com
40dcad395e Save as text files. 1999-04-22 10:50:48 +00:00
rjc%netscape.com
ab122077e4 Adding support for "Related Links". 1999-04-22 10:46:28 +00:00
nisheeth%netscape.com
af210a1bed Expat's switch to unicode buffers confused the error reporting code. Fixed. 1999-04-22 09:25:31 +00:00
warren%netscape.com
f7fa724505 Added source offset parameter to OnDataAvailable (for byte-range requests). 1999-04-22 08:47:06 +00:00
warren%netscape.com
f256cf42fb Added variant and scriptable. 1999-04-22 08:27:34 +00:00
rickg%netscape.com
4932037b7d sync up with nsString2.cpp 1999-04-22 08:23:25 +00:00
saari%netscape.com
6944afc833 Making dynamic menus on windows better behaved (but still leaky) 1999-04-22 08:17:03 +00:00
mcafee%netscape.com
3e3fc8e582 Removing nsSelectionMgr reference. 1999-04-22 08:00:44 +00:00
mcafee%netscape.com
dc1d6f1b85 Backing out nsSelectionMgr removal for now. 1999-04-22 07:55:25 +00:00
rickg%netscape.com
2c2eec1c4d update to sync with nsString2 1999-04-22 07:46:51 +00:00
mcafee%netscape.com
d7a1dfea85 Removing nsSelectionMgr references from the build. 1999-04-22 07:40:46 +00:00
warren%netscape.com
1ea549d80d Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
warren%netscape.com
154f8381b4 Removed unnecessary nsIByteBuffer.h 1999-04-22 07:31:09 +00:00
warren%netscape.com
c289c670cd Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
warren%netscape.com
0f30442aa1 Added nsIVariant and nsIScritable (for RDF). 1999-04-22 07:30:35 +00:00
rickg%netscape.com
6fabed1609 update to sync with nsString2 1999-04-22 07:07:55 +00:00