Граф коммитов

203 Коммитов

Автор SHA1 Сообщение Дата
mjudge 819704e1aa bug 113680 fix for horizontal rule strangeness after tables. when reflowing tables, do not reflow beyond the last cell 1998-06-12 16:05:46 +00:00
nisheeth dcbb949f5a Fix for bug 123984. Approved by don. LO_SelectAll was crashing in
lo_FindDocumentEdge() because state->end_last_line was not being set
properly during layout of the document.  Fixed.
1998-06-12 06:09:51 +00:00
cmanske 006921c7e8 Fixed SF1 bugs 65190, 105787, 123355. Reviewed by mjudge, approved by brade, don 1998-06-12 01:22:22 +00:00
cmanske b16f18b21d Part of fix for SF1 bug 123355, reviewed by fur. Approved by brade, don 1998-06-12 01:22:14 +00:00
nisheeth f19cf5302a Fix for bug #108358. No code review coz its a one liner. Fixes the infinite
loop by letting us break out on a condition that wasn't being checked
earlier in lo_LayoutTextBlock() in laytext.c.  Thanks a lot to Jeff
Caldwell (look@shell.lazerlink.net) for the patch.
1998-06-12 01:16:59 +00:00
nisheeth 5a0a7aac9a Fix for bug 124273. Reviewed by toshok. Commented out call to
LO_PopStyleSheetTagByIndex() in lo_RelayoutCell() in laytable.c.
This should fix lots of crashes on rendering pages with stylesheets.
1998-06-11 23:39:15 +00:00
gordon 608a073452 Fixing Mac bustage by adding typecast. Approved by sar. 1998-06-10 23:04:18 +00:00
toshok 62649b53f5 fix relayout of preformatted text (and hopefully help out in the
relayout of normal text as well.)  Make sure we start at the element
immediately following the LO_TextBlock (if possible, otherwise start
at the startTextElement.)  Also, loop up to and including the
endElement.  Lastly, insert new soft line breaks after recycling the
old ones.
1998-06-10 19:12:01 +00:00
toshok bfb691fe55 Make line breaks at the start and end of a PRE section hard, so they persist across resizes (part of the fix for 123300. 1998-06-10 18:58:14 +00:00
toshok bcdd237c1b Add one liners about the PRE_*, QUOTE_* and SUBDOC_* #defines. 1998-06-10 16:54:35 +00:00
pinkerton 3facc9f2fc Fix bug #12413 in single signon (appr don, rev morse). 1998-06-10 15:20:06 +00:00
nisheeth d4e2e2cc89 Fix for bug 123208. Fixes the problem of nested tables with 100% height
getting heights of 10000 pixels.  Thanks to Tim Rowley (tor@cs.brown.edu)
for providing a patch that was very close to the real fix.  You saved me
a lot of work!
1998-06-10 06:56:10 +00:00
waterson 7020dbb4e8 Added plugin to list of directories so the nsIPlug.h gets exported. Needed for OJI to build. 1998-06-08 21:38:35 +00:00
gordon 9984aa8d7c Renamed debug target output file to match target name: LibMochaDebug.o. 1998-06-08 17:19:18 +00:00
gordon ccc1b5ef14 Add typecast in principalsCanAccessTarget(), necessary to satisfy the Mac's more stringent compilers. The parameter should be double checked by someone who's had more sleep. 1998-06-08 11:05:01 +00:00
gordon ac882b5e10 Remove unnecessary include for XP_MAC. 1998-06-08 11:02:20 +00:00
morse 906f82ef14 fix tree bustage on mac 1998-06-07 17:24:46 +00:00
morse 7bab560296 change for single signon 1998-06-07 16:06:49 +00:00
morse 0eea59e38c single signon changes 1998-06-07 15:56:07 +00:00
dveditz c1d50e3ffb merging from SMARTUPDATE_BRANCH 1998-06-07 09:23:42 +00:00
scullin 68751eee90 Fake out mac build. 1998-06-06 03:30:11 +00:00
scullin bde554bafb Removed xp_reg.c 1998-06-06 00:59:13 +00:00
scullin f7201e4518 Move to network/util/mkreg.c 1998-06-06 00:58:32 +00:00
morse 9f2b5d0fe3 single signon changes 1998-06-06 00:21:25 +00:00
scullin 28fd645add Add xp_hash to the modular netlib files. 1998-06-05 23:23:05 +00:00
raman bb160092db Fix to make OJI to build. 1998-06-05 19:34:36 +00:00
cmanske caffa1d536 Fixed SF1 list HTML bugs for Composer. Reviewed by mjudge. 1998-06-05 15:00:23 +00:00
pierre 1db289c1d6 First Checked In. 1998-06-05 06:14:09 +00:00
scullin bc86fc78f0 Clean up for use in modular netlib, create library on windows. 1998-06-05 01:08:32 +00:00
hardts 6fc71dccd8 touching down layout integration branch 1998-06-05 01:03:18 +00:00
pinkerton 562338fe0e Fix some mac problems in single signon and cookie management. Also fix problems when no security is available (ie, free source). 1998-06-04 17:47:31 +00:00
pierre 4f3469cd3e First Checked In. 1998-06-04 10:03:05 +00:00
sfraser bcae3d5b1f Added a needed prototype for the Mac build 1998-06-04 07:34:52 +00:00
sfraser c46ec68364 Fixes to allow us to compile Progress with this obsolete class for now. 1998-06-04 07:31:29 +00:00
sfraser f84910993e First Checked In. 1998-06-04 07:08:46 +00:00
sfraser 3c2070d530 First Checked In. 1998-06-04 06:57:39 +00:00
sfraser 616b5f8c01 Add a new header to export 1998-06-04 06:50:25 +00:00
law 1d0003e5bc Fix for defect #122687: Bypass VC++ v5 optimizer bug 1998-06-03 18:33:25 +00:00
rjc 39313b8464 Merging RDF_BRANCH onto tip. 1998-06-03 17:32:56 +00:00
jgellman 18e91629d4 fix for MSCV 4.21 compiler -- explicit cast 1998-06-03 02:19:42 +00:00
jgellman 3eed711ae4 merge from OJI branch 1998-06-03 00:37:20 +00:00
scc 6a5df9b58c First Checked In. 1998-06-03 00:12:50 +00:00
scc 48c6bf24d4 First Checked In. 1998-06-02 23:54:58 +00:00
pinkerton 153ca96908 Backing out appearance manager changes because Apple won't be able to deliver an SDK that fits our needs and works with pre 8.5 systems. Code is still in the tree if it ever wants to be pulled out again later (appr sdagley). 1998-06-02 21:39:14 +00:00
warren 42ee822221 Factored nsplugin.h into nsIPlug.h and nsILCPlg.h. nsplugin.h will get obsoleted. 1998-06-02 00:32:49 +00:00
scullin f122c938a6 Landing modular netlib on UNIX 1998-06-02 00:23:17 +00:00
raman 5454acc32e Code to display the Signed JS and Applets UI on Mozilla thread by posting an event. Coded by morse. Approved by norris. 1998-06-01 22:10:54 +00:00
raman ae06f20146 Added handling of buttons for Signed JS and Applets UI. Coded by morse. Approved by nisheeth 1998-06-01 22:10:21 +00:00
cmanske a5f3979505 Added outdent list level when Enter key is pressed and current item is empty 1998-06-01 16:21:19 +00:00
spence 444d9e89cc fixed some shack layout problems 1998-06-01 07:28:55 +00:00