Commit Graph

253 Commits

Author SHA1 Message Date
ftang%netscape.com
5503b9daea Add several unicode tables
Fix the problem in cp1251/2
Add euro sign into mac unicode table
1998-07-17 23:45:44 +00:00
kin%netscape.com
dff21bbf04 Fix for 5.0 SF1in bug #301716: Table WIDTH parameter lost when loaded in
composer

Changed the type of the m_iWidth field of the CEditTableElement class from
XP_Bool to int32.

Reviewed by mjudge.
1998-07-16 22:19:46 +00:00
kin%netscape.com
0b6a300c6b Fix for 5.0 SF1in bug #300809: Composer adds and deletes tags; bad image
display; HTML does not validate
There are actually 3 different bugs reported in 300809. This checkin fixes
the problem where the spacing and the image are too close: <P></P><BR><IMG>

edtbuf.cpp:
    - Modified CEditBuffer::ParseOpenTag() so we don't discard a <BR> that
      comes after a </P>.
    - Commented out code that adds a blank container before a table that
      follows a </P>.

edtele.cpp:
    - Modified CEditContainerElement::AdjustContainers() to add a blank
      container after a paragraph that ends with a </P> tag.
1998-07-16 21:56:54 +00:00
nisheeth%netscape.com
43e47de554 Fix for bug #300477 to stabilize the table freeing changes. This fixes
the crash that occurred when you aborted the loading of the Netscape home
page.
1998-07-16 08:42:43 +00:00
ramiro%netscape.com
5c5498ff39 Fix a broken INCLUDES += ./
Should be INCLUDES += -I./
Im not really sure why this is needed since the current mime is on the
REQUIRES list.  I had to fix this cause 'make depend' was breaking because
of the misplaced './'
1998-07-16 07:25:12 +00:00
mlm%netscape.com
62850ceecd Fix for bug 122467 (P0 SF1 In): Merge from 4.06 fix for 123836.
If two layers come in with the same name, rename the first one
to avoid a layer getting prematurely garbage collected or GC'd
twice.  Originally reviewed by brendan, chouck, and nisheeth.
1998-07-16 05:20:45 +00:00
morse
21aa2adc5f fix bug 161346, reviewed by valeski 1998-07-15 00:29:04 +00:00
toshok
134617a2e5 Only call lo_SetLineBreak if we indeed inserted a line break - fixes SF1 P0 bug 300047. 1998-07-14 22:16:21 +00:00
toshok
682346549a switch order of if checks. gets rid of a SF1 P0 bug 300045. 1998-07-14 21:39:00 +00:00
pierre
414e173920 Following my MOZ_DARK checkin 2 weeks ago, changed a "((long (*) (char *, uint32, void *))" to "((int32 (*) (char *, uint32, void *))". Just in case... 1998-07-14 01:17:15 +00:00
kin
08ce51a552 Fix for SF1in bug 299356: Indentation increases line spacing for same indent
level
Modified CEditBuffer::IndentContainer (case 0) to combine adjacent
blockquote containers.

Reviewed by mjudge.
1998-07-13 23:22:50 +00:00
mjudge
3932bb7884 117388 110370 are both solved by this change. tadaaa 1998-07-13 22:55:01 +00:00
ftang
573ee054be Fix 5.0 SF1 in bug 123225. merged from 4.5 fix. 1998-07-13 16:51:53 +00:00
ftang
31dee21e20 Fix crashing bug #241466 Approved by jar. This bug currently tag as 4.5 bug but since it is
a crashing bug, jar approve to check it in. We didn't change the bug Target FIX version
to 5.0 SF1 in because Nova also need to track it.
1998-07-13 16:37:49 +00:00
nisheeth
5a19200215 Fix the Mac build bustage... 1998-07-10 07:05:12 +00:00
nisheeth
58600ced10 Fix for bug #173417 and bug #186496. Reviewed by toshok.
We redo the way tables get freed.
Earlier when the LO_TABLE element got freed, it would free stuff that hangs
of the subsequent LO_CELL elements.  Now, only table related stuff gets freed
and the LO_CELL peer data structures get freed when the LO_CELL is freed.
Lots of code that was if-defed or commented out since Mariner hit the tip
has been removed to improve code readability.
1998-07-10 01:03:46 +00:00
danm
30f8c8b987 glowcode. bug 299200 a:don. 1998-07-09 16:33:15 +00:00
ricardob
45306c04b2 free mail unix changes 1998-07-07 18:29:09 +00:00
mjudge
8346cce63e Fixing Sf1in. no number but definate crash. no initializer for int i=0 1998-07-07 16:49:37 +00:00
nisheeth
904b7f7a9d Fix for bug 123318. Only do the textblock checks in lo_BoundaryJumpingPrev()
and lo_BoundaryJumpingNext() for the editor context.
If you don't do it the editor, backspacing between lines gets hosed.
If you do it for the browser, selection goes into an infinite loop.
1998-07-07 06:31:07 +00:00
nisheeth
4ef6d926ad Fix for bug 232611 which was a duplicate of bug 120234 which got fixed in 4.06.
Fix was reviewed by rjc and dp when it went into the 4.06 branch.
Fixed the case where an unclosed single quote in a
tag causes the STYLE attribute to not be found. This was causing
an infinite loop where layout would process the style attribute repeatedly.
See bug report for details. Affected code is inside lo_ProcessStyleAttribute().
1998-07-07 05:57:50 +00:00
nisheeth
45a9eba323 Fix for Mac build bustage. 1998-07-05 01:51:33 +00:00
nisheeth
3836c11bc8 Approved by Don. Checking in latest Layout Probe API implementation from
the 4.06 branch into the mozilla tip.  This API is not being called from
anywhere and hence cannot affect stability.
1998-07-04 23:25:24 +00:00
ricardob
7429f72e92 Comment out again temp define for Gromit, use addrbook.h instead 1998-07-03 00:35:22 +00:00
ricardob
d152fe48e4 Use kGromitxxx definition from addrbook.h 1998-07-03 00:34:45 +00:00
pierre
78385ec9aa Fixing Mac MOZ_MEDIUM: ifndef'd XP_MAC the "misc temp kludges" 1998-07-02 23:32:15 +00:00
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