Граф коммитов

318 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com f58aeeead4 Fixed bugzilla bugs 305, 306, 307 and some code cleanup. 1998-10-29 20:38:40 +00:00
kin%netscape.com 14c70663f3 Fix for bug #329760: ENDER: Loading multi-part mime into Ender leaves tmp
files around.
Files touched:

    include/edt.h
    lib/layout/edtbuf.cpp
    lib/layout/edtlist.cpp
    lib/mailto/mprdecod.cpp
1998-10-21 20:37:43 +00:00
cls%seawood.org ed2a7f5f65 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
shaver%netscape.com 51896259f4 remove stale DOM span/transclusion code 1998-10-19 20:45:03 +00:00
kin%netscape.com 4a5d7819bb Modified the following files to get Unix ENDER to save Multi-part MIME:
cmd/xfe/forms.c
    include/edt.h
    lib/layout/editor.cpp
    lib/mailto/mhtmlstm.cpp
1998-10-19 18:24:51 +00:00
pollmann%netscape.com db243c4c15 Added libdom.[ch] for DOM Style parsers 1998-10-17 02:40:25 +00:00
nisheeth%netscape.com 6110735e63 Patch submitted by Chris Siegler (siegler@citilink.com). Checks for an
error case in layout of formatted and preformatted text and aborts early.
Fixes a crash on resizing of pages with preformatted text inside tables.
1998-10-17 00:42:30 +00:00
sdagley%netscape.com 89cb766f22 Even though the Mac has the best compilers of all the Mozilla platforms it doesn't allow you to do C++ code in C files. 1998-10-16 23:55:56 +00:00
nisheeth%netscape.com 7044e96108 Patch for Layout Probe API. Submitted by Ori Kravitz (orik@mercury.co.il). 1998-10-16 22:26:29 +00:00
pollmann%netscape.com 622f4508be Move DOM Style parsers to laydom.[ch]
Add destructor to entries
1998-10-16 22:11:19 +00:00
pollmann%netscape.com bbabc2af1c #ifdef the whole file for Mac builds :S 1998-10-16 21:24:41 +00:00
pollmann%netscape.com 61e94462cf Move DOM Style parsers to laydom.[ch]
Add destructor to entries.
1998-10-16 21:18:24 +00:00
kin%netscape.com 8680dfa5de Changed bogus MOZ_ENDER ifdef to the proper ENDER ifdef. 1998-10-16 19:26:11 +00:00
shaver%netscape.com b0b64141f7 Perignon: don't force creation of style DB 1998-10-16 18:25:21 +00:00
toshok%hungry.com a3eca9b6f6 DOM_StyleGetDatabaseFromContext => DOM_StyleDatabaseFromContext 1998-10-16 07:38:32 +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
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 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
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
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
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
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
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 13da6334a1 Fixed buf in PasteHTML that was adding the wrong images to the safe list. 1998-10-12 18:17:38 +00:00
toshok%netscape.com ebd161e00a include config.mk before we check for DOM. 1998-10-11 00:57:43 +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
mjudge%netscape.com 2d942bc1af this will fix a crahing bug and also fix an editor bug 1998-10-09 02:49:20 +00:00
shaver%netscape.com 453cc779ce Use ACTIVE_NODE now rather than CURRENT_NODE, and include lm_dom.h everywhere
to make that possible.
Move LM_ReflectNode call to laytags.c back-end from layout.c front-end (thank
you, Uncle Brendan).
Correct FIND_LAST_ELEMENT to handle newly-ended doc_states.
1998-10-09 00:46:05 +00:00
waterson%netscape.com aa4668f7b1 Touch down smooth progress bar changes from PROGRESS_19981006_BRANCH. a=nisheeth. 1998-10-08 21:35:07 +00:00
cmanske%netscape.com 8578e529d9 Trying to fix automated test breakage 1998-10-07 23:01:26 +00:00
danm%netscape.com 2d033dd05c fix crash opening page through File/Open dialog from blank context. r:law 1998-10-07 21:53:12 +00:00
cmanske%netscape.com 0e9bf888fc Added function to test if link is to internal target 1998-10-07 04:54:05 +00:00
cmanske%netscape.com 3dc3ca6ebe Make URLs in images absolute before copying to the clipboard stream 1998-10-07 00:43:09 +00:00