timm
|
0930586989
|
remove copy of compare.js, since we dont want it in the jar
|
1998-05-08 19:28:04 +00:00 |
|
timm
|
58e92c2498
|
remove IDs and ARCHIVE tags
|
1998-05-08 19:27:40 +00:00 |
|
timm
|
dc34844baf
|
remove IPs and put reggie.netscape.com back
|
1998-05-08 19:26:43 +00:00 |
|
timm
|
e1e74bd9a5
|
erase compare.js as part of make if it exists in this dir
|
1998-05-08 19:26:11 +00:00 |
|
timm
|
3806cb6c31
|
added debugging for set1StepMode
|
1998-05-08 19:25:47 +00:00 |
|
timm
|
b198451776
|
added debugging info for MetadataMode and LocalMode
|
1998-05-08 19:24:49 +00:00 |
|
radha
|
715d468d91
|
Checkin for fix 104761. If the target window has a context associated with it, use it.
Fix was originally provided by toshok.
|
1998-05-08 19:24:28 +00:00 |
|
timm
|
60a147bc1d
|
add ASW_DEVMODE
|
1998-05-08 19:24:15 +00:00 |
|
ftang
|
5dfaa83a6b
|
Add Armenain support. Approvaed by WinFE owner, Thanks Hovik Melikyan <hovik@undp.am>
from the net
|
1998-05-08 19:23:48 +00:00 |
|
wtc
|
9746ddd1ec
|
Use cc -bundle to build loadable modules on Rhapsody. Thanks to
Matt Watson <mwatson@apple.com> for the patch.
|
1998-05-08 18:52:44 +00:00 |
|
cmanske
|
041a0ef3a9
|
Fixed another memory bug in Composer
|
1998-05-08 18:51:58 +00:00 |
|
wtc
|
6b123aed81
|
The type of the third argument for accept, recvfrom, getsockname, and
getpeername is 'int', not 'size_t'.
|
1998-05-08 18:50:15 +00:00 |
|
wtc
|
09e0473845
|
Fixed comment.
|
1998-05-08 18:48:46 +00:00 |
|
wtc
|
ae12cbcc21
|
Merged patches from Matt Watson <mwatson@apple.com> to make loadable
modules work on Rhapsody. Still have a few kinks to iron out.
|
1998-05-08 18:43:58 +00:00 |
|
wtc
|
73c54cbc55
|
Matt Watson <mwatson@apple.com> pointed out that it is not safe to
redefine FD_SETSIZE on Rhapsody.
|
1998-05-08 18:41:51 +00:00 |
|
wtc
|
34e5144ff8
|
Added a few function declarations and header inclusions to get rid of
compiler warnings.
|
1998-05-08 18:37:38 +00:00 |
|
wtc
|
7629ad13c7
|
Merged Rhapsody patches contributed by Matt Watson <mwatson@apple.com>.
|
1998-05-08 18:35:19 +00:00 |
|
rods
|
1d7ce79a12
|
added major selection method and data members
|
1998-05-08 18:33:42 +00:00 |
|
wtc
|
7710bf746a
|
Merged patches contributed by Matt Watson <mwatson@apple.com>.
|
1998-05-08 18:32:30 +00:00 |
|
michaelp
|
07f184a0ef
|
when switching documents, the scrollbars are reset.
|
1998-05-08 17:50:43 +00:00 |
|
atotic
|
8adf0f0f65
|
Added an include of shist.h
|
1998-05-08 17:27:49 +00:00 |
|
kipp
|
b1ed07ef22
|
Factored out sizing into ComputeDesiredSize and fixed the size to reflect the size of the content
|
1998-05-08 17:23:06 +00:00 |
|
atotic
|
86d76f057f
|
First Checked In.
|
1998-05-08 17:13:01 +00:00 |
|
troy
|
f6213badc1
|
Changed container related functions to return NS_ERROR_NOT_IMPLEMENTED
instead of NS_OK
|
1998-05-08 17:02:35 +00:00 |
|
troy
|
4bbddb48b7
|
Moved ContentChanged() logic to nsFrame since it was completely generic and
serves as reasonable default behavior for all frames
|
1998-05-08 16:34:27 +00:00 |
|
troy
|
d555488943
|
Changed ContentChanged() to generate a reflow command
|
1998-05-08 16:33:07 +00:00 |
|
pinkerton
|
e3b37da964
|
free memory allocated (silently!) by GetURLFromFileSpec(). (appr brade).
|
1998-05-08 15:35:42 +00:00 |
|
pinkerton
|
70f80cdae3
|
added "rdf" to access paths so composer can understand drops from HT (appr brade).
|
1998-05-08 15:34:44 +00:00 |
|
pinkerton
|
5369e9069e
|
New drag and drop architecture using CURLDragMixin subclasses. Fixed bug where dropping text clipping would drop at old insertion point, not at mouse location. (appr brade).
|
1998-05-08 15:34:07 +00:00 |
|
rods
|
e80f937688
|
added Selection methods to nsICodment, nsDocument, nsiSplittableFRame
|
1998-05-08 15:07:41 +00:00 |
|
rods
|
7feb35813c
|
added Edit menu
|
1998-05-08 15:06:41 +00:00 |
|
dcone
|
9fbed3223c
|
put back in optimize
|
1998-05-08 15:05:27 +00:00 |
|
rods
|
fb4514ecea
|
added mouseEvent struct
|
1998-05-08 14:54:09 +00:00 |
|
dcone
|
6e90c68c55
|
Some more alpha blending, fixed some bugs and the test app now works
|
1998-05-08 14:24:53 +00:00 |
|
mcafee
|
36acbe2020
|
Enable dynamic library creation. a,r=briano
|
1998-05-08 08:01:10 +00:00 |
|
sdagley
|
a735b3fae1
|
Merging current fix for #86787 and #96213 from 4.x tree. When creating a new window check chrome to see if it should be created zoomable rather than changing it afterwards. Works around WDEF change in MacOS 8 that breaks old hack that would toggle zoom widget after creating window.
|
1998-05-08 06:08:55 +00:00 |
|
rjc
|
8e8c9f99da
|
Small fix... use '\0' instead of NULL.
|
1998-05-08 06:01:30 +00:00 |
|
rjc
|
395d72ddbd
|
Move all hardcoded RDF strings into allxpstr.
|
1998-05-08 05:48:44 +00:00 |
|
rjc
|
2eb40cf651
|
Move all hardcoded strings into allxpstr. Bug fix from tenthumbs@cybernex.net in isNodeEditable(). HT Properties dialog changes (pretty, now). Better color support.
|
1998-05-08 05:48:14 +00:00 |
|
troy
|
684762559e
|
Hooked up ContentChanged() to notify the frame
|
1998-05-08 04:59:35 +00:00 |
|
troy
|
fb1fbe4c8e
|
Added ContentChanged() member function
|
1998-05-08 04:56:47 +00:00 |
|
troy
|
b3c5708bd1
|
Added ContentChanged() member function
|
1998-05-08 04:45:37 +00:00 |
|
sdagley
|
d328fd0462
|
Merging sfraser fix for #115706 from 4.x branch.
|
1998-05-08 03:34:05 +00:00 |
|
michaelp
|
5393da4e5c
|
added horizontal scrollbar.
|
1998-05-08 01:25:25 +00:00 |
|
timm
|
42c42d9d8f
|
Add in "ARCHIVE=asw.jar" for compare.js
|
1998-05-08 01:17:40 +00:00 |
|
cmanske
|
1f23e123dd
|
Fixed memory crash bug in new Composer table code
|
1998-05-08 01:12:10 +00:00 |
|
michaelp
|
daa82e0c89
|
we now have horizontal scrolling.
|
1998-05-08 01:11:57 +00:00 |
|
timm
|
3b0f2b3055
|
Not for Preston
|
1998-05-08 00:33:10 +00:00 |
|
timm
|
1184e4438d
|
Registration Server IAS file
|
1998-05-08 00:31:35 +00:00 |
|
kipp
|
11e716aea5
|
Support width/height ala css
|
1998-05-08 00:16:41 +00:00 |
|