bmlk%gmx.de
0cb0bf69a5
the mew of colspan cell needs to be redistributed this can only be done during the strategy init. bug 207208 r=jkeiser sr=dbaron
2003-06-09 17:51:25 +00:00
dbaron%dbaron.org
bb6b688862
Fix bugs with colors in tables in cases where some content comes before the start tag of BODY by rechecking the computed color of BODY more often. b=94688 Patch from Mats Palmgren <mats.palmgren@bredband.net>. r+sr=dbaron
2003-06-08 19:52:22 +00:00
dbaron%dbaron.org
eeb3dc21c5
Fix bustage on compilers with broken for loop scoping. b=125246
2003-06-08 00:36:08 +00:00
dbaron%dbaron.org
261b663630
VC++ doesn't seem to like empty arguments to macros. Fixing bustage. b=125246
2003-06-07 23:29:05 +00:00
dbaron%dbaron.org
f3a00bc53b
Put more information on the CSS properties in nsCSSPropList.h.
...
Use the property list in the tables for nsRuleNode::CheckSpecifiedProperties.
To reduce heap usage, redesign the storage of properties and values in nsCSSDeclaration to allocate all property-value pairs in a declaration block in a single allocation, and use temporary structures (like the old permanent structures) during parsing and modification. Replace per-property switch statements in nsCSSDeclaration with table-based code to reduce code size.
b=125246 r+sr=bzbarsky
2003-06-07 22:14:42 +00:00
bmlk%gmx.de
aa0129fa76
Initialize only table related frames, that should be more safe, bug 207145 r=jkeiser sr=kin
2003-06-07 08:48:24 +00:00
jkeiser%netscape.com
8203d25f1d
Fix crash on split colspan frames (Bug 194330), r=karnaze@netscape.com, sr=kin@netscape.com
2003-06-06 03:22:01 +00:00
jkeiser%netscape.com
9bcccb0b04
Remove unused variables, r+sr=sfraser@netscape.com
2003-06-06 01:11:57 +00:00
kin%netscape.com
ba2606bf9b
Fix for bug 193257 (AIM Today page renders incorrectly)
...
Modified AppendFrames() and InsertFrames() to call SetNeedStrategyBalance(PR_TRUE) when the table isn't auto height. This forces any previously reflowed rows, who were adjusted to take up all of the table's height, to recalculate their height during the dirty reflow that gets generated, so all rows get resized properly.
r=bernd_mozilla@gmx.de sr=dbaron@dbaron.org
2003-06-05 17:44:28 +00:00
kin%netscape.com
aa56ca9650
Fix for bug 205165 (a href link fails to work until window is resized)
...
Modified PlaceFrameView() to pass in the cached overflow area rect for the frame, if it has one, when calling
SyncFrameViewAfterReflow().
r=jkeiser@netscape.com sr=dbaron@dbaron.org
2003-06-05 17:42:29 +00:00
kairo%kairo.at
108ef75354
bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard
2003-06-04 11:11:19 +00:00
scott%scott-macgregor.org
e686fe3f90
Bug #201891 --> lazily instantiate CSSFrameConstructor::gXBLService in order to break a weird cycle
...
with the component manager that can cause two instances of the xbl service to be created.
r/sr=dbaron
2003-06-03 04:23:56 +00:00
jkeiser%netscape.com
78680b73d4
Remove the no-forward-declared-nsCOMPtr hack (bug 107291), r=bugmail@sicking.cc, sr=dbaron@dbaron.org
2003-06-03 03:56:14 +00:00
bienvenu%netscape.com
8e0758f402
fix hang drag drop from tree outliner 207908 r=varga, sr=sspitzer
2003-06-02 19:21:37 +00:00
roc+%cs.cmu.edu
f317aef205
Bug 193686. nsContainerFrame needs to report the overflowList as one of its child frame lists. Also, overflow frames should be destroyed when their parent is destroyed. r+sr=dbaron
2003-06-02 04:38:53 +00:00
roc+%cs.cmu.edu
ea9e915d9a
Bug 193686. nsContainerFrame needs to report the overflowList as one of its child frame lists. Also, overflow frames should be destroyed when their parent is destroyed. r+sr=dbaron
2003-06-02 04:03:07 +00:00
dbaron%dbaron.org
7a51cf1597
Replace nsSliderFrame::GetContentOf with static GetContentOfBox to fix hiding warning and avoid unnecessary |this| argument. b=42634 Patch from Marc Loiselle <mloiselle@yahoo.com>. r=dbaron sr=bryner
2003-06-02 02:39:26 +00:00
dbaron%dbaron.org
58f7acbd1e
Remove nsIFrame::ContentStateChanged. b=207822 r+sr=roc
2003-06-01 20:18:53 +00:00
dbaron%dbaron.org
b11dcca393
A little cleanup. b=207700 r+sr=bryner
2003-06-01 20:03:13 +00:00
timeless%mozdev.org
f580240373
Bug 207318 nsTreeBodyFrame needs to check rv of GetParentIndex
...
r=varga sr=bryner
2003-06-01 14:59:22 +00:00
bmlk%gmx.de
f96d268197
border collapse - lookup the correct border owner style, bug 196133, r=jkeiser sr=roc+moz
2003-05-31 14:49:18 +00:00
bmlk%gmx.de
d325dff0e8
table layout regression tests NPOB
2003-05-31 14:22:56 +00:00
bmlk%gmx.de
3d3b982d2a
avoid marking columns that only have a desired width empty, what would exclude them from space redistribution, bug 194024, r=jkeiser sr=bzbarsky
2003-05-31 14:15:56 +00:00
bmlk%gmx.de
4c40947f6c
infrastructure to recover overflow area during incremental reflow, bug 197581, r=kin sr=dbaron
2003-05-31 10:32:19 +00:00
bmlk%gmx.de
26699cf50e
layout regression test for table overflow handling NPOB
2003-05-31 10:18:57 +00:00
bmlk%gmx.de
ddeae4554f
adding testcase to the layout regression tests NPOB
2003-05-31 09:26:28 +00:00
bmlk%gmx.de
71ae1db151
anonymous table cell frames should not have a default padding, td and th padding defaults are set in html.css, bug 72359, patch proposed by hixie some time ago (2001-06-21) r=bernd sr=dbaron
2003-05-31 09:16:23 +00:00
timeless%mozdev.org
ece05c4d2e
Bug 207583 imgLoader::LoadImage called with null pointer from nsImageBoxFrame::UpdateImage
...
r=bz sr=bz
2003-05-30 20:02:55 +00:00
timeless%mozdev.org
151f1552cf
Bug 205017 Uninitialized variables in layout/html/base/src/nsPresShell.cpp
...
r=dbaron sr=dbaron
2003-05-30 19:47:39 +00:00
cbiesinger%web.de
7696e14674
address reviewer comments that I forgot when checking in patch for bug 204386. r+sr=bz
2003-05-30 19:47:08 +00:00
jaggernaut%netscape.com
1decc3f74c
Bug 203960: Make bookmark groups replace existing tabs instead of appending. r=jkeiser, varga, adamlock, sr=jst, hewitt
2003-05-30 00:21:01 +00:00
smontagu%netscape.com
e03a31c002
Fix rounding issue in DrawTile() and remove a bogus assertion. Bug 194791, Author=paper@animecity.nu, r=smontagu, sr=roc+moz
2003-05-29 23:29:37 +00:00
bryner%netscape.com
2373a382c8
Bug 197136, <button> elements should be Aqua bevel buttons for Cocoa. Add a new -moz-appearance value, button-bevel. Also, fixed a problem that caused the button in a file input control to change size when it was focused. r=pinkerton, sr=sfraser.
2003-05-29 22:39:05 +00:00
bryner%netscape.com
2e814e709c
Fix positioning of the scrollbar thumb when going back to the previous page, using native scrollbars on Mac. Bug 201815, r=pinkerton, sr=sfraser.
2003-05-28 23:13:37 +00:00
rbs%maths.uq.edu.au
114ce29813
Enlist more invariant characters, patch by steve.swanson@mackichan.com, b=206696, r+sr=rbs
2003-05-27 07:17:03 +00:00
bzbarsky%mit.edu
87b47c835d
Make some static data const in layout. Bug 204073, patch by ataylor@its.to
...
(Andrew Taylor), r=bzbarsky, sr=alecf
2003-05-27 03:52:33 +00:00
bzbarsky%mit.edu
1e45eadc55
Make some static data const in content. Bug 204532, patch by ataylor@its.to
...
(Andrew Taylor), r=bzbarsky, sr=alecf
2003-05-27 03:49:22 +00:00
cbiesinger%web.de
148959d202
patch by tenthumbs@cybernex.net r+sr=bz bug 206864
...
Incorrect comparison in content/html/style/src/nsCSSParser.cpp
2003-05-26 16:59:40 +00:00
leon.zhang%sun.com
eb79de1241
Bug 204005: optimize caret timer usage
...
r=sfraser sr=brendan
2003-05-26 07:03:29 +00:00
cbiesinger%web.de
e2194e13e1
204386 r+sr=bz Allow setting Image.src to empty
2003-05-25 20:43:08 +00:00
dbaron%dbaron.org
178d947d10
Missed part of checkin by jaggernaut%netscape.com: Bug 203167: Clean up nsDeckFrame a little. r=peterv, sr=bryner
2003-05-24 04:10:40 +00:00
jaggernaut%netscape.com
32739c2581
Bug 193730: fix typo in "pref" name "intl.menuitems.alwaysappendaccesskeys" (access, not acces). Patch by mc <magicdice@hotmail.com>, r=sr=jag
2003-05-24 02:40:08 +00:00
jaggernaut%netscape.com
c6d69bf32f
Bug 203167: Clean up nsDeckFrame a little. r=peterv, sr=bryner
2003-05-24 02:35:08 +00:00
timeless%mozdev.org
9bff1b2bc4
Bug 206165 Unused variable `PRBool aCanCacheFrameOffset' in nsCaret::GetCaretRectAndInvert
...
r=sfraser sr=sfraser
2003-05-23 22:24:37 +00:00
timeless%mozdev.org
5a8fb88b01
Bug 206163 unused variable `nsresult rv' in nsMathMLmactionFrame::GetSelectedFrame()
...
r=rbs sr=rbs
2003-05-23 22:21:31 +00:00
timeless%mozdev.org
8f30c9e32a
Bug 205366 ifdef WIN/MACOS(X) ConvertTwipsToPixels because it isn't used elsewhere
...
r=av sr=peterv
2003-05-23 22:14:21 +00:00
timeless%mozdev.org
dd375da70f
Bug 205603 Cleanup warnings in xul..grid
...
r=varga sr=jag
2003-05-23 22:14:12 +00:00
timeless%mozdev.org
6393e4cbed
Bug 205363 Remove SendStatusNotification/nsIPrintStatusCallback
...
r=dbaron sr=dmose
2003-05-23 22:10:13 +00:00
timeless%mozdev.org
ddbbc89bb5
Bug 205262 warning nsSampleWordBreaker::Next was hidden by nsSemanticUnitScanner::Next
...
r=smontagu sr=dbaron
2003-05-23 22:06:40 +00:00
dwitte%stanford.edu
149f719c00
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00