Commit Graph

500 Commits

Author SHA1 Message Date
bzbarsky@mit.edu
0526293212 Don't use fieldset pref widths as min widths, since pref widths can be unconstrained. Incidentally makes it possible for text to legends to wrap if the page wants it to. Bug 404123 and bug 354502, r+sr=dbaron, a=beltzner. 2008-03-14 13:48:23 -07:00
reed@reedloden.com
5682ff6453 Bug 311366 - "should make custom elements able to contain blocks (<section>)" [p=mrbkap@gmail.com (Blake Kaplan) r=sicking sr=jst a1.9=beltzner] 2008-03-14 08:15:29 -07:00
smontagu@smontagu.org
08baaafd15 Testcase for bug 128896. 2008-03-14 08:03:33 -07:00
roc+@cs.cmu.edu
8f3ecb543c Backing out 413027 again. 2008-03-13 02:14:16 -07:00
roc+@cs.cmu.edu
be731bdd00 Bug 413027. The XUL pref and min height for a CSS block should be its height when reflowed at its preferred width, NOT the height of the tallest line. r+sr=dbaron. Relanding with additional XUL box layout fix to increase the frame size to the minimum size required by children even if they don't change size during layout, and a fix to scrollframes so they don't depend on being able to set a size for scrollbars less than their minimum size. r+sr=dbaron 2008-03-13 01:40:43 -07:00
roc+@cs.cmu.edu
dc7c75d483 Bug 420351. Don't let empty list-bullets make a line non-empty. r+sr=dbaron 2008-03-11 17:46:18 -07:00
uriber@gmail.com
130962d56a Don't reserve space for start (end) margin on the first- (last-) in-flow if it has a previous (next) bidi continuation. bug=421419 r+sr=dbaron a1.9=dsicore 2008-03-11 14:54:34 -07:00
jruderman@hmc.edu
b6e0fc89b8 Add reftest 2008-03-11 11:24:02 -07:00
roc+@cs.cmu.edu
d5b40c88f6 Backing out 420351 2008-03-11 03:44:32 -07:00
roc+@cs.cmu.edu
76cd12b42d Backing out bug 413027 2008-03-11 01:36:01 -07:00
roc+@cs.cmu.edu
4e511f49b9 Bug 413027 reftest 2008-03-11 00:46:40 -07:00
roc+@cs.cmu.edu
aeaf9bd3dc Bug 420351. Empty bullets cannot make a line non-empty. r+sr=dbaron 2008-03-11 00:36:03 -07:00
dholbert@cs.stanford.edu
d47b541608 Bug 407243 reftest, to define current behavior. 2008-03-10 15:11:16 -07:00
roc+@cs.cmu.edu
b85eb999a0 Bug 403181. Pass the desired source rectangle for background images down into nsThebesImage and ensure we don't sample outside it. Back out a bad pixman patch that caused regressions, and adjust image encoding tests so they don't depend on the regression. Also switchs some reftests to quirks mode so that the 1-appunit width of <br>s doesn't bite us. r=vlad,sr=dbaron 2008-03-09 14:55:05 -07:00
dbaron@dbaron.org
3c5b58a33a Add reftests for baseline-alignment aspects of bug 402940 fixes. 2008-03-07 14:27:08 -08:00
roc+@cs.cmu.edu
17ebdab033 Backing out Bug 403181. JPEG encoding test failure :-( 2008-03-07 01:28:34 -08:00
roc+@cs.cmu.edu
2c9f274033 Bug 403181. Various fixes to image rendering. Most importantly, we track the desired subimage of a CSS background image and ensure we don't sample outside it. r=vlad,sr=dbaron 2008-03-07 00:34:12 -08:00
vladimir@pobox.com
e2505e6b8d b=417246, wrong border size rendering in some cases ; r=roc 2008-03-05 23:58:58 -08:00
roc+@cs.cmu.edu
d5b5fd63c2 Backing out 403181 again 2008-03-04 01:36:07 -08:00
roc+@cs.cmu.edu
ffb68f7a15 Bug 403181. Track which subimage of an image we want to draw and copy it to a temporary surface if necessary to prevent sampling of pixels outside the subimage when zooming. Also, enable EXTEND_PAD or SetFilter(0) if the context has a transformation that's not a simple translation, since that might induce cairo to sample pixels outside the source (sub)image. r=vlad,sr=dbaron 2008-03-04 00:21:34 -08:00
roc+@cs.cmu.edu
67c8b1e808 Bug 403181 backout 2008-03-02 18:38:19 -08:00
roc+@cs.cmu.edu
8e907ad002 Bug 403181. Use a temporary surface to prevent sampling of pixels outside the intended source rectangle when zooming the image in some cases. r=vlad,sr=dbaron,a=beltzner 2008-03-02 17:01:14 -08:00
dholbert@cs.stanford.edu
828e13b8da Bug 418766: Use width, not height, as a quick proxy for whether a line is empty. r+sr=roc, a=beltzner 2008-02-29 13:45:43 -08:00
dbaron@dbaron.org
80746ca93b Add better reftest coverage for intrinsic width computation of horizontal padding, border, and margin on inlines. b=420069 sheriff-a=sayrer 2008-02-28 17:52:09 -08:00
roc+@cs.cmu.edu
89278d04e6 disable test for bug 405952 until I can fix the test 2008-02-28 13:58:01 -08:00
roc+@cs.cmu.edu
20504d8ff0 Bug 405952. Add scrollbar width to pref and min widths for overflow:scroll elements but for no other overflow values. r+sr=bzbarsky,dbaron,dholbert, a=beltzner 2008-02-28 12:37:06 -08:00
dbaron@dbaron.org
477f888852 Add testcase for computing the shrink-wrapping size of table outer frames correctly. b=363402 2008-02-28 09:55:29 -08:00
uriber@gmail.com
43a20d4360 reftest for bug 412093. 2008-02-27 12:06:22 -08:00
roc+@cs.cmu.edu
1fd886bbdf Bug 419531 reftest 2008-02-27 01:41:08 -08:00
dbaron@dbaron.org
0f13080c55 Remove expected failure fixed by bug 363248. 2008-02-26 19:02:45 -08:00
roc+@cs.cmu.edu
db24787298 Reftest for bug 376375. 2008-02-24 17:36:41 -08:00
roc+@cs.cmu.edu
29c382a2b2 Bug 416752. Use the scrollbar min-height/min-width to establish the minimum scrollport size, not the pref-height/pref-width. r+sr=dbaron 2008-02-24 17:21:08 -08:00
dbaron@dbaron.org
23d90b0567 Fix regression handling auto margins on absolutely positioned elements. b=419060 r+sr=roc a=blocking1.9+ 2008-02-24 10:28:57 -08:00
fantasai.cvs@inkedblade.net
919d5bd3d3 fixed positioned elements print only on first and last pages b=417676 r+sr=roc 2008-02-24 04:19:17 -08:00
vladimir@pobox.com
345dc2a2b7 b=381661, reenable bilinear image filtering [mq]: 381661-enable-bilinear.patch ; r=stuart 2008-02-23 14:30:57 -08:00
roc+@cs.cmu.edu
1850bce72b Bug 407095. Reflow in more situations where horizontal scrollbar appears or disappears. May hurt Tp, let's watch. r+sr=dbaron,a=damon 2008-02-23 02:15:59 -08:00
uriber@gmail.com
569b5e7d24 When all three of 'left', 'width', and 'right' of an absolutely-positioned elemnt are 'auto', use the direction of the static-position containing block (rather than the actual containing block) to decide whether to set 'left' or 'right' to the static position. bug=403328 r+sr=dbaron b1.9=mtschrep 2008-02-22 05:44:07 -08:00
dholbert@cs.stanford.edu
8bc4c97fbc Bug 413286: Let empty auto-width columns be expanded. r+sr=dbaron a=blocking1.9+ 2008-02-21 19:25:56 -08:00
roc+@cs.cmu.edu
aa74d21d34 Reftest for bug 393490 2008-02-21 17:07:44 -08:00
dholbert@cs.stanford.edu
55fc6902ca Bug 402629: Fix percent-height updates in nested tables by checking if containing block depends on an ancestor cell's height, rather than just checking if it's a cell. r+sr=dbaron, a=blocking1.9+ 2008-02-21 13:02:07 -08:00
reed@reedloden.com
f64926e7b5 Bug 380825 - "Font sizes on Tinderbox are too large" (reftest) [p=ryanvm@gmail.com (Ryan VanderMeulen) r=dbaron] 2008-02-21 03:01:28 -08:00
bzbarsky@mit.edu
b61aff2c4a Adding one more test. 2008-02-20 11:58:27 -08:00
bzbarsky@mit.edu
f31acd8849 Adding test. 2008-02-20 11:55:22 -08:00
jruderman@hmc.edu
cdb1fc399e Add reftests. 2008-02-19 23:16:56 -08:00
dbaron@dbaron.org
4192bf8c4a Treat backgrounds on body the same in XHTML as for HTML. b=379461 r+sr=bzbarsky a=schrep 2008-02-19 10:46:21 -08:00
dbaron@dbaron.org
33c8af3660 Back out for now, until I have a chance to fix reftests depending on old behavior. 2008-02-19 09:28:00 -08:00
dbaron@dbaron.org
18987947d2 Treat backgrounds on body the same in XHTML as for HTML. b=379461 r+sr=bzbarsky a=schrep 2008-02-19 08:46:29 -08:00
dbaron@dbaron.org
7d3320553b Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418 2008-02-18 23:12:09 -08:00
bzbarsky@mit.edu
1b643514f5 Make sure that changes to the "span" attribute on a colgroup actually work. Bug 404309, r=bernd, sr=dbaron, a=beltzner 2008-02-14 20:19:28 -08:00
jruderman@hmc.edu
4f8c365bfe Add reftests 2008-02-14 17:32:02 -08:00
roc+@cs.cmu.edu
7075a335fd Enable reftest for bug 400813 2008-02-14 12:35:53 -08:00
mats.palmgren@bredband.net
db6b8c956e Reftest for bug 413982. 2008-02-12 07:05:37 -08:00
roc+@cs.cmu.edu
abee6630e1 backing out bug 400813 again due to reftest failure... 2008-02-11 18:48:17 -08:00
roc+@cs.cmu.edu
5c233a1d82 Bug 400813. Lines with font-size:0 content should not be treated as empty. r+sr=dbaron 2008-02-11 17:42:14 -08:00
jruderman@hmc.edu
f4a6450e94 Fix bug 414851: let white-space:nowrap inherit into buttons. r+sr=bz, a=schrep 2008-02-11 09:11:52 -08:00
dbaron@dbaron.org
0363493ff8 Fix some sorting errors. 2008-02-10 13:53:52 -08:00
dbaron@dbaron.org
f94fd579c7 Stop using -moz-float-edge for list items, but offset the bullet position in the presence of floats. b=413840 (and numerous others) r+sr=roc a=blocking1.9+ 2008-02-10 13:49:24 -08:00
bzbarsky@mit.edu
362cb1be79 Adding test 2008-02-10 13:29:32 -08:00
dbaron@dbaron.org
1a1872a692 Make CSS namespace identifiers case sensitive to match change in spec. b=416106 r+sr=bzbarsky a=schrep 2008-02-08 11:57:22 -08:00
dholbert@cs.stanford.edu
7f8f780867 Bug 412607: Fix wrapping issue by clearing trimmable width before trying CanPlaceFrame. r+sr=roc, a=blocking1.9 2008-02-07 15:00:37 -08:00
mats.palmgren@bredband.net
b592bf2f32 Commenting out reftest since it fails on Mac (qm-xserve01). 2008-02-06 11:59:33 -08:00
mats.palmgren@bredband.net
f1d078e293 Adjust for viewport scrollbars when positioning a fixed background. b=402807 r+sr=roc a=blocking1.9 2008-02-06 10:22:24 -08:00
roc+@cs.cmu.edu
0b989b691c Backing out 400813, sigh 2008-01-29 23:35:05 -08:00
roc+@cs.cmu.edu
d304af325c Bug 400813 reftest 2008-01-29 23:24:00 -08:00
dbaron@dbaron.org
f970a9abc8 Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+ 2008-01-28 23:40:05 -08:00
bzbarsky@mit.edu
48cd9701f5 Relanding bug 412679. r+sr=dbaron 2008-01-27 12:24:06 -08:00
roc+@cs.cmu.edu
22aa9d38ba Bug 411792. Never put a line break before a preformatted newline. r=smontagu 2008-01-26 23:48:39 -08:00
mats.palmgren@bredband.net
d3ac2bc0d6 Always post a restyle request if SetTextStyle() indicates it's needed. b=414123 r+sr+a=roc 2008-01-26 18:49:47 -08:00
roc+@cs.cmu.edu
6ab7498fef Bug 413292 reftest 2008-01-26 16:16:04 -08:00
myk@mozilla.org
7d62e26ef5 backing out fix for bug 412679 because it regressed a reftest 2008-01-25 15:02:23 -08:00
bzbarsky@mit.edu
917393525a Adding tests. 2008-01-25 13:42:40 -08:00
reed@reedloden.com
028f8b700b Re-enable reftest. 2008-01-24 22:46:08 -08:00
reed@reedloden.com
9021a87f0c Disable recently added reftest just to cast away all doubt that this is causing the massive unit test problems. 2008-01-24 17:31:11 -08:00
reed@reedloden.com
5bb75ac1d0 Bug 291262 - "styling the CANVAS element doesn't work" (reftest) [p=arenevier@fdn.fr (arno.) r+sr=dbaron] 2008-01-24 09:36:25 -08:00
dbaron@dbaron.org
0713cec344 Mark some tests involving image scaling as failing on Mac. 2008-01-23 18:05:14 -08:00
dbaron@dbaron.org
04efaeaee5 Fix width of images where max-width < min-width <= width (min-width should win), and other similar problems. b=413361 r+sr=bzbarsky a=schrep 2008-01-23 17:21:31 -08:00
dbaron@dbaron.org
9e6bcc0166 Add fantasai's tests for bug 234686, which test min/max-width/height on images with height:auto and width:auto. 2008-01-23 17:19:14 -08:00
fantasai.cvs@inkedblade.net
a20bb841e3 fix border/padding and availableHeight calculations at page/column breaks, b=368079 r+sr=roc a=roc 2008-01-23 16:28:42 -08:00
jruderman@hmc.edu
6282aa5280 Try again, without the test comparing span background with mathml background. I guess that can fail if the body text font is larger than the MathML font. 2008-01-17 23:32:47 -08:00
dietrich@mozilla.com
e8b272f61f Backout Jesse's orange-ness 2008-01-17 23:12:31 -08:00
jruderman@hmc.edu
74fdb0b994 Add reftests for handling of mathbackground attribute 2008-01-17 20:41:42 -08:00
dholbert@cs.stanford.edu
2ed65950de Bug 368504: Create and use DistributeWidthToColumns for colspan-width and table-width distribution. r+sr=dbaron a=blocking1.9+ 2008-01-17 20:18:21 -08:00
mats.palmgren@bredband.net
b94c5271df Try all continuations of the block when looking for a letter frame. b=408493 r+sr=bzbarsky a=blocking1.9 2008-01-15 01:25:17 -08:00
dholbert@cs.stanford.edu
e0926cc934 Bug 368504: New reftests (marked failing, until patch lands) plus some new tests to make sure we divvy up a colspan's percent width correctly. 2008-01-09 19:58:34 -08:00
roc+@cs.cmu.edu
82ad33770c Reftest for bug 411334. 2008-01-09 15:17:45 -08:00
martijn.martijn@gmail.com
7631d04a65 Reftests for bug 407016, r=dholbert 2008-01-09 06:14:21 -08:00
martijn.martijn@gmail.com
9e4bfe8f97 Disable reftest for bug 403519, it's failing on the Mac now that bug 407016 is fixed and is incorrect (imho), see discussion in that bug 2008-01-09 05:15:20 -08:00
roc+@cs.cmu.edu
ab982faa16 Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron 2008-01-09 01:38:28 -08:00
roc+@cs.cmu.edu
96da482e7e backing out bug 355548 due to test failures 2008-01-08 15:11:27 -08:00
roc+@cs.cmu.edu
c816d4ca4f Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron 2008-01-08 14:36:46 -08:00
dholbert@cs.stanford.edu
64961b4767 Bug 408656 reftests. r=bz 2008-01-07 11:22:52 -08:00
bzbarsky@mit.edu
dc7ecebfee Make image controls splittable just like regular images. Bug 409659, r+sr=roc, a=dsicore 2008-01-04 22:44:38 -08:00
mats.palmgren@bredband.net
b98a455eee Fix the reftest for bug 391979. 2008-01-04 15:13:08 -08:00
mats.palmgren@bredband.net
a4fceb7b3a Commenting out the reftest for bug 391979 for now to fix Tinderbox orange on Windows... 2008-01-04 12:35:32 -08:00
mats.palmgren@bredband.net
5b263f9ea3 Make column layout deal with 'ch' unit for -moz-column-width/gap. b=391979 r+sr=roc a=beltzner 2008-01-04 09:48:19 -08:00
jruderman@hmc.edu
d492281d2e Fix test bustage: looks like bz checked in more changes to reftest.list than he intended 2007-12-30 15:06:30 -08:00
bzbarsky@mit.edu
927873f0e4 Adding test. 2007-12-30 14:34:15 -08:00
jdaggett@mozilla.com
8527665bcb Bug 396137. Use Windows cmap font matching in place of ATSUI font matching. r+sr=pavlov 2007-12-27 17:28:26 -08:00
jruderman@hmc.edu
9e01023636 Add reftest 2007-12-23 18:08:45 -08:00
jruderman@hmc.edu
5c4de33767 Add a reftest 2007-12-23 17:47:40 -08:00
jruderman@hmc.edu
d2ecf9b321 Add reftests for dynamic cross-element ligatures 2007-12-23 17:38:11 -08:00
jruderman@hmc.edu
7e20ec75a8 Add reftest 2007-12-23 17:22:02 -08:00
bzbarsky@mit.edu
de533c747b Adding tests 2007-12-20 19:36:38 -08:00
jwalden@mit.edu
46fda60001 Windows and Linux suck because they don't like the Acid2 reftest. 2007-12-20 18:51:30 -08:00
jwalden@mit.edu
9ac0e3214b Bug 289480 - Add a reftest for acid2. Note that there are known issues with acid2 with certain fonts in how the chin is displayed -- if you're running reftests and hit a problem with how the chin renders, comment in the bug and we can comment out the chin or something. Acid2 test by Hixie, reftest and nose-job image by me. a=itsatest 2007-12-20 17:02:07 -08:00
jruderman@hmc.edu
272266b6c5 Add bug number for skipped reftest 2007-12-19 21:40:15 -08:00
jruderman@hmc.edu
64543ec07d Disable this test on Windows (again); it seems to crash or hang on Tinderbox. 2007-12-19 21:31:48 -08:00
jruderman@hmc.edu
2a5bd8f474 Let's see whether this test still turns Windows orange/red. 2007-12-19 20:22:14 -08:00
bzbarsky@mit.edu
67312863f7 Adding test 2007-12-19 10:08:05 -08:00
bzbarsky@mit.edu
78638d1cf3 Adding test 2007-12-19 09:54:48 -08:00
martijn.martijn@gmail.com
73714dd5c3 Reftest for bug 402807, r=roc 2007-12-19 09:08:30 -08:00
martijn.martijn@gmail.com
7fc359404a Reftest for bug 396024, r=dbaron 2007-12-19 08:52:37 -08:00
martijn.martijn@gmail.com
9cc9359f8e Extra reftest for bug 403519 2007-12-19 03:12:31 -08:00
karlt+@karlt.net
f5b42c233f mark reftest for bug 391045 random on Linux as it depends on whether fonts are installed. 2007-12-18 16:13:41 -08:00
vladimir@pobox.com
0f1a979865 putting these back too, oops! 2007-12-18 13:43:16 -08:00
vladimir@pobox.com
1c54abb0ff accidentally uncommented this 2007-12-18 13:41:16 -08:00
vladimir@pobox.com
0f4d7776fb Fix reftest for bug 24998 2007-12-18 13:30:13 -08:00
vladimir@pobox.com
f486de3a54 b=24998, background images spill beyond rounded borders; r+sr=roc 2007-12-18 12:59:48 -08:00
bzbarsky@mit.edu
46ba55e7e4 Adding test. 2007-12-18 08:23:57 -08:00
rflint@ryanflint.com
6476c4ad8b Add reftest 2007-12-18 03:22:54 -08:00
jruderman@hmc.edu
91e60cf986 Add reftests for document.linkColor 2007-12-17 22:12:34 -08:00
jruderman@hmc.edu
41978e6d6e Looks like it was the test *after* this one that was causing the problem on Windows. Re-enabling. 2007-12-17 21:47:56 -08:00
jruderman@hmc.edu
66002db1fa Skip this test on Windows too. 2007-12-17 20:30:33 -08:00
jruderman@hmc.edu
37af1b8f91 Try to fix Windows test bustage 2007-12-17 19:34:13 -08:00
jruderman@hmc.edu
b57dafa810 Add reftest 2007-12-17 17:03:51 -08:00
jruderman@hmc.edu
8b38b743b0 Add reftest 2007-12-17 16:56:16 -08:00
bzbarsky@mit.edu
d4d9aa32ed Adding tests 2007-12-16 20:50:54 -08:00
bzbarsky@mit.edu
7c8c6db158 Adding tests 2007-12-16 20:40:36 -08:00
jruderman@hmc.edu
1efa64a7c4 Add reftest (hopefully it's correct) 2007-12-16 18:38:18 -08:00
jruderman@hmc.edu
5f4d8ccc7e Add reftest for non-wrapping, justified text containing ligatures 2007-12-15 21:58:38 -08:00
jruderman@hmc.edu
b0d3020100 Add reftest based on "mysteriously blank testcase" 2007-12-15 21:53:34 -08:00
jruderman@hmc.edu
30b238b98c Add reftest 2007-12-15 16:31:20 -08:00
jruderman@hmc.edu
f1cc622835 Add reftest 2007-12-15 15:14:50 -08:00
jruderman@hmc.edu
f7cd88bcea Add reftest for leak bug (and to make sure it displays nothing) 2007-12-15 13:33:51 -08:00
jruderman@hmc.edu
ec01744fab Add reftests. 2007-12-15 13:30:07 -08:00
jruderman@hmc.edu
26ff965054 Add reftests for long unbroken text strings (about 5000 characters). They should fail if long text isn't drawn, or overlaps with itself, or crashes the browser. 2007-12-14 22:13:17 -08:00
jruderman@hmc.edu
d29ecd00ad Add reftest for nsXULElementTearoff 2007-12-14 20:59:06 -08:00
jruderman@hmc.edu
a7737fe35e Add reftest for bug 212563. 2007-12-13 21:51:42 -08:00
martijn.martijn@gmail.com
2ffef916a5 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
a57f10c262 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
797b89f601 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
3327ae5ee9 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
5feca62ec9 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
0df022faac 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
095643fe53 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
23d88cc4b3 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
fe406daeba Fixing and enabling test for bug 405577. 2007-12-05 20:51:48 -08:00
karlt+@karlt.net
9eed1666cf disable 405577 for now because of failure on linux - bug 405577 2007-12-05 18:37:41 -08:00
roc+@cs.cmu.edu
96732f1829 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
0b0c691827 Backing out reftest for bug 404553 for now, because of failures 2007-12-05 04:52:37 -08:00