Commit Graph

771 Commits

Author SHA1 Message Date
cyeh%netscape.com
6c9dcea7ae remove NO_SECURITY 1998-10-15 22:42:14 +00:00
cmanske%netscape.com
94d9781c29 Implemented new function to check if in Preformt text 1998-10-15 22:03:20 +00:00
nisheeth%netscape.com
4861392800 This change is realy cool. The compositor gets enabled at the end of layout
rather than at the beginning, so, we don't see a blank page between URL
traversals at all.  The earlier page remains visible until the new page has
pixels that can be shown, and then, BANG, the new page becomes visible.

Gone are the days when we have to stare at a blank page while layout occurs.
1998-10-15 22:01:21 +00:00
shaver%netscape.com
d8e07356ea need prlong.h explicitly now that JS doesn't provide LL_* by default 1998-10-15 21:43:32 +00:00
cmanske%netscape.com
3a5cd7f195 Fixing build bustage 1998-10-15 20:39:34 +00:00
cyeh%netscape.com
ff7bbf74b0 trying to fix build bustage. 1998-10-15 19:36:49 +00:00
cmanske%netscape.com
572103823d Fixed object sizing bugs. Renamed params in these areas for readability. Fixed problems when clicking below doc or inbetween table cells 1998-10-15 19:35:48 +00:00
shaver%netscape.com
582327af4c Fixed tree generation and added new STYLE_NODE flags for content-hiding. 1998-10-15 18:34:05 +00:00
shaver%netscape.com
689593b998 (All DOM changes.)
Fixed layer properties.  Links and images-within-links get the right appearance
even when there are no style rules.  Started on lo_SetStyleSheetBoxProperties.
Don't force the creation of a style db, ever.  Handle style-system failures
more gracefully.  Update to use ACTIVE_NODE where appropriate.
1998-10-15 18:32:04 +00:00
shaver%netscape.com
5caf09b547 memory management fixes and debug cleanup 1998-10-15 17:45:03 +00:00
nisheeth%netscape.com
409b28fe50 Resizing from the middle of the document was resetting the scrollbar to the
top and then setting it back to the remember position.  Fixed the unnecessary
up and down jumping of the scrollbar.
1998-10-15 06:16:16 +00:00
nisheeth%netscape.com
bb8022c4f8 Fix for Bugzilla bug 492. We were inserting the floating element for the
left/right aligned tables into the line list at the beginning of the list
rather than the end.  This caused re-ordering of floating tables as well
as display problems.
1998-10-15 05:32:19 +00:00
mccabe%netscape.com
2ae425ed8c Change "%c" date specifier for document.lastModified to "%#c" on
windows to get a 4-digit date in the string produced.

Were that it were just a Date object instead of a string.  Oh, woe.
1998-10-15 02:49:44 +00:00
mjudge%netscape.com
5f185d6e92 this will fix it. i will get rid of unused files later. 1998-10-14 23:16:00 +00:00
mjudge%netscape.com
cdba0f4d31 another file 1998-10-14 23:07:38 +00:00
mjudge%netscape.com
eb971aca8b need to export, fix for breakage 1998-10-14 22:59:38 +00:00
mjudge%netscape.com
828e66dae4 turning on the MOZ_ENDER_MIME by default 1998-10-14 20:48:16 +00:00
mjudge%netscape.com
815af34694 turning on ender_mime 1998-10-14 20:47:31 +00:00
kin%netscape.com
8bb9d21b98 Turn on MOZ_ENDER_MIME code. 1998-10-14 20:31:10 +00:00
kin%netscape.com
8937e075cf Turn on MOZ_ENDER_MIME code. Added mailto to the REQUIRES list. 1998-10-14 20:29:40 +00:00
mjudge%netscape.com
fd42334be0 ender carpool 1998-10-14 20:24:50 +00:00
akkana%netscape.com
27ddf449d6 326690: when clicking in cell but outside cell contents, select nearest part of cell contents 1998-10-14 01:00:22 +00:00
akkana%netscape.com
355e25dbdf 251710: center is the wrong attribute, should be middle 1998-10-13 22:34:52 +00:00
cmanske%netscape.com
bf38b2292e Fixed object sizing bugs and crash in PRE text in Composer 1998-10-13 20:59:49 +00:00
kin%netscape.com
ff6b028be3 Commented out call to AddImagesToSafeList() in PastHTML to prevent possible
security hole.
1998-10-13 20:35:26 +00:00
cmanske%netscape.com
1b25009e38 Fixed crashing when setting doc title to NULL. R/A by brendon 1998-10-13 20:32:21 +00:00
kin%netscape.com
6ddbacc5b2 Fix build bustage on Unix when MOZ_ENDER_MIME is defined by checking for
MOZ_MAIL_COMPOSE.
1998-10-13 14:14:24 +00:00
nisheeth%netscape.com
7aef3ef9f5 Fixed bug 328921. Resizing no longer jumps to the top of the document. The
position that you are at when you resize is remembered.
1998-10-13 10:01:53 +00:00
nisheeth%netscape.com
f4591a1133 Fix Mac build bustage by doing an explicit cast to an LO_Element *. 1998-10-13 08:05:10 +00:00
cyeh%netscape.com
a0aa29a6e4 something is wrong. for whatever reason there was a -DNO_SECURITY
that was always enabled, whether security was enabled or not. this caused
a confusion on the compile line, there -DMOZ_SECURITY and -DNO_SECURITY would
be simultaneously defined.
as a temporary hack, duplicate the logic on mozilla/config/config.mk
so that ifdef NO_SECURITY -DNO_SECURITY, else -DMOZ_SECURITY.

what a mess. this needs to be fixed right.
1998-10-13 06:08:31 +00:00
nisheeth%netscape.com
6d3321e5b9 Fixing build bustage. 1998-10-13 05:32:09 +00:00
nisheeth%netscape.com
ce478388e4 Changes to make Layer/Ilayer reflow work. This should fix sites like
altavista and slashdot.org.
1998-10-13 04:48:49 +00:00
gagan%netscape.com
56447a74df Temp fix for NuCache build on unix. 1998-10-13 02:11:49 +00:00
gagan%netscape.com
6409337d66 Temporary fix for NuCache build on unix. 1998-10-13 00:58:05 +00:00
cmanske%netscape.com
9f82cfff38 Fixed crashing and other problems with Replace All in Composer 1998-10-12 22:13:42 +00:00
kin%netscape.com
0f020b158d Fixes for build Unix bustage when MOZ_ENDER_MIME is defined. Added checks
for MOZ_MAIL_COMPOSE.
1998-10-12 21:50:42 +00:00
cyeh%netscape.com
6f0645cf11 Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY 1998-10-12 21:27:12 +00:00
kin%netscape.com
13da6334a1 Fixed buf in PasteHTML that was adding the wrong images to the safe list. 1998-10-12 18:17:38 +00:00
ftang%netscape.com
3f92af89b5 fix 327917 1998-10-12 12:22:41 +00:00
ftang%netscape.com
8d98e30f59 fix 327919 1998-10-12 12:17:05 +00:00
toshok%netscape.com
4cd3ea1d09 include config.mk - fixes DOM problem (export lm_dom, etc.) 1998-10-11 01:10:11 +00:00
toshok%netscape.com
ebd161e00a include config.mk before we check for DOM. 1998-10-11 00:57:43 +00:00
morse%netscape.com
53b41c6348 recognize -1 value for privacy_policy_url 1998-10-10 02:53:50 +00:00
akkana%netscape.com
dc51838acb 77901: get url comparison right even if extra slashes 1998-10-10 00:51:27 +00:00
kin%netscape.com
84547e9e3f Added void * cast to fix win32 bustage when MOZ_ENDER_MIME defined. 1998-10-09 23:39:55 +00:00
kin%netscape.com
a376a6ad63 Removed bogus include to fix build bustage on win32 when MOZ_ENDER_MIME defined. 1998-10-09 23:24:17 +00:00
kin%netscape.com
0966d0b969 CVS update for previous checkin added EDT_CopyStyle() back in the file. Removing
it again.
1998-10-09 22:24:00 +00:00
kin%netscape.com
fae8fde001 First pass implementation of safe list for ENDER multi-part mime output.
All safe list related changes are ifdef'd MOZ_ENDER_MIME.

Files modified this round:

  cmd/xfe/forms.c
  include/edt.h
  lib/layout/Makefile.in
  lib/layout/Makefile
  lib/layout/editor.cpp
  lib/layout/layfree.c
  lib/layout/layform.c
  lib/layout/edtbuf.cpp
  lib/layout/editor.h
  lib/layout/edtlist.h
  lib/layout/edtlist.cpp
1998-10-09 22:14:45 +00:00
kin%netscape.com
1bd8bf639b Initial checkin of edtlist.{h,cpp} files.
First pass implementation of safe list for ENDER multi-part mime output.
All safe list related changes are ifdef'd MOZ_ENDER_MIME.

Files modified this round:

  cmd/xfe/forms.c
  include/edt.h
  lib/layout/Makefile.in
  lib/layout/Makefile
  lib/layout/editor.cpp
  lib/layout/layfree.c
  lib/layout/layform.c
  lib/layout/edtbuf.cpp
  lib/layout/editor.h
  lib/layout/edtlist.h
  lib/layout/edtlist.cpp
1998-10-09 22:11:19 +00:00
cmanske%netscape.com
26cbd22607 Removed unused function 1998-10-09 22:01:35 +00:00