akkana%netscape.com
632cf1a25c
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
cdeedb952d
251710: center is the wrong attribute, should be middle
1998-10-13 22:34:52 +00:00
cmanske%netscape.com
2f5a10e315
Fixed object sizing bugs and crash in PRE text in Composer
1998-10-13 20:59:49 +00:00
kin%netscape.com
ca9a6b9480
Commented out call to AddImagesToSafeList() in PastHTML to prevent possible
...
security hole.
1998-10-13 20:35:26 +00:00
cmanske%netscape.com
5edb9ddd45
Fixed crashing when setting doc title to NULL. R/A by brendon
1998-10-13 20:32:21 +00:00
kin%netscape.com
9b5cc1c903
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
e06a1c658f
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
6d82bdd258
Fix Mac build bustage by doing an explicit cast to an LO_Element *.
1998-10-13 08:05:10 +00:00
cyeh%netscape.com
6893a3c1fc
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
11ebae8a82
Fixing build bustage.
1998-10-13 05:32:09 +00:00
nisheeth%netscape.com
1bc160d2b2
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
a535c0c9e6
Temp fix for NuCache build on unix.
1998-10-13 02:11:49 +00:00
gagan%netscape.com
31e7021a3d
Temporary fix for NuCache build on unix.
1998-10-13 00:58:05 +00:00
cmanske%netscape.com
9a6b56dd7f
Fixed crashing and other problems with Replace All in Composer
1998-10-12 22:13:42 +00:00
kin%netscape.com
d3aacf7376
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
80deef52d3
Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY
1998-10-12 21:27:12 +00:00
kin%netscape.com
0259ca137e
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
0acf22e248
fix 327917
1998-10-12 12:22:41 +00:00
ftang%netscape.com
0136808d31
fix 327919
1998-10-12 12:17:05 +00:00
toshok%netscape.com
b48ef5f5e5
include config.mk - fixes DOM problem (export lm_dom, etc.)
1998-10-11 01:10:11 +00:00
toshok%netscape.com
57800c9cf6
include config.mk before we check for DOM.
1998-10-11 00:57:43 +00:00
morse%netscape.com
5403a8ab88
recognize -1 value for privacy_policy_url
1998-10-10 02:53:50 +00:00
akkana%netscape.com
307de75514
77901: get url comparison right even if extra slashes
1998-10-10 00:51:27 +00:00
kin%netscape.com
2349ba1d9a
Added void * cast to fix win32 bustage when MOZ_ENDER_MIME defined.
1998-10-09 23:39:55 +00:00
kin%netscape.com
158c6cc330
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
31859b4493
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
e508a601e8
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
60cdb5b37c
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
513db15fde
Removed unused function
1998-10-09 22:01:35 +00:00
mjudge%netscape.com
4cf0272700
only need strip_continuous
1998-10-09 02:56:30 +00:00
mjudge%netscape.com
9d0f6d9824
changing MOZ_MAIL_COMPOSE to MOZ_ENDER_MIME
1998-10-09 02:50:41 +00:00
mjudge%netscape.com
cce33f60db
adding ifdefs that should be harmless
1998-10-09 02:49:52 +00:00
mjudge%netscape.com
6d35ba3ed6
this will fix a crahing bug and also fix an editor bug
1998-10-09 02:49:20 +00:00
mjudge%netscape.com
cb9bcffe42
Mailto MOZ_ENDER_MIME will not be turned on yet
1998-10-09 02:48:53 +00:00
shaver%netscape.com
4af08b186c
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
e45bcb7f60
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
dd276f6535
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
175b684b2f
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
f2f8fe6956
new constructor for creating attachments from code, not from Constructor.
1998-10-08 21:56:26 +00:00
mlm%netscape.com
b53c92e68c
Fix for running with JS disabled; would core dump before.
1998-10-08 21:45:24 +00:00
waterson%netscape.com
1383a29ec0
Touch down smooth progress bar changes from PROGRESS_19981006_BRANCH. a=nisheeth.
1998-10-08 21:35:07 +00:00
cyeh%netscape.com
195001a347
remove #ifdef NSPR in preparation for turning off NSPR and NSPR20 compile defines
1998-10-08 21:24:44 +00:00
cmanske%netscape.com
4de409fc22
Trying to fix automated test breakage
1998-10-07 23:01:26 +00:00
danm%netscape.com
6f373f8de7
fix crash opening page through File/Open dialog from blank context. r:law
1998-10-07 21:53:12 +00:00
cmanske%netscape.com
75fa249f4e
Added function to test if link is to internal target
1998-10-07 04:54:05 +00:00
mlm%netscape.com
624380415c
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
f1e6c42b0c
Fix else/#else error.
1998-10-07 01:32:07 +00:00
cmanske%netscape.com
7d3a42c363
Make URLs in images absolute before copying to the clipboard stream
1998-10-07 00:43:09 +00:00
cmanske%netscape.com
cb55d29d9c
More Composer Publishing fixes
1998-10-07 00:35:30 +00:00
pinkerton%netscape.com
4a5f3dd8d0
Fix build bustage. Add default constructor so we can create w/out an LStream.
1998-10-06 22:54:15 +00:00