Commit Graph

723 Commits

Author SHA1 Message Date
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
9c14a07057 only need strip_continuous 1998-10-09 02:56:30 +00:00
mjudge%netscape.com
d7cb048db8 changing MOZ_MAIL_COMPOSE to MOZ_ENDER_MIME 1998-10-09 02:50:41 +00:00
mjudge%netscape.com
ed4e862b00 adding ifdefs that should be harmless 1998-10-09 02:49:52 +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
mjudge%netscape.com
253de14d2e Mailto MOZ_ENDER_MIME will not be turned on yet 1998-10-09 02:48:53 +00:00
shaver%netscape.com
ffd309d063 Move DOM_StyleDatabaseFromContext and DOMMOZ_NewStyleDatabase into libmocha,
where we're already pulling in the entire client.
Updated TODO (still out of date?).
1998-10-09 00:50:27 +00:00
shaver%netscape.com
97d95775a6 Initialize variables and generally behave better.
All-singing, all-dancing HTML tag handling for better coping in the face
of malformed (slashdot.org) HTML and simplified logic.
LOCAL_ASSERTs are fatal for me, just annoying for everyone else.
Use ACTIVE_NODE instead of CURRENT_NODE where appropriate.
Moved DOMMOZ_NewStyleDatabase and DOM_StyleDatabaseFromContext here to
enhance libdom's purity of essence.
1998-10-09 00:48:51 +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
mcafee%netscape.com
7e3e6850f8 Wrapped POP stubs with !SMART_MAIL, network/protocol/pop3 picks these up when SMART_MAIL=1 1998-10-09 00:32:15 +00:00
pinkerton%netscape.com
a91caab6be new constructor for creating attachments from code, not from Constructor. 1998-10-08 21:56:26 +00:00
mlm%netscape.com
7e5ac89ccc Fix for running with JS disabled; would core dump before. 1998-10-08 21:45:24 +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
cyeh%netscape.com
738e0dcfa0 remove #ifdef NSPR in preparation for turning off NSPR and NSPR20 compile defines 1998-10-08 21:24:44 +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
mlm%netscape.com
bdb9c24cc4 Fix broken merge madness: Only start a window group after it is safe to do
so, and do not exit a monitor twice.  (Also do not call Notify when not
inside the monitor.)
1998-10-07 04:35:55 +00:00
sdagley%netscape.com
9034726d76 Fix else/#else error. 1998-10-07 01:32:07 +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
cmanske%netscape.com
18ae6aa67b More Composer Publishing fixes 1998-10-07 00:35:30 +00:00
pinkerton%netscape.com
f610a5faea Fix build bustage. Add default constructor so we can create w/out an LStream. 1998-10-06 22:54:15 +00:00
cmanske%netscape.com
6e15fd87d8 Fixing build bustage in editor.cpp 1998-10-06 21:26:36 +00:00
racham%netscape.com
66f4d8f58f Adding -reg_mode flag related changes 1998-10-06 21:12:46 +00:00
morse%netscape.com
618b648fb9 fix bugs with trust labels 1998-10-06 20:56:26 +00:00
cmanske%netscape.com
9dfc54edf1 Fixed Composer bugs - mostly for Publishing 1998-10-06 20:25:59 +00:00
pinkerton%netscape.com
3a34461e3c Fix hidden virtuals. 1998-10-06 03:59:05 +00:00
pierre%netscape.com
87764930d1 fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions 1998-10-06 03:00:28 +00:00
pierre%netscape.com
295ee345ce getting obsolete: added #error "use CWPro4 version" 1998-10-06 02:56:07 +00:00
saari%netscape.com
bfa2e799a8 Merged sfraser's realloc improvements for the Mac memory allocator from Nova to Mozilla. Referenced by bug #326465 1998-10-05 23:00:21 +00:00
tomw%netscape.com
9773eecb93 Pull changes forward from Nova.
New generalized hashing API.
1998-10-05 22:47:44 +00:00
tomw%netscape.com
c7b0ff5c9f Pull changes forward from Nova.
Remove unused code.
1998-10-05 22:44:57 +00:00
mjudge%netscape.com
85f6efdac2 added mailto as dir for MOZ_MAIL_COMPOSE 1998-10-05 21:19:47 +00:00
mjudge%netscape.com
2bade110bd Getting Multipartrelated mime working for Ender mjudge- reviewed kin 1998-10-05 21:19:21 +00:00
cyeh%netscape.com
f31dc000c8 removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
ftang%netscape.com
6833c6831a add one selector to access the csid id of the resource 1998-10-05 14:27:13 +00:00
ftang%netscape.com
edfe769e10 add two API to access cross-platform string 1998-10-05 14:25:56 +00:00
cmanske%netscape.com
1e460a5459 Fixed infinite loop when dropping table cells, added FE_Alert when not all cells are pasted 1998-10-03 20:21:06 +00:00
cmanske%netscape.com
8aa835c153 Fixed complete bustage of dragging table cells in Composer 1998-10-03 18:38:36 +00:00
cmanske%netscape.com
f47ffd4133 More Composer publishing improvements 1998-10-03 02:25:13 +00:00
cmanske%netscape.com
7edff64f6a Implemented callback to get username after entered in NetLib's dialog during publishing. Finished removing old password saving in editor. 1998-10-02 22:18:24 +00:00
shaver%netscape.com
99951935a9 DOM: thread-correctness assertions 1998-10-02 20:21:31 +00:00
shaver%netscape.com
53fe498010 DOM: move POP_LAYER handling into back end and start element->node wiring 1998-10-02 20:20:31 +00:00
cls%seawood.org
a936506e81 Moved NSPR libraries into $(NSPR_LIBS). Changed link commands to use $(NSPR_LDFLAGS) $(NSPR_LIBS). 1998-10-02 08:58:54 +00:00
shaver%netscape.com
071391e3e8 (DOM) end style-forced layers 1998-10-02 02:12:47 +00:00
toshok%netscape.com
d0975ba5ae remove asserts and replace them with helpful comments. 1998-10-02 01:56:37 +00:00
shaver%netscape.com
cd7c6bfbc0 (#if DOM) initialize variables, check for NULL, call the right functions -- basically, don't be a total moron 1998-10-02 00:46:27 +00:00
shaver%netscape.com
1f8f0c1e2e add LM_Set/ClearNodeFlags 1998-10-02 00:10:16 +00:00
shaver%netscape.com
e044775eba more DOM style stuff, fix some warnings, conditionally prune looks-dead-to-me code, support font-weight:bold/normal 1998-10-02 00:09:52 +00:00