Commit Graph

978 Commits

Author SHA1 Message Date
rickg
7c9580a233 new contentsink api's for kipp 1998-05-07 21:11:07 +00:00
troy
bbd8179798 Work in progress 1998-05-07 21:10:07 +00:00
scullin
2e23fa1ab5 G++ warning fix submitted by Brian Grunkemeyer. 1998-05-07 20:48:35 +00:00
toshok
d2cd5fd1cf remove huge commented out chunks of code (that have been commented out since time began, it seems.) also added a couple of fairly bogus comments at the beginnings of lo_Push/PopAlignment 1998-05-07 20:44:45 +00:00
troy
48ae839cb0 Started hooking up appended content handler 1998-05-07 20:28:16 +00:00
spider
8e82192d8e More fixes 1998-05-07 20:09:25 +00:00
wtc
0a437cef0c Matt Waston <mwatson@apple.com> taught me what common symbols are
and to compile with -fno-common.
1998-05-07 19:19:25 +00:00
spider
9743c422a1 Changes class NSApplicationManager to nsApplicationManager 1998-05-07 18:39:40 +00:00
spider
eb58b76c3d Adding toplevel trex unix makefile 1998-05-07 18:19:43 +00:00
spider
2355830db1 Unix Shell Implementation stuff 1998-05-07 18:18:38 +00:00
michaelp
a60fbefc56 deferred creation of null pen until we actually need to use it. 1998-05-07 18:00:48 +00:00
michaelp
80127825f4 sped up filled polygons. 1998-05-07 17:54:14 +00:00
kipp
69577ae0b7 Support (mostly) border+padding around input form elements 1998-05-07 16:13:59 +00:00
kipp
c60883d207 Fixed the dancing form-elements bug by making MoveTo properly account for the views offset from parent 1998-05-07 16:13:09 +00:00
wtc
75c25ae7cb Fixed Bugzilla bug #235: Define the macro _PR_HAVE_SOCKADDR_LEN to
indicate that struct sockaddr_in on BSD/OS has a sa_len field.
The code in unix.c checks this macro.  We acknowledge Bert Driehuis
<driehuis@playbeing.com> for reporting the bug and suggesting a fix.
1998-05-07 15:43:43 +00:00
rpotts
6e1387edac Ignore the return value from NET_PollSockets(...) since it is FALSE when there are file: URLs waiting to be processed... 1998-05-07 11:01:48 +00:00
wtc
2abfd52480 Moved Rhapsody's shared library rule from rules.mk to Rhapsody.mk. 1998-05-07 07:23:49 +00:00
rickg
c5fd8c61c7 WIP: push-based tokenization 1998-05-07 07:19:47 +00:00
rpotts
d1c80f42b5 Fix up makefile.win to completely remove nsInputStream :-) 1998-05-07 07:04:08 +00:00
rpotts
b3994198a3 fixed up IStreamListener implementation to take a length in the OnDataAvailable(...) method. 1998-05-07 06:53:11 +00:00
rpotts
35e36d691c Removed nsInputStream.cpp since file and resource protocols are now handled by netlib... 1998-05-07 06:52:11 +00:00
wtc
e8f298c4f1 Bugzilla bug #218: define HAVE_STRERROR only if it is not yet defined.
Thanks to David Nebinger (dnebinger@synertech.highmark.com) for reporting
the problem and suggesting the fix.
1998-05-07 06:38:26 +00:00
wtc
e382aa1298 Bugzilla bug #265: Use full pathname /usr/ccs/bin/as (as opposed to just
'as') to assemble os_SunOS_ultrasparc.s because we need the -P option
of Solaris 'as' to run cpp and process header file inclusion.  This
way we won't accidentally get GNU 'as', which doesn't understand -P.
We acknowledge Paul Kanz (pkanz@conix.com) for suggesting the fix.
1998-05-07 06:29:44 +00:00
troy
b5f329f71c Work on getting floaters working again 1998-05-07 05:25:08 +00:00
troy
bd057bca28 Made "delete" by "remove" since delete is a reserved JavaScript keyword 1998-05-07 05:23:52 +00:00
wtc
8baaa72a5d On Alpha Linux, the mmap'd stack needs to be made executable because
setjmp/signal seem to put machine instructions on the stack.  This
fix is contributed by gatgul@voicenet.com (Uncle George).
1998-05-07 05:07:25 +00:00
kipp
6188f684ea Implemented destroy-lines 1998-05-07 03:45:29 +00:00
troy
b0d0f5e059 Checks whether the next-in-flow should be deleted 1998-05-07 02:51:30 +00:00
wtc
0e913de567 The stack pointer is the 0th element in the jmp_buf. 1998-05-07 01:52:43 +00:00
michaelp
2ac477a0c8 hey, now the state stack is actually useful. duh. 1998-05-07 01:10:20 +00:00
kipp
519a6403a4 Ported to new CreateFrame/CreateContinuingFrame APIs 1998-05-07 00:08:20 +00:00
kipp
4d3606cbbc Ported to new CreateFrame/CreateContinuingFrame APIs; removed some debris code 1998-05-07 00:06:53 +00:00
kipp
04ca90d1da Updated style sheet 1998-05-07 00:06:15 +00:00
kipp
f8bff82f91 Changed CreateContinuingFrame to take a style context argument to reduce style context creation 1998-05-07 00:05:37 +00:00
kipp
e03db2b516 Updated CreateFrame to take a style context argument to reduce style context creation 1998-05-07 00:05:13 +00:00
gagan
7fa56abe72 Add module id to object. 1998-05-06 23:24:55 +00:00
gagan
850325bce2 Time something using an excursion class. 1998-05-06 23:18:38 +00:00
michaelp
fb45d59dde added pens to graphics state. more performance improvements. 1998-05-06 22:50:23 +00:00
rpotts
c27ac243e8 renamed the nsIStreamNotification interface to nsIStreamListener 1998-05-06 22:16:02 +00:00
pinkerton
a452cd1cb1 use new D&D mixins in CURLDragHelper.cp/h to handle drops of url-like things. (rev/appr sdagley, for all the others too...) 1998-05-06 21:27:09 +00:00
pinkerton
d20e2bc1cf use new D&D mixins in CURLDragHelper.cp/h to handle drops of url-like things. 1998-05-06 21:26:21 +00:00
rpotts
f5e0208bd5 updated to use the URL->Open(...) method for starting an async url load... 1998-05-06 21:20:04 +00:00
gagan
9efa1ae251 Progress. 1998-05-06 20:29:20 +00:00
wtc
c389b52b5b Define IP_MULTICAST to get the IP multicast macro/struct definitions
in netinet/in.h on SINIX 5.43.  We acknowledge the help of Sanjay
Gupta <gupta@informix.com>.
1998-05-06 19:53:26 +00:00
robinf
57bb659a79 replacing corrupted images in previews 1998-05-06 18:23:32 +00:00
troy
b45b6251c2 Fixed build bustage 1998-05-06 18:13:58 +00:00
ramiro
2bebc6d333 Fix build problem reported by avogel@bdm.com (Andy Vogel). The PopupCommand
class defined in 2 different *.cpp files and was confusing thr dgux linker.
Add {Rdf,Editor} prefix to PopupCommand class to avoid ambiguity.
1998-05-06 17:49:57 +00:00
ramiro
18be686676 Move the bookmark widgets to their own library. Componetize things a bit.
Should make it easier to completely bypass these widgets if needed - as
will probably be the case for lite browsers and "motifs" that break cause
of them.
1998-05-06 17:36:34 +00:00
ramiro
0584498484 Add .cvsignore for xfe 1998-05-06 16:46:53 +00:00
michaelp
ffa6df2752 added fonts to graphics state stack. general optimizations. 1998-05-06 16:42:05 +00:00