Commit Graph

24402 Commits

Author SHA1 Message Date
pnunn%netscape.com
3761a19f90 No longer needed. pn. 1999-04-22 22:45:35 +00:00
pnunn%netscape.com
a0f48373ee Changes needed for new timer code. pn. 1999-04-22 22:41:26 +00:00
pnunn%netscape.com
4018fc9641 Implements decoder api. pn. 1999-04-22 22:40:46 +00:00
pnunn%netscape.com
5a1c2c9bfd Bruce's patch. pn. 1999-04-22 22:38:46 +00:00
pnunn%netscape.com
a8af3108a4 Implements decoder api. pnunn. 1999-04-22 22:37:16 +00:00
pnunn%netscape.com
134ea308f3 No longer needed. pn. 1999-04-22 22:35:25 +00:00
donm%netscape.com
cd8dd17c44 backing out hyatt's change 1999-04-22 22:35:05 +00:00
pnunn%netscape.com
bee7db0cb7 Will be inplemented in extensions directory. pnunn. 1999-04-22 22:32:51 +00:00
pnunn%netscape.com
281ff3e702 Moved to public_com. Also needed by decoders as well as imglib. 1999-04-22 22:31:55 +00:00
pnunn%netscape.com
7ff7e3eecc Moved to public_com. Also needed by decoders as well as image lib. pnunn. 1999-04-22 22:31:10 +00:00
akkana%netscape.com
a2c7b3006a Fix linux startup crash parsing entity defs 1999-04-22 22:30:44 +00:00
pnunn%netscape.com
4e6776e4be Moved to jpgcom. pnunn. 1999-04-22 22:30:05 +00:00
pnunn%netscape.com
47b17f5fad Moved to pngcom. pnunn. 1999-04-22 22:29:25 +00:00
pnunn%netscape.com
a5703b136f Moved to gifcom. pnunn. 1999-04-22 22:28:03 +00:00
pnunn%netscape.com
e72a30bdb4 Added new directories to build. linux/X. pnunn. 1999-04-22 22:23:27 +00:00
pnunn%netscape.com
5963299af9 Added new directories to build for win. pnunn. 1999-04-22 22:22:18 +00:00
hyatt%netscape.com
5db6ae6564 Added error-checking to track the build problem on the Mac (and possibly Linux). 1999-04-22 22:00:04 +00:00
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