Commit Graph

8535 Commits

Author SHA1 Message Date
bernd.mielke%snafu.de
794abebe7d bug 107103 enable regression output for table printing tests
r=karnaze sr=attinasi
2001-10-29 19:19:06 +00:00
karnaze%netscape.com
e38dff73f8 bug 103925 - general reflow debugging capability. sr=attinasi, r=alexsavulov 2001-10-29 01:43:59 +00:00
seawood%netscape.com
9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
bernd.mielke%snafu.de
7f233275f2 new regression test, not affecting the build. 2001-10-27 06:27:12 +00:00
alecf%netscape.com
4b9b701faf two more nsUnicharUtils.h stragglers, I think I got r=jag, sr=scc on these in a previous patch - again for bug 100214 2001-10-26 17:51:22 +00:00
alecf%netscape.com
6ae8a9bee0 Convert users of nsCRT::ToUpper(PRUnichar) to ToUpper(PRUnichar) for bug 100214, r=jag, sr=scc 2001-10-26 17:18:35 +00:00
bernd.mielke%snafu.de
fd3d42097e adding a table-layout:fixed regression testcase not part of the build 2001-10-26 14:38:50 +00:00
dbaron%fas.harvard.edu
94cefc7b1c Remove unnecessary XPCOM interface around nsSpaceManager. b=102453 r=jag sr=waterson 2001-10-26 05:12:25 +00:00
dbaron%fas.harvard.edu
6e86902faa Remove unnecessary XPCOM interface around nsSpaceManager. b=102453 r=jag sr=waterson 2001-10-26 05:06:07 +00:00
jst%netscape.com
5574ddbbfc No need to be this paranoid, checking for pointers being null once is enough! Checking twise in a row is just overkill. 2001-10-26 03:31:49 +00:00
alecf%netscape.com
8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
karnaze%netscape.com
b838e3f3b3 new regression test, not affecting the build. 2001-10-26 02:34:16 +00:00
karnaze%netscape.com
c37faec28a bug 60816 use correct cell when rowspan and colspan overlap. Fix pixel rounding errors. sr=attiansi, r=alexsavulov 2001-10-26 02:30:38 +00:00
dbaron%fas.harvard.edu
0a8803afaf Fix Mac debug build bustage. (Why don't we have a mac debug tinderbox?) b=86947 2001-10-25 20:19:32 +00:00
hyatt%netscape.com
0f2fca64d1 Fix for 106212, make ContentAppended work right with XBL insertion points. r=brendan, sr=waterson 2001-10-25 07:31:18 +00:00
dbaron%fas.harvard.edu
3d44c64738 Fixing AIX and OS/2 bustage by passing by value instead of by reference to operator== and operator!=. 2001-10-25 06:34:10 +00:00
dbaron%fas.harvard.edu
02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
dbaron%fas.harvard.edu
157c017816 Bug 86947:
Make the line list doubly linked and access it through a list class and iterators.
Stop recomputing margins on all of the children of each block in the reflow chain (which causes O(N^2) state recovery during incremental reflow).  Instead, add a second dirty bit to the lines and walk backwards through the line list to recompute vertical margins only when either dirty bit is set and the previous line was not reflowed.  Add nsIFrame::IsEmpty to identify frames through which margins collapse.
Fix O(N^2) propagation of float damage by maintaining a set of intervals damaged by floats (bug 61962) and be sure to damage the correct areas (bug 48138).
Introduce nsCollapsingMargin to do correct collapsing of combinations of positive and negative margins (bug 50142).
Clean up some odds and ends and fix another smaller O(N^2) problem in nsBlockFrame::AddFrames.
r=attinasi, rbs  sr=waterson
2001-10-25 01:08:40 +00:00
karnaze%netscape.com
32cfe79425 new regression test, not affecting the build. 2001-10-25 00:26:16 +00:00
karnaze%netscape.com
804886b69a new regression test, not affecting the build. 2001-10-24 21:55:52 +00:00
bernd.mielke%snafu.de
a241132e43 bug 104898 the borderpadding should not influence the inner table margin relative to the
outertable frame r=karnaze sr=attinasi
2001-10-24 14:36:33 +00:00
simon%softel.co.il
c24e2968a6 Fix for bug 75034: Selection highlight on some Bidi pages was displayed in the opposite position to the actual selection. r=kin@netscape.com, sr=attinasi 2001-10-24 11:12:31 +00:00
attinasi%netscape.com
e8a4ea22a7 Fixed crash when positioned applet has to show the alt text. b=99776 r=dbaron sr=hyatt 2001-10-24 06:13:10 +00:00
jaggernaut%netscape.com
c5366ed44f This nsAString& really deserves to be const. r=dbaron 2001-10-24 06:11:02 +00:00
attinasi%netscape.com
dbbe5d88fb Checkin for tingley@sundell.net - Blinking text optional via pref b=19258 r=dbaron sr=attinasi 2001-10-24 04:51:34 +00:00
hyatt%netscape.com
0c8c1348b3 Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson 2001-10-24 00:01:09 +00:00
bzbarsky%mit.edu
20ecea032c Make setting body.style.background invalidate the whole canvas so the
background is repainted correctly. r=kmcclusk@netscape.com, sr=attinasi
2001-10-23 22:08:30 +00:00
dougt%netscape.com
b5ba390898 Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527 2001-10-23 01:37:21 +00:00
karnaze%netscape.com
a08c6cb2e7 new regression tests, not affecting the build. 2001-10-23 00:15:55 +00:00
bryner%netscape.com
03cd3c194e Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt. 2001-10-22 22:43:52 +00:00
karnaze%netscape.com
4d391277b8 bug 105268 - set NS_FRAME_OUTSIDE_CHILDREN on row when cells have rowspan>1 so that painting will not clip to row. sr=attinasi, r=alexsavulov 2001-10-22 22:21:19 +00:00
dougt%netscape.com
0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
karnaze%netscape.com
e7a4284d8e new regression tests not affecting the build. 2001-10-22 15:07:12 +00:00
karnaze%netscape.com
7ca3efff70 bug 96343 - skip cellspacing logic when child is not a row. sr=attinasi, r=alexsavulov 2001-10-22 14:37:03 +00:00
karnaze%netscape.com
c3733371ee bug 52531 - treate style change reflow like initial when positioning cell block. 2001-10-22 14:31:18 +00:00
karnaze%netscape.com
a6e8940c99 bug 86314 - invalidate properly when the inner table changes width. sr=attinasi, r=kmcclusk. 2001-10-22 14:24:54 +00:00
rods%netscape.com
ec608cec13 Make labels inline !important
Bug 100801 r=rods sr=attinasi
2001-10-22 10:39:35 +00:00
seawood%netscape.com
0a27874139 Remove unused MOZ_ENDER_LITE & -DENDER_LITE from the tree. 2001-10-22 04:34:31 +00:00
jaggernaut%netscape.com
e55207e293 Bug 89998: move nsTitledBoxFrame.cpp to nsGroupBoxFrame.cpp (and the classnames in it) as the final step in this XUL 1.0 bug. r=jag,FrodoB. 2001-10-21 08:35:34 +00:00
pavlov%netscape.com
b64aaa2689 fix for bug 105257 r=dbaron sr=mscott 2001-10-21 00:12:53 +00:00
kmcclusk%netscape.com
8a2b29e965 Ignore case when comparing default named anchor (top) 80784 sr=kin@netscape.com r=rods@netscape.com 2001-10-20 03:12:33 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
evaughan%netscape.com
3798517f57 bug 77357
r=bryner sr=hyatt
2001-10-19 20:48:35 +00:00
pinkerton%netscape.com
5fb9dd1a7e adding a couple of prefs to make word selection better on mac. doesn't eat whitespace to next word and stops at punctuation. r=mjudge/sr=sfraser. bug# 98546 2001-10-19 14:10:22 +00:00
stephend%netscape.com
c97470f1ce Bug 105245. Spelling typo in an error msg. r=stuartp@netscape.com, sr=mozbot 2001-10-18 06:40:41 +00:00
waterson%netscape.com
e7a0620006 Bug 104658. Ignore AttributeChanged notifications before the initial reflow has occurred. r=dbaron, sr=attinasi 2001-10-17 05:34:35 +00:00
kmcclusk%netscape.com
d850dc2072 Scroll browser window to top-left if anchor can not be found (quirks only) bug 80784. r=kin@netscape.com sr=attinasi@netscape.com 2001-10-17 01:06:19 +00:00
aaronl%netscape.com
1324edad85 Bug 57192. Alt+Down for combo boxes in HTML. r=rods, sr=waterson 2001-10-16 23:00:12 +00:00
alecf%netscape.com
ce1eec0457 bug 101761 - MODULE= cleanup on windows: gkplugin is really just plugin, r=cls 2001-10-16 20:56:51 +00:00
ftang%netscape.com
049abf1f66 fix bug 96530. delay loading of unicharutil dll till we really need it.
r=dp sr=waterson
2001-10-16 12:38:19 +00:00