cmanske%netscape.com
348140631a
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
fe616b3c68
Fixed complete bustage of dragging table cells in Composer
1998-10-03 18:38:36 +00:00
cmanske%netscape.com
b3e4eb4dae
More Composer publishing improvements
1998-10-03 02:25:13 +00:00
cmanske%netscape.com
f9e70e729f
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
fe4e2944a2
DOM: move POP_LAYER handling into back end and start element->node wiring
1998-10-02 20:20:31 +00:00
shaver%netscape.com
e422ed1039
(DOM) end style-forced layers
1998-10-02 02:12:47 +00:00
toshok%netscape.com
83d178ac20
remove asserts and replace them with helpful comments.
1998-10-02 01:56:37 +00:00
shaver%netscape.com
765624d139
(#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
1675302421
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
b443828d42
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
c4ff5817c7
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
d7963a0b2d
Added more support to change list to blockquote
1998-09-30 20:30:51 +00:00
cls%seawood.org
40da7df1e3
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
0f25d20670
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
e442722337
LO_GetBuiltinByIndex should not be ifdef JAVA or OJI.
1998-09-30 07:06:56 +00:00
shaver%netscape.com
800eb77a5f
start on DOM version of lo_SetStyleSheetLayerProperties
1998-09-30 05:03:27 +00:00
shaver%netscape.com
f05a6f76b6
remove bogus (vestigial?) builtin_count reference
1998-09-30 03:48:49 +00:00
brendan%netscape.com
7f2ef26145
- 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
39f35dde38
Added check for USEMAP when deciding default border width in image tag
1998-09-30 01:20:14 +00:00
cls%seawood.org
74ea382ef2
Changed check for EDITOR to MOZ_EDITOR.
1998-09-30 00:53:10 +00:00
rjc%netscape.com
4ccdb1381c
Reflect Shack into JavaScript. Reviewed and approved by Brendan (libMocha) and Nisheeth (Layout).
1998-09-30 00:53:09 +00:00
cmanske%netscape.com
d2058ee519
Fixed more Composer bugs
1998-09-30 00:01:40 +00:00
cyeh%netscape.com
3059434510
Remove old MOCHA #ifdefs
1998-09-29 20:55:21 +00:00
ramiro%netscape.com
84985d2052
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
55374a966f
fix accidental non-OJI build breakage
1998-09-29 09:19:45 +00:00
shaver%netscape.com
5ce47f544f
track DOM Makefile changes
1998-09-29 09:15:05 +00:00
cmanske%netscape.com
b9778d743e
Trying to fix Linux build problems
1998-09-29 04:12:14 +00:00
cmanske%netscape.com
e55639d2fa
Trying to appease fussy UNIX compiler
1998-09-29 02:42:30 +00:00
cmanske%netscape.com
65501248cb
Trying to fix build problem in Linux
1998-09-29 01:36:51 +00:00
nisheeth%netscape.com
6d9432bedc
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
c6040f6d55
Wire up Perignon stuff #if DOM.
...
Remove some unused variables.
1998-09-28 23:39:17 +00:00
cmanske%netscape.com
7ba71e0c36
Fixed lots of Composer bugs. Implemented delete/copy accross table cell boundaries
1998-09-28 22:51:10 +00:00
ftang%netscape.com
68fe067062
move 4.5 fix into mozilla
1998-09-28 19:23:21 +00:00
mlm%netscape.com
16b663637d
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
10b8ee26c7
Uninitialized variable warning from gcc
1998-09-25 10:47:56 +00:00
mcafee%netscape.com
d876d89de3
Check for null pointer; print context doesn't have history. r=morse,nisheeth
1998-09-24 21:41:53 +00:00
kin%netscape.com
834a91aa73
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
be32986b1d
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
f8e16c2e40
Moved files accidentally placed in MOZ_EDITOR ifdef.
1998-09-22 23:03:47 +00:00
toshok%netscape.com
61f0398d10
add handling for header elements in reflow. especially fixes alignment lossage.
1998-09-22 22:51:43 +00:00
wtc%netscape.com
3b8cb781fb
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
3f688b1963
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
6cfcdb72d4
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
1336a846e3
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
69386a2ac0
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
9d213b59bc
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
2d6de2d94f
Uninitialized variable compiler warnings on Linux
1998-09-16 09:01:25 +00:00
mcafee%netscape.com
e75e683b6a
Uninitialized variable compiler warnings on Linux
1998-09-16 08:25:31 +00:00
mcafee%netscape.com
92e0d37356
Uninitialized variable compiler warnings on Linux
1998-09-16 08:13:29 +00:00
mcafee%netscape.com
41da4b0013
Uninitialized variable compiler warnings on Linux
1998-09-16 07:45:58 +00:00