Commit Graph

227 Commits

Author SHA1 Message Date
ricardob
1a5ef65cd4 fix build 1998-07-02 21:35:53 +00:00
pierre
8fdc32e661 Mac MOZ_DARK 1998-07-02 02:38:19 +00:00
pierre
c0ed0c1ee4 First Checked In. 1998-07-02 02:24:28 +00:00
cmanske
2d48a23a4a Fixed Composer SF1 in bugs 26852, 123355, 148474, 233518. Reviewed by mjudge 1998-07-02 01:20:39 +00:00
ricardob
10bf687d31 Use MOZ_SECURITY 1998-07-02 01:15:11 +00:00
terry
a83ec38894 Patch by Dawn Endico <dawn@cannibal.mi.org> -- add comment at top. 1998-07-01 13:53:28 +00:00
terry
edeb68a743 Patch by Dawn Endico <dawn@cannibal.mi.org> -- cleaned up some
comments, added a README file.
1998-06-30 14:06:34 +00:00
atotic
144490cba0 Making it compile on the Mac 1998-06-26 23:55:37 +00:00
sman
893bd0b1a6 Whether or not we compile CALENDAR, we still want to image VCARDs.
Had to move a define 2 lines down to make this happen.
1998-06-26 23:43:04 +00:00
spider
cb94dae31e NORMANDY_DDAY merge... 1998-06-25 05:50:45 +00:00
spider
02052167a4 More libmsg Normandy stuff 1998-06-22 22:54:34 +00:00
spider
749a763205 Adding libmsg in Normandy merge 1998-06-22 22:39:40 +00:00
spider
1b162ad28f Adding libaddr as part of Normandy merge 1998-06-22 21:46:46 +00:00
spider
365c772ff9 Normandy Merge .... 1998-06-22 21:21:28 +00:00
cmanske
5c90dbc5f7 Fixed SF1 Composer bugs 117881, 122061, 147518, 148003. Reviewed by mjudge 1998-06-21 19:03:10 +00:00
akkana
e2c215ce6e 94115: don't show unnecessary horizontal scrollbars on resize.
Reviewed by cmanske.
1998-06-19 23:18:04 +00:00
mjudge
158908fb19 Bugs numbers 78936,78922,78925,78926,78934,78939,105689,139286,139301,139359 1998-06-19 04:00:49 +00:00
ftang
5cb81ae627 fix 147582 5.0SF1 IN 1998-06-18 16:21:24 +00:00
montulli
0edf3cd0fd merge tip with montulli branch and create montulli1 1998-06-18 00:53:50 +00:00
waterson
ae688b89c3 Bug 127280. Approved by don. Make sure reference count is properly initialized in NP_LoadPluginByType(). 1998-06-17 21:15:23 +00:00
nisheeth
91b5a97ca7 Fix for bug#124552. No code review needed coz fix is smaller than 5 lines.
Now text layout looks at both the state structure and the current text block
for propagating anchor information when a new text layout element is created.
1998-06-16 03:05:10 +00:00
cmanske
e020843b76 Finished fix for SF1 bug 123355 - force JavaScript on for Composer Plugins. Reviewed by mjudge. 1998-06-15 21:44:23 +00:00
nisheeth
cabfc296fe Fix for bug#112027. Reviewed by Dan. The crash was occuring for the case
when the MULTICOL tag had no content.  Fixed lo_rl_FitMultiColumn()
to handle that case.
1998-06-12 22:35:50 +00:00
mjudge
d415e492d8 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
7206d30a96 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
4be87732d7 Fixed SF1 bugs 65190, 105787, 123355. Reviewed by mjudge, approved by brade, don 1998-06-12 01:22:22 +00:00
cmanske
a6c4d7cf1a Part of fix for SF1 bug 123355, reviewed by fur. Approved by brade, don 1998-06-12 01:22:14 +00:00
nisheeth
aea8359755 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
9798be6b4b 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
03e58a5dca Fixing Mac bustage by adding typecast. Approved by sar. 1998-06-10 23:04:18 +00:00
toshok
0a6e8a22c3 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
19e8cf0392 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
99c3cd4bcc Add one liners about the PRE_*, QUOTE_* and SUBDOC_* #defines. 1998-06-10 16:54:35 +00:00
pinkerton
bd70e1ff35 Fix bug #12413 in single signon (appr don, rev morse). 1998-06-10 15:20:06 +00:00
nisheeth
484db7cd55 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
a4c644a1f3 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
waterson
279bbd6616 Added code to export nsIPlug.h to the public plugins directory. Needed for OJI to build. 1998-06-08 21:38:10 +00:00
gordon
75868dcb41 Renamed debug target output file to match target name: LibMochaDebug.o. 1998-06-08 17:19:18 +00:00
gordon
f5a123ea74 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
3afb5f4280 Remove unnecessary include for XP_MAC. 1998-06-08 11:02:20 +00:00
morse
4c00761c0d fix tree bustage on mac 1998-06-07 17:24:46 +00:00
morse
efcf178b52 change for single signon 1998-06-07 16:06:49 +00:00
morse
22995b061a single signon changes 1998-06-07 15:56:07 +00:00
dveditz
f8633f6bea merging from SMARTUPDATE_BRANCH 1998-06-07 09:23:42 +00:00
scullin
6da1b3322c Fake out mac build. 1998-06-06 03:30:11 +00:00
scullin
604fe4ee1f Removed xp_reg.c 1998-06-06 00:59:13 +00:00
scullin
625f975e1f Move to network/util/mkreg.c 1998-06-06 00:58:32 +00:00
morse
1c69833d97 single signon changes 1998-06-06 00:21:25 +00:00
scullin
c23a604d54 Add xp_hash to the modular netlib files. 1998-06-05 23:23:05 +00:00
raman
c535b8946d Fix to make OJI to build. 1998-06-05 19:34:36 +00:00