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
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
sdagley%netscape.com
25b2080e5a
Fix build bustage - if you're going to call an external function INCLUDE THE F**KING HEADER that defines the prototype (i.e. prmem.h for PR_Free()).
1998-10-01 02:47:26 +00:00
norris%netscape.com
8647812478
Fix bug 326297: various security holes caused by lack of quoting around
...
displayed URLs.
1998-10-01 00:23:05 +00:00
cmanske%netscape.com
d143054f6f
Added more support to change list to blockquote
1998-09-30 20:30:51 +00:00
cls%seawood.org
10f6c80c52
Moved files out of MOZ_EDITOR ifdef to fix breakage under MOZ_LITE. Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
1998-09-30 18:40:05 +00:00
kin%netscape.com
973c7b27a2
Fix for bug #325661 : ENDER: Reseting a form with an HTMLArea displays a dialog.
...
mozilla/cmd/xfe/forms.c
mozilla/lib/layout/editor.cpp
- Modified EDT_SetDefaultHTML() to call ReadFromBuffer instead
of EDT_PasteHTML. It can also handle the case where pHTML is null.
mozilla/lib/layout/edtbuf.cpp
- Modified ReadFromBuffer to handle case where pBuffer is null.
1998-09-30 18:26:53 +00:00
brendan%netscape.com
02f7050108
LO_GetBuiltinByIndex should not be ifdef JAVA or OJI.
1998-09-30 07:06:56 +00:00
shaver%netscape.com
0b399084d5
start on DOM version of lo_SetStyleSheetLayerProperties
1998-09-30 05:03:27 +00:00
shaver%netscape.com
3f67e1c47f
remove bogus (vestigial?) builtin_count reference
1998-09-30 03:48:49 +00:00
brendan%netscape.com
8b7f210e05
- Need JS_THREADSAFE in mozilla.mak and config.mak (and because of the latter,
...
don't need it in js/src/makefile.win).
- Added DOM support.
- Break up really long lines in mozilla.mak using backslashes.
- Added /I../../lib/libdom to several places (ugh).
- factor some mime.lib stuff better, but still not consistent in how SMART_MAIL
and MOZ_MAIL_NEWS select it.
- Include spans and transclusion stuff, shaver and toshok to clean up later.
- Use ?: instead of if/else in layout.c to minimize source and generated code.
- Use strong typing for struct DOM_foo * types without including domstyle.h,
by using mighty struct tags.
- Fix doc_id signedness in lm_dom.h (also eliminate tabs, but use 8 for
tab-width).
1998-09-30 02:07:26 +00:00
cmanske%netscape.com
5318afdbca
Added check for USEMAP when deciding default border width in image tag
1998-09-30 01:20:14 +00:00
cls%seawood.org
b68d27d653
Changed check for EDITOR to MOZ_EDITOR.
1998-09-30 00:53:10 +00:00
rjc%netscape.com
feb721781c
Reflect Shack into JavaScript. Reviewed and approved by Brendan (libMocha) and Nisheeth (Layout).
1998-09-30 00:53:09 +00:00
cmanske%netscape.com
65a3224235
Fixed more Composer bugs
1998-09-30 00:01:40 +00:00
cyeh%netscape.com
79abd7d8a7
Remove old MOCHA #ifdefs
1998-09-29 20:55:21 +00:00
ramiro%netscape.com
31706105e8
Add #ifdef EDITOR around usage of edt_ForceTableSelection() which is only
...
defined if EDITOR is true. Fixes the autoconf and MOZ_LITE builds.
1998-09-29 09:41:19 +00:00
shaver%netscape.com
bf7137a522
fix accidental non-OJI build breakage
1998-09-29 09:19:45 +00:00
shaver%netscape.com
3b589cd184
track DOM Makefile changes
1998-09-29 09:15:05 +00:00
cmanske%netscape.com
89ee1826c1
Trying to fix Linux build problems
1998-09-29 04:12:14 +00:00
cmanske%netscape.com
83db4d5816
Trying to appease fussy UNIX compiler
1998-09-29 02:42:30 +00:00
cmanske%netscape.com
755368ba2d
Trying to fix build problem in Linux
1998-09-29 01:36:51 +00:00
nisheeth%netscape.com
fe9c951a71
Defensive programming to avoid crashing on a NULL lo_image added to lo_ImageObserver(). Thanks a lot to ben@algroup.co.uk for reporting this problem and providing a partial fix.
1998-09-29 00:24:15 +00:00
shaver%netscape.com
29f18d8c5e
Wire up Perignon stuff #if DOM.
...
Remove some unused variables.
1998-09-28 23:39:17 +00:00
cmanske%netscape.com
d26815794e
Fixed lots of Composer bugs. Implemented delete/copy accross table cell boundaries
1998-09-28 22:51:10 +00:00
ftang%netscape.com
c5f0c3333c
move 4.5 fix into mozilla
1998-09-28 19:23:21 +00:00
mlm%netscape.com
bf4111926a
Branch landing: Multithreading libmocha in mozilla.
...
- Change semantics of LM_LockJS to add context parameter.
1998-09-25 22:03:37 +00:00
mcafee%netscape.com
27090352b7
Uninitialized variable warning from gcc
1998-09-25 10:47:56 +00:00
mcafee%netscape.com
80fd8970c8
Check for null pointer; print context doesn't have history. r=morse,nisheeth
1998-09-24 21:41:53 +00:00
kin%netscape.com
6b258036a7
Modified edt_InitEscapes() to check for '>'. This will make composer write
...
out > into the HTML stream instead of the '>' character.
1998-09-24 14:33:09 +00:00
sdagley%netscape.com
d1a6416e64
Added prototype for lo_ProcessHeader so the Mac will build. How any platform builds without I don't know (but I'd guess they don't have warnings for un-prototyped functions).
1998-09-23 01:45:44 +00:00
cls%seawood.org
68f6260fe7
Moved files accidentally placed in MOZ_EDITOR ifdef.
1998-09-22 23:03:47 +00:00
toshok%netscape.com
7dc2fbac6d
add handling for header elements in reflow. especially fixes alignment lossage.
1998-09-22 22:51:43 +00:00
wtc%netscape.com
96a6a02078
NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
...
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
toshok%netscape.com
8d712227f5
rework grid relayout. This fixes lots of things, like the problems of grid cells disappearing on resize, and grid cells that were specified with a fixed size acting like they were assigned a percentage on resize.
1998-09-22 02:14:49 +00:00
beard%netscape.com
fd463e1d3d
Changed use of stricmp to XP_STRCASECMP, fixed reference to platform-specific pText field in LO_TextStruct_struct.
1998-09-21 23:51:48 +00:00
nisheeth%netscape.com
469dccd64d
Checking in changes made for the Layout Probe API project by Ori Kravitz
...
(orik@mercury.co.il ) and Andrei Romanov (aromanov@segue.com ).
1998-09-21 21:54:50 +00:00
kin%netscape.com
4f26312ab5
Fix for bug #318302 : "Undo" leaves a line of text
...
Removed call to StartTyping(), in CEditBuffer::ReturnKey(), for the
case where bTyping is false.
Reviewed by cmanske. Approved by marek.
Added parens around a set of conditions in CEditBuffer::PasteText() to prevent
the occassional dereferencing of a null pointer.
1998-09-21 17:33:14 +00:00
ftang%netscape.com
6ac4d83b71
Make the history entry to store UTF8 text. We will graduately change FE code also to deal with UTF8 in history database. We need this to make the RDF history access correctly handle Multilingual text
1998-09-19 00:33:04 +00:00
mcafee%netscape.com
3df6b8f9b3
Uninitialized variable compiler warnings on Linux
1998-09-16 09:01:25 +00:00
mcafee%netscape.com
a71a79c489
Uninitialized variable compiler warnings on Linux
1998-09-16 08:25:31 +00:00
mcafee%netscape.com
80ad0e3bf8
Uninitialized variable compiler warnings on Linux
1998-09-16 08:13:29 +00:00
mcafee%netscape.com
18d145ec21
Uninitialized variable compiler warnings on Linux
1998-09-16 07:45:58 +00:00
mcafee%netscape.com
dffdfde7d6
Uninitialized variable compiler warnings on Linux
1998-09-16 07:32:19 +00:00
mcafee%netscape.com
ceea74b136
Uninitialized variable compiler warnings on Linux
1998-09-16 07:22:06 +00:00
rjc%netscape.com
a529b0e6d9
Additional changes for supporting HT_LayoutComplete().
1998-09-15 22:07:34 +00:00
nisheeth%netscape.com
2eefe107fa
Build list of meta tags on top_state and pass them to RDF HT once layout
...
completes. Delete the meta tag list once RDF HT is done looking at it.
This enables functionality like automatically sucking in META info into the
RDF hierarchy when you add a bookmark.
1998-09-15 18:37:49 +00:00
toshok%netscape.com
515a325ee2
Fix bugzilla bug 741 (typo in laybuiltin.c -- builtin->width should be builtin_width. contributed by rkl@connect.org.uk.) Also, move the builtin's layer at the end of lo_UpdateStateAfterBuiltinLayout.
1998-09-14 08:53:43 +00:00