timeless%mac.com
fc883176bf
Bug 106386 rid source of misspellings
...
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
cmanske%netscape.com
63b50a54f4
Fixed bugzilla bugs 305, 306, 307 and some code cleanup.
1998-10-29 20:38:40 +00:00
kin%netscape.com
289d0646e5
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
001ed2ffd4
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
df4a7696b4
remove stale DOM span/transclusion code
1998-10-19 20:45:03 +00:00
kin%netscape.com
b7bcbb4c3d
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
02afba6ebb
Added libdom.[ch] for DOM Style parsers
1998-10-17 02:40:25 +00:00
nisheeth%netscape.com
2642c817b0
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
d71e3e62b8
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
4a0f993d0b
Patch for Layout Probe API. Submitted by Ori Kravitz (orik@mercury.co.il).
1998-10-16 22:26:29 +00:00
pollmann%netscape.com
cb9bff9f76
Move DOM Style parsers to laydom.[ch]
...
Add destructor to entries
1998-10-16 22:11:19 +00:00
pollmann%netscape.com
ad21b6fe26
#ifdef the whole file for Mac builds :S
1998-10-16 21:24:41 +00:00
pollmann%netscape.com
9546182f05
Move DOM Style parsers to laydom.[ch]
...
Add destructor to entries.
1998-10-16 21:18:24 +00:00
kin%netscape.com
d80a3fcfa4
Changed bogus MOZ_ENDER ifdef to the proper ENDER ifdef.
1998-10-16 19:26:11 +00:00
shaver%netscape.com
edc2a085ef
Perignon: don't force creation of style DB
1998-10-16 18:25:21 +00:00
toshok%hungry.com
e69ef6cc1d
DOM_StyleGetDatabaseFromContext => DOM_StyleDatabaseFromContext
1998-10-16 07:38:32 +00:00
cmanske%netscape.com
6df0452090
Implemented new function to check if in Preformt text
1998-10-15 22:03:20 +00:00
nisheeth%netscape.com
32b3b95514
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
04f7f601ff
Fixing build bustage
1998-10-15 20:39:34 +00:00
cyeh%netscape.com
909b572596
trying to fix build bustage.
1998-10-15 19:36:49 +00:00
cmanske%netscape.com
1723b6372f
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
0203b981ea
(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
2a008e4052
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
c4da19e6d8
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
b8fce33744
Turn on MOZ_ENDER_MIME code. Added mailto to the REQUIRES list.
1998-10-14 20:29:40 +00:00
mjudge%netscape.com
7f09382fb3
ender carpool
1998-10-14 20:24:50 +00:00
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
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
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
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
0259ca137e
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
57800c9cf6
include config.mk before we check for DOM.
1998-10-11 00:57:43 +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
6d35ba3ed6
this will fix a crahing bug and also fix an editor bug
1998-10-09 02:49:20 +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
waterson%netscape.com
1383a29ec0
Touch down smooth progress bar changes from PROGRESS_19981006_BRANCH. a=nisheeth.
1998-10-08 21:35:07 +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