timeless%mozdev.org
|
b4d01d069d
|
Bug 277553 clicking on Textarea with a RTL direction doesnt work
patch by uriber@gmail.com r=bz sr=bz a=bsmedberg
|
2005-08-02 21:55:55 +00:00 |
bmlk%gmx.de
|
fb7a593376
|
fix reflow reason for special height reflow, reevaluate height reflow conditions as tables with fixed layout might have one reflow less bug 293761 r/sr=roc a=asa
|
2005-06-21 04:50:42 +00:00 |
timeless%mozdev.org
|
9da0ce304f
|
Bug 294823 ASSERTION: max element width exceeded desired width: 'PR_FALSE'
patch by bernd r=roc sr=roc a=asa
|
2005-06-16 18:22:38 +00:00 |
bzbarsky%mit.edu
|
2f16a8de39
|
Fix leak in table background painting. Bug 295236, r=bernd, sr=dveditz, a=asa
|
2005-05-24 04:15:05 +00:00 |
bzbarsky%mit.edu
|
e61e1e1935
|
Fix border width inheritance by keeping track of both the border width we'd
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
|
2005-04-29 15:44:38 +00:00 |
roc+%cs.cmu.edu
|
84b0577142
|
Bug 240276. Make nsHTMLScrollFrame be a regular HTML frame, not a box frame, so we don't have to go through box layout. It gets its own reflow implementation that handles min-max and lots of other good stuff. rs+sr=dbaron,a=asa
|
2005-04-28 21:57:22 +00:00 |
dbaron%dbaron.org
|
06ee318b44
|
Fix too-much-overflow regression by making border-collapse cells store the full width of the border rather than just the inside half of it. Also make BCPixelSize 16-bit instead of 8-bit and use it in more places, and a little other cleanup. b=286794 r=bernd sr=roc a=brendan
|
2005-04-07 18:04:38 +00:00 |
bmlk%gmx.de
|
432b12afd2
|
we need enough space to insert a cell even at the end of a row, bug=284575 r/sr=bzbarsky
|
2005-04-04 17:20:08 +00:00 |
bmlk%gmx.de
|
3d2bafdf0a
|
prevent negative available widths for rowgroups when changing from an empty table to one with cells and cellspacing, bug 271047 r/sr=roc
|
2005-03-30 07:42:49 +00:00 |
dbaron%dbaron.org
|
9309f3621b
|
Fix coverity uninitialized variable warnings in layout. b=288092 r=bernd sr=roc
|
2005-03-30 01:50:56 +00:00 |
bmlk%gmx.de
|
dfa6f80fa5
|
build warnings (shadow + unused variables) bug 287097 r/sr=bzbarsky
|
2005-03-24 19:02:59 +00:00 |
bmlk%gmx.de
|
50f90a7217
|
take vertical margins into account during height constrained situations like printing. bug 285006 r/sr=roc
|
2005-03-19 17:59:11 +00:00 |
dbaron%dbaron.org
|
d41e093134
|
Make overflow area for border-collapse table cells include the whole border (and maybe a pixel more) so that style change invalidation of border-collapse table cells will invalidate what got changed. b=271755 r=bernd sr=roc
|
2005-03-18 02:15:44 +00:00 |
roc+%cs.cmu.edu
|
1d9c9b1e48
|
Bug 285030. Ensure BCData::mCornerBevel is initialized. r=bernd, sr=bzbarsky
|
2005-03-06 21:18:54 +00:00 |
bmlk%gmx.de
|
1c6747ce96
|
limit the nowrap + width hack to quirks mode bug 277232 r/sr=bzbarsky
|
2005-03-06 18:33:12 +00:00 |
bmlk%gmx.de
|
a4dea01a20
|
make colframe cache nonpublic bug 278644 r/sr=bzbarsky
|
2005-03-05 16:43:07 +00:00 |
roc+%cs.cmu.edu
|
996d1e3d9e
|
Bug 274516. Tables should use the ordered rowgroup array to decide which children to push, not just follow the sibling list. Also, repeating footers should not be pushed. r=bernd, sr=bzbarsky, a=choffman
|
2005-02-16 20:02:14 +00:00 |
bzbarsky%mit.edu
|
e042c2f571
|
Move reflow command construction into nsPresShell::AppendReflowCommand, remove
some members, switch some callers to the non-COM-ish apis. Bug 267085, r+sr=rbs
|
2005-02-08 00:59:52 +00:00 |
bryner%brianryner.com
|
064c7eb606
|
Remove unneeded nsIFrameLoader interface (bug 280992). r+sr=jst.
|
2005-02-07 23:53:47 +00:00 |
bzbarsky%mit.edu
|
54d585f2af
|
Remove prescontext args for some nsIFrame methods
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land. Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
|
2005-02-07 01:58:25 +00:00 |
mats.palmgren%bredband.net
|
92858c988e
|
Don't page-break before or after a repeated frame. b=278983 r+sr=bzbarsky
|
2005-02-05 04:23:52 +00:00 |
bmlk%gmx.de
|
6296aebe00
|
Insert only one column group at a time and not all following siblings, bug 277062 r/sr=bzbarsky
|
2005-02-01 18:07:44 +00:00 |
cvshook%sicking.cc
|
e2081a89e6
|
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
r=bz sr=jst
|
2005-01-25 00:02:58 +00:00 |
bryner%brianryner.com
|
a8073f18a3
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
bmlk%gmx.de
|
3818dd1bf9
|
improve the splitting of row groups in pagination mode, bug 272830 r/sr=bzbarsky
|
2005-01-01 18:23:33 +00:00 |
neil%parkwaycc.co.uk
|
74e2aa375a
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
bugzilla%arlen.demon.co.uk
|
3d7261604c
|
Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
p=bugmail@q1n.org r=pkwarren sr=bzbarsky
|
2004-12-31 01:13:27 +00:00 |
bugzilla%arlen.demon.co.uk
|
70482809ca
|
Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible
p=bugmail@q1n.org r=dbaron sr=bzbarsky
|
2004-12-31 00:41:58 +00:00 |
bmlk%gmx.de
|
a11cf38d3a
|
style lookup correction for border collapse computation under rtl conditions, bug 267420 r=fantasai sr=dbaron
|
2004-12-27 18:43:55 +00:00 |
bmlk%gmx.de
|
ca3e9f85c3
|
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
|
2004-12-27 15:05:18 +00:00 |
dbaron%dbaron.org
|
1a43dc79c0
|
Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv
|
2004-12-19 21:45:51 +00:00 |
bsmedberg%covad.net
|
60567bb185
|
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
|
2004-12-15 04:07:01 +00:00 |
dbaron%dbaron.org
|
953fdd4a1f
|
Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles.
|
2004-12-07 18:09:28 +00:00 |
bmlk%gmx.de
|
3afdea9ca5
|
switch the frame sorting from the frame constructor to the table frame + a couple of build warning fixes, bug 269648, r/sr=bzbarsky
|
2004-12-01 18:47:34 +00:00 |
bzbarsky%mit.edu
|
05b01d4b46
|
Fix painting of backgrounds on scrollable rowgroups (which aren't kids of the
table, so require slightly more complicated computation of the coordinate
transformations). Bug 267592, r=fantasai, sr=roc
|
2004-12-01 03:51:35 +00:00 |
dbaron%dbaron.org
|
f162e6b75d
|
Do size adjustments for empty cells only when 'empty-cells' says empty cells don't have borders. b=271955 r=bernd sr=roc
|
2004-12-01 03:50:03 +00:00 |
bzbarsky%mit.edu
|
da145480c7
|
Fix asserts by making sure that border-spacing is always computed to coord
values. Bug 270325, r+sr=dbaron
|
2004-11-30 18:30:58 +00:00 |
roc+%cs.cmu.edu
|
c59dda520c
|
Bug 271869. mBorderWidths need not be per-nsStyleBorder/nsStyleOutline, put it in the prescontext instead. r+sr=dbaron
|
2004-11-26 18:40:58 +00:00 |
bmlk%gmx.de
|
cf27365150
|
update the block overflow area if we shorten a cell in fixed layout, bug 266868 r/sr=roc
|
2004-11-14 14:47:59 +00:00 |
bmlk%gmx.de
|
ce51183fce
|
Split row groups works only for paginated media bug 268231 r/sr=bzbarsky
|
2004-11-11 17:27:38 +00:00 |
aaronleventhal%moonset.net
|
9f011feb30
|
Part of bug 250269. Outline missing on some elements. r+sr=roc
|
2004-11-11 15:21:52 +00:00 |
aaronleventhal%moonset.net
|
2ba6814444
|
Bug 250269. Outlines not getting painted on buttons, radios, checkboxes, tables and table cells. r+sr=roc
|
2004-11-11 15:07:22 +00:00 |
bmlk%gmx.de
|
2eda0dd986
|
during pseudo frame creation pseudo colgroup frames should not taken into account when analyzing the pseudostackframe depth, bug 266015 r=me sr=bzbarsky
|
2004-11-06 07:07:43 +00:00 |
bmlk%gmx.de
|
38ed40934b
|
fix build bustage
|
2004-10-31 16:55:12 +00:00 |
bmlk%gmx.de
|
68d0ad36e1
|
paint borders rtl in border collapsed tables when dir=rtl is specified for the table, initial patch by dbaron bug 174470 r/sr=dbaron
|
2004-10-31 15:52:52 +00:00 |
bmlk%gmx.de
|
4f05ce3a62
|
change ref to pointer to catch spurious crash bug=264733 r/sr=bzbarsky
|
2004-10-29 17:44:29 +00:00 |
bmlk%gmx.de
|
22a3945caa
|
fix flawed reflow logic for empty table cells bug 226637 r/sr=bzbarsky
|
2004-10-29 17:31:53 +00:00 |
bmlk%gmx.de
|
5be60c13bc
|
query the reflow path only during incr. reflow bug 264620 r/sr=bzbarsky
|
2004-10-16 18:21:15 +00:00 |
bmlk%gmx.de
|
d833f65d56
|
mark previously destroyed row frame as nsnull so that the pointer will not be reused bug 263738 r/sr=bzbarsky
|
2004-10-13 05:49:39 +00:00 |
bmlk%gmx.de
|
6a161de41d
|
hide the overflow that results from overconstrained percentage heights inside table cell frames only in quirks mode, bug 245434 r/sr=dbaron
|
2004-10-10 07:31:35 +00:00 |