Commit Graph

312 Commits

Author SHA1 Message Date
martijn.martijn@gmail.com
08fec540d9 Reftest for bug 404553 - ASSERTION: Child not at the right index? with table, marquee, span and title 2007-12-12 12:17:47 -08:00
martijn.martijn@gmail.com
06c6e5f3ee Bug 406073 - OnMouseOver and OnMouseOut Dysfunctional On Marquee, r=bzbarsky, sr=roc, a=beltzner 2007-12-12 06:56:57 -08:00
roc+@cs.cmu.edu
cfe771c051 Bug 404180. Bidi reordering moves frames around so we can't trust pfd->mBounds in nsLineLayout::RelativePositionFrames. r+sr=dbaron 2007-12-11 17:43:09 -08:00
roc+@cs.cmu.edu
cba1d47793 Bug 405380. Bidi reordering moves frames around so we can't trust pfd->mBounds in nsLineLayout::RelativePositionFrames. r+sr=dbaron 2007-12-11 16:42:20 -08:00
roc+@cs.cmu.edu
8a54485b51 Bug 407078. Don't allow a trailing break in a text run that is followed by a <br>. r=smontagu 2007-12-10 17:19:20 -08:00
roc+@cs.cmu.edu
1a7c95afcf Bug 407397. Don't 'optimize' by not reflowing when a 0x0 frame is removed. Bad Kipp. r+sr=dbaron 2007-12-10 17:16:41 -08:00
roc+@cs.cmu.edu
55da4ea6d8 Bug 407397. Don't 'optimize' by not reflowing when a 0x0 frame is removed. Bad Kipp. r+sr=dbaron 2007-12-10 17:14:25 -08:00
roc+@cs.cmu.edu
d060406782 Bug 407111. Correctly set whether a break opportunity after non-text content fits. r+sr=dbaron,a=schrep 2007-12-07 01:17:19 -08:00
roc+@cs.cmu.edu
079aadfbec Bug 407227. Include end-of-linebreaker-textrun break opportunity in min-width calculation. r+sr=dbaron,a=schrep 2007-12-06 19:16:07 -08:00
roc+@cs.cmu.edu
9327240c5b Fixing and enabling test for bug 405577. 2007-12-05 20:51:48 -08:00
karlt+@karlt.net
b31f6269f3 disable 405577 for now because of failure on linux - bug 405577 2007-12-05 18:37:41 -08:00
roc+@cs.cmu.edu
3d895dcd14 Bug 405577. Allow available width to go negative for inlines/text, so we can tell whether zero-width content fits or not. Also allow textframes to honour a forced break at the end of the text. r+sr=dbaron 2007-12-05 17:24:03 -08:00
martijn.martijn@gmail.com
20e4a21657 Backing out reftest for bug 404553 for now, because of failures 2007-12-05 04:52:37 -08:00
martijn.martijn@gmail.com
13b4b9271c Reftest for bug 404553 - ASSERTION: Child not at the right index? with table, marquee, span and title 2007-12-05 04:23:15 -08:00
roc+@cs.cmu.edu
f46bfbd93f Bug 406568. Don't reflow abs-pos kids of a block if we're going to reflow it again because of a clearance change. r=sr=dbaron 2007-12-04 18:57:53 -08:00
dholbert@cs.stanford.edu
108776476e Bug 402567: make scrollframe GetMinWidth return the scrolled frame's min-width. r+sr=dbaron a=blocking1.9 2007-12-04 14:03:16 -08:00
bzbarsky@mit.edu
5c98500ba4 Make <select> handle changes to defaultSelected on node for which selected has not been set. Bug 395107, r+sr=sicking. 2007-12-04 08:50:32 -08:00
roc+@cs.cmu.edu
a1bfe8ccdd Bug 406484. Do RecoverStateFrom for not-dirty inline lines containing floats when willReflowAgain is true, because the floats must be moved by deltaY. r+sr=dbaron 2007-12-03 17:30:49 -08:00
reed@reedloden.com
8dd43c6028 Remove DOS line endings. 2007-12-03 01:25:32 -08:00
reed@reedloden.com
2676ba7d90 Bug 368554 - "[quirks] Image inside table inside table-cell with small width is wrapped" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+] 2007-12-03 01:24:49 -08:00
roc+@cs.cmu.edu
3577d8dad0 Bug 403426. We should clear whitespace status when we reset the linebreaker. If a final break opportunity exists we should save it and forward it to the line layout. Relanding with a fix so hopefully we won't crash Tp this time. r=smontagu 2007-12-03 00:22:07 -08:00
bzbarsky@mit.edu
2fd792119c Adding tests 2007-12-03 00:04:12 -08:00
bzbarsky@mit.edu
7bbef1b330 Tweak reference 2007-12-03 00:03:41 -08:00
bzbarsky@mit.edu
db2d5658a7 Fix bug 404666 by making spanned colframes be continuations of the col that spans them. r=bernd, sr=roc, a=schrep 2007-12-02 23:45:06 -08:00
bzbarsky@mit.edu
6564f45621 Fixing test 2007-12-02 23:22:19 -08:00
bzbarsky@mit.edu
44e2c1e61f Don't do arithmetic with unconstrained widths when reflowing comboboxes. Bug 363858, r+sr=dbaron 2007-12-02 22:41:38 -08:00
bzbarsky@mit.edu
d4a053fd03 Disable test for now 2007-12-02 22:26:28 -08:00
bzbarsky@mit.edu
26c7d2789d See whether this fixes the orange 2007-12-02 22:04:11 -08:00
bzbarsky@mit.edu
764340917d Don't position bullets on empty list items too high. Bug 403657, r+sr=dbaron 2007-12-02 21:33:22 -08:00
bzbarsky@mit.edu
234f72e42c Relanding test 2007-12-02 17:37:31 -08:00
bzbarsky@mit.edu
2214dafaee Backing out to see whether it somehow fixes the orange 2007-12-02 14:02:47 -08:00
bzbarsky@mit.edu
c3eb8f0979 Wrong filename 2007-12-02 11:49:31 -08:00
bzbarsky@mit.edu
7977e15be8 Fix handling of <script> of unknown type to not screw up the content model. Bug 401946, r+sr=jst 2007-12-02 11:22:14 -08:00
bzbarsky@mit.edu
6b10945e3c Adding test 2007-12-02 10:47:40 -08:00
roc+@cs.cmu.edu
c13f4968b0 Reftest for bug 388026 (fixed by 399531) 2007-12-01 01:31:39 -08:00
roc+@cs.cmu.edu
e1b6765b9c Bug 405305. Fix z-ordering of legend background so it's in the block-backgrounds layer. r+sr=mats 2007-12-01 00:32:51 -08:00
bzbarsky@mit.edu
8ce91c1860 Keep bug order 2007-12-01 00:02:23 -08:00
roc+@cs.cmu.edu
41d0d00457 Backing out bug 403426 2007-11-30 12:52:24 -08:00
roc+@cs.cmu.edu
a2464227d0 Bug 403426. Clear break-after-whitespace flags when we reset the linebreaker. Also rescue a trailing break opportunity when we reset the line breaker and notify the line layout that the opportunity exists. r=smontagu 2007-11-30 12:03:33 -08:00
bzbarsky@mit.edu
67c45a668c Fix FindFrameWithContent to properly walk out-of-flows. Bug 405186, r+sr=roc, a=beltzner 2007-11-28 11:58:04 -08:00
martijn.martijn@gmail.com
d2e0698535 reftest for bug 405584 - Canvas.drawImage method is not working, r=vladimir 2007-11-27 14:23:01 -08:00
bzbarsky@mit.edu
c6a4e4e15a Apparently this can pass sometimes. What a mess. 2007-11-25 18:50:51 -08:00
bzbarsky@mit.edu
1320da85a6 Note the bug that covers the failure 2007-11-25 18:49:45 -08:00
bzbarsky@mit.edu
456a140069 This test fails. Suck. 2007-11-25 16:40:43 -08:00
bzbarsky@mit.edu
886b623f02 Fix bug 403134. r+sr=roc 2007-11-25 16:15:20 -08:00
bzbarsky@mit.edu
316c5f0eec Fixing test because we changed the -moz prop name 2007-11-21 11:51:19 -08:00
jwalden@mit.edu
16345fbdf3 Bug 404419 - XML not displayed. Adds a trivial reftest that checks that XML pretty-printing happens for XML documents. r=peterv, a=itsatest 2007-11-20 14:26:55 -08:00
bzbarsky@mit.edu
2bd9645810 Fixing manifest 2007-11-19 20:30:56 -08:00
bzbarsky@mit.edu
a8ad8d5724 When inserting a col into a colgroup after a col with span, insert it after the last columnframe spanned by the span. Bug 404301, r=bernd, sr=roc, a=schrep 2007-11-19 20:29:40 -08:00
bzbarsky@mit.edu
36b6e84d9f Fix the case when a binding's single insertion point is a node that is itself bound by a binding with insertion points. Bug 403962, r+sr=sicking 2007-11-19 20:18:59 -08:00
bzbarsky@mit.edu
95441d0b9b Adding test. 2007-11-19 07:29:15 -08:00
roc+@cs.cmu.edu
cfd185cf42 Bug 331809. Make nsSubdocumentFrame explicitly clip its contents; content can bleed out otherwise, for example if there is no scrollframe associated with the subdocument's viewport. r+sr=mats 2007-11-18 14:20:16 -08:00
roc+@cs.cmu.edu
6a0c55fe89 Bug 402950. Allow spans to always be placed on a line, because part of the span may fit even if the whole span doesn't. Also request backup earlier so we always backup if we decline to place a frame. r+sr=dbaron 2007-11-18 13:36:18 -08:00
dbaron@dbaron.org
d73292f9d0 Make 'vertical-align' work on 'display: inline-table'. b=404030 r+sr=bzbarsky a=blocking1.9+ 2007-11-17 14:33:09 -08:00
joshmoz@gmail.com
223df31984 bug 381835 fixed by patch for bug 381639. 2007-11-17 12:22:01 -08:00
roc+@cs.cmu.edu
4dcead5d4b Bug 403455. Allow prewrap text to record 'last break opportunity'. r=smontagu 2007-11-15 17:48:26 -08:00
roc+@cs.cmu.edu
b41c5e502b Reftest for bug 398101 2007-11-15 17:32:26 -08:00
roc+@cs.cmu.edu
d08a24b780 Reftest for bug 403228. 2007-11-15 17:31:02 -08:00
dholbert@cs.stanford.edu
83e03526b3 Bug 403129: Count zero-width clip rectangles at edge of a BandRect as overlapping it. r+sr=roc, a=blocking1.9 2007-11-15 15:56:23 -08:00
dholbert@cs.stanford.edu
e042a678b0 Bug 393655: Fix undetected cases of lines going empty --> nonempty, due to margins. r+sr=roc, a=blocking1.9+ 2007-11-15 11:07:04 -08:00
dbaron@dbaron.org
1f25d8c240 Add testcases to ensure that we don't regress dynamic changes on tables with scrollable rowgroups. b=386401 2007-11-15 10:08:18 -08:00
dbaron@dbaron.org
110c7b7856 Ignore whitespace-only children of XUL boxes (like the XUL content sink does in the content tree, when in XUL documents). b=403505 r+sr=roc a=blocking1.9+ 2007-11-15 10:06:33 -08:00
bzbarsky@mit.edu
f84c19d566 Adding test. 2007-11-15 10:05:49 -08:00
bzbarsky@mit.edu
55b3a73165 Handle dynamic appends to a node which has a binding with multiple insertion points correctly. Bug 372323, r+sr=sicking. 2007-11-15 09:17:46 -08:00
bzbarsky@mit.edu
4ac898adca Adding test 2007-11-14 22:21:14 -08:00
bzbarsky@mit.edu
ac8234d604 Don't compare lines from different blockframes' lists to each other. Also fix handling of text-decorations in in-flows of blocks with text-indent. Bug 393330, r+sr=roc, a=schrep 2007-11-14 22:12:17 -08:00
dbaron@dbaron.org
625b15b895 Distribute height to rows even if the rows in question are all zero-height (in which case, distribute it equally). b=403656, 377711 r=dholbert sr=roc a=blocking1.9+ 2007-11-13 17:24:21 -08:00
dholbert@cs.stanford.edu
02fd59db0a Bug 403519 reftest. r=roc, a=reftest 2007-11-13 10:44:42 -08:00
reed@reedloden.com
510616ab44 Bug 388980 - "Gmail compose mail (midas), background color doesn't work" [p=cpearce r=peterv sr=roc a1.9=schrep] 2007-11-13 00:10:03 -08:00
roc+@cs.cmu.edu
0239fded6b Bug 397428. Return 'complete' on *all* paths whenever we push a rowgroup to the next page. r=bernd,sr=bzbarsky,a=schrep 2007-11-11 17:45:56 -08:00
roc+@cs.cmu.edu
9c749beff9 Reftest for bug 336153. 2007-11-09 00:52:30 -08:00
roc+@cs.cmu.edu
280a96a88e Reftest for bug 398144. 2007-11-09 00:50:58 -08:00
roc+@cs.cmu.edu
97a176cf35 Reftest for bug 400826. 2007-11-09 00:49:26 -08:00
roc+@cs.cmu.edu
0024b8814f Remove the test, stupid me 2007-11-08 14:58:37 -08:00
roc+@cs.cmu.edu
94488d6141 Marking test random while I figure it out 2007-11-08 13:18:41 -08:00
roc+@cs.cmu.edu
22532fa19b Bug 401361. Reftest 2007-11-08 12:51:05 -08:00
jruderman@hmc.edu
80bbd34c4a Re-enable a reftest now that bug 401176 is fixed. r=roc. (The fix for bug 401176 landed earlier, included in the patch for bug 399940.) 2007-11-08 01:04:44 -08:00
dholbert@cs.stanford.edu
9fc38c4106 Bug 398797: Fix test failure by adding float to reference case. Filed 402918 to cover the issue. 2007-11-07 13:30:07 -08:00
dholbert@cs.stanford.edu
48ba084339 Bug 398797: reftest failing due to some Mac rendering issue. Marking tests random until it's resolved. 2007-11-07 12:50:00 -08:00
dholbert@cs.stanford.edu
320468981b Bug 400171: check line mCombinedArea (along with mBounds) to find float damage. r+sr=roc, a=blocking1.9+ 2007-11-07 12:07:54 -08:00
dholbert@cs.stanford.edu
b5a99492d9 Bug 398797: let rel.-positioned inline-blocks be containing blocks for abs. content. r+sr=bz, a=blocking1.9+ 2007-11-07 12:00:51 -08:00
dholbert@cs.stanford.edu
81de3d4c70 Bug 385823 - reftests (files I forgot to include in prev checkin) r+sr=dbaron 2007-11-06 14:49:05 -08:00
dholbert@cs.stanford.edu
97613d843b Bug 385823 - reftests. r+sr=dbaron 2007-11-06 14:48:27 -08:00
dholbert@cs.stanford.edu
462640415e Bug 400171: minor reftest change -- Added explicit line-height to testcases rather than using the default value. (Bug's reproducability depends on line-height, & default value varies between platforms.) 2007-11-01 18:13:28 -07:00
dholbert@cs.stanford.edu
f91c1b656a Bug 400171 reftest update: Fixes unexpected pass of 400171-1a on Windows by growing the first div a bit. 2007-11-01 13:17:22 -07:00
dholbert@cs.stanford.edu
b3ac80f698 Bug 393655 reftests. r=roc 2007-11-01 13:07:56 -07:00
dholbert@cs.stanford.edu
e321e19e93 Bug 400171 reftests. r=roc 2007-11-01 12:31:36 -07:00
dbaron@dbaron.org
1b92f564b5 Fix test for bug 321402 so it passes on the Mac as well. 2007-10-26 11:18:24 -07:00
dbaron@dbaron.org
c69c15024b Add bug number for failure. 2007-10-25 17:39:56 -07:00
dbaron@dbaron.org
04131a7f89 Mark 374038-2 as random while I write the (nontrivial) patch to fix. 2007-10-25 17:31:10 -07:00
dbaron@dbaron.org
cd2572397d Mark 321402-3 as random until I figure out how to fix it; add 321402-5 and 321402-6, which I forgot to put in the manifest. b=321402 2007-10-25 17:16:44 -07:00
dbaron@dbaron.org
30ac4ad5bf Make boxes that have non-box non-block children wrap all their children in a block. b=321402 r+sr=roc, a=blocking1.9+/M9 2007-10-25 16:30:49 -07:00
dholbert@cs.stanford.edu
aed37927a1 Bug 336736: Improved reftest. (Using an exact-pixel-width div instead of a character, to avoid a pixel-rounding issue that made the old reftest fail on Mac) 2007-10-23 20:50:14 -07:00
dholbert@cs.stanford.edu
4c7a3a6c03 Bug 374927 reftest. r+sr=dbaron. As indicated in reftest.list, this test currently fails -- it was broken by the checkin for bug 368600, and it'll be fixed by solving bug 400776. 2007-10-23 20:35:34 -07:00
roc+@cs.cmu.edu
c7254b6ab4 Bug 389666. Reftest (derived from bug 389468). 2007-10-23 18:40:58 -07:00
roc+@cs.cmu.edu
07c841ab0c Bug 389666. Reftest (derived from bug 389468). 2007-10-23 17:27:32 -07:00
dholbert@cs.stanford.edu
cef845980a Bug 400421 reftest 2007-10-23 16:19:56 -07:00
martijn.martijn@gmail.com
645f989cc1 Reftests for bug 391412 - Regression in float layout causing clear: to be ignored, r=bzbarsky 2007-10-22 15:33:41 -07:00
dholbert@cs.stanford.edu
dd259dd796 Bug 399384: Make first-letter frames use nearest ancestor blockFrame's content node, instead of direct parent's. r=bzbarsky, r+a=roc 2007-10-19 10:41:29 -07:00
fantasai.cvs@inkedblade.net
95c1b1c8ad nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc 2007-10-19 07:41:29 -07:00