Граф коммитов

887 Коммитов

Автор SHA1 Сообщение Дата
Simon Montagu c7aa8e5f41 reftest for bug 439910 2008-06-19 12:36:42 +03:00
L. David Baron 68f55f2bd3 Mark reftest added for bug 363706 as failing. 2008-06-17 16:11:45 -07:00
Eric Butler 4d58741bd6 Fix crashes when using text API on a canvas context whose element doesn't have a frame, and update handling of that case to match the spec. (Bug 438695) r+sr=dbaron 2008-06-17 14:37:57 -07:00
L. David Baron f74134beca Add basic test for bug 363706. 2008-06-17 14:37:56 -07:00
Robert O'Callahan 1fb32e25c0 Bug 421436. Remove hack that gives <br> 1-appunit width in standards mode; it's no longer necessary and it can cause subtle bugs. r+sr=dbaron 2008-06-14 20:48:07 +12:00
Robert O'Callahan 1b6c71eabf Bug 439004. Check whether there's logically empty content already placed on the line instead of just checking whether the line has advanced horizontally. r+sr=dbaron. 2008-06-14 20:28:07 +12:00
Michael Ventnor 129d4dc805 Implement text-shadow rendering (bug 10713). r+sr=roc. Relanding with fixes to make tests pass on Mac 2008-06-13 10:02:32 +12:00
Robert O'Callahan 9a6f32a0b9 Backing out text-shadow due to Mac issues 2008-06-12 17:40:56 +12:00
L. David Baron c23d01eee4 Add some reftests for z-ordering of text-decorations. 2008-06-11 21:54:13 -07:00
Michael Ventnor 5217b0efd3 text-shadow tests (bug 10713) 2008-06-12 14:39:36 +12:00
Robert O'Callahan 4188aa979e Allow floats to be placed on the current line even after nonzero-width inline content has been placed. Fixes an Acid3 layout bug. r+sr=dbaron 2008-06-11 11:53:22 +12:00
Eric Butler be40edd6c9 Canvas text spec implementation (bug 436904) 2008-06-10 16:16:59 -07:00
L. David Baron f4b0e442f4 Make top and bottom values of vertical-align align the subtree rather than the element itself. (Bug 118501) r+sr=roc 2008-06-06 09:26:58 -07:00
L. David Baron 851aa08808 Don't make our anonymous blocks that wrap blocks inside inlines be containing blocks so that we get the right containing block direction per the CSS spec. (Bug 423306) r+sr=roc 2008-06-05 16:06:34 -07:00
L. David Baron 0b369f2ea1 Remove unneeded (and not present in the proposed CSS3 float-displace property) border-box and padding-box values of -moz-float-edge. (Bug 432891) r+sr=roc 2008-06-05 16:06:34 -07:00
Simon Montagu 69be8da881 Reftest for bug 229764 2008-06-05 04:05:25 -07:00
Vladimir Vukicevic 977091d498 b=346189, children should optionally not affect size of XUL stack; r+sr=roc 2008-06-04 23:46:24 -07:00
L. David Baron f62ade1553 Mark reftest added for bug 433640 as failing on Mac, due to bug 379317. 2008-06-03 18:15:05 -07:00
L. David Baron 88bb0bcc0f Snap background origin and clip areas to device pixels to prevent tiling from varying for subpixel position changes that don't change the box's visible position at all. Tests by roc (433640-*) and me (background-image-tiling-*). b=433640 r+sr=roc 2008-06-03 15:25:31 -07:00
Zachary Weinberg 955b24f440 Fix typo. r=dbaron 2008-06-02 15:52:25 -07:00
L. David Baron 80ef4ff3cb Make outlines on inlines containing blocks outline the blocks. b=424236,270191 r+sr=roc 2008-06-02 15:52:25 -07:00
L. David Baron 9acf41987d Add reftests for bug 399636. 2008-06-02 15:52:25 -07:00
Vladimir Vukicevic 959c9bc74c b=432954, disable reftest 413292-1.html; r=roc 2008-05-13 11:42:18 -07:00
Vladimir Vukicevic 3e1863ac2a b=432288, mozilla-central win32 build failing reftest 429849-1.html; r=roc 2008-05-13 11:42:16 -07:00
Vladimir Vukicevic 61a1870c68 b=432298, reftest unexpected pass, svg/opacity-and-gradient-01.svg on cocoa; r=dbaron 2008-05-12 17:05:49 -07:00
dbaron@dbaron.org f7d78f8105 Compute widths for replaced block clearing past floats once we're at the correct vertical position. b=430813 r+sr=roc a=schrep 2008-05-03 16:33:36 -07:00
dbaron@dbaron.org e890be0b74 Fix extra block-clearing caused by margins on tables. b=430813 r+sr=roc a=damon 2008-05-01 08:14:36 -07:00
gavin@gavinsharp.com d51aa54eef Bug 429849: marquee text not on one line , part of this line on top and second part on bottom, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=damon 2008-04-30 10:09:09 -07:00
vladimir@pobox.com 9ddc5cd662 mark test as not failing on mac 2008-04-25 17:05:51 -07:00
vladimir@pobox.com 32bee1faae b=427122, padding on select elements is ignored ; r=dbaron, a=beltzner 2008-04-25 16:12:45 -07:00
Olli.Pettay@helsinki.fi b0e60a1166 backout Bug 430465 2008-04-25 04:31:13 -07:00
roc+@cs.cmu.edu 8184df781e Fixing bustage 2008-04-25 03:17:12 -07:00
roc+@cs.cmu.edu 149a451e70 Bug 430465. Don't round source coordinates in the tiled-image-drawing path. r=vlad,a=beltzner 2008-04-25 02:40:04 -07:00
dholbert@cs.stanford.edu 9afbef7f63 Bug 428521: Allow DistributeWidthToColumns to complete BTLS_PREF_WIDTH runs in situations with guess_min < aWidth <= guess_pref. (Reverts optimization from 368504 in which I'd thought that a run with aWidth <= guess_pref would be skippable) r+sr=dbaron a=beltzner 2008-04-24 11:48:34 -07:00
roc+@cs.cmu.edu 84a91c083e Bug 430412. Don't bother showing a scrollbar if there's less than one device pixel to scroll into view. r+sr=bzbarsky,a=beltzner 2008-04-24 01:14:06 -07:00
jonas@sicking.cc 7c5d9d0c55 Change reftest and crashtest in preparation for bug 379959 to not use data-urls for -moz-binding. r=dholbert. Test changes only. 2008-04-23 21:41:33 -07:00
jruderman@hmc.edu 33786e80e8 Add reftests 2008-04-22 22:00:19 -07:00
karlt+@karlt.net 6d1cc05193 clip parts of stretchy chars more carefully b=427666 (also fixes b=349907) r+sr=roc a1.9=damons 2008-04-22 20:13:09 -07:00
vladimir@pobox.com 7ca24931ed backing out 2008-04-20 01:24:42 -07:00
vladimir@pobox.com ff8acc97ea b=427122, padding on select elements ignored, r=dbaron,a=beltzner 2008-04-19 23:42:00 -07:00
jdaggett@mozilla.com bb0afdab7b Bug 428458. Fix fixed-pitch font handling for mac/win. r+sr=roc, a=vlad 2008-04-18 02:11:47 -07:00
fantasai.cvs@inkedblade.net 8d6acf49ba this test doesn't exist yet 2008-04-18 00:49:31 -07:00
fantasai.cvs@inkedblade.net c799e1aaed consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner 2008-04-18 00:40:35 -07:00
karlt+@karlt.net 10eff40fb2 PaintHorizontally: correct dy calculation when bm.ascent is -ve. b=242861 r+sr=roc a1.9=beltzner 2008-04-17 20:27:09 -07:00
dholbert@cs.stanford.edu fa248f485b Bug 409084: When determining if a row or rowgroup isTopOfPage, check if the previous row has positive YMost, rather than just checking if there *is* a previous row. r=bernd sr=dbaron a1.9=beltzner 2008-04-17 11:18:41 -07:00
roc+@cs.cmu.edu 38367a0fc9 Bug 409227 reftest 2008-04-17 01:23:29 -07:00
bzbarsky@mit.edu 8fbb442e1f display:block legends should still shrink-wrap. Bug 428423, tests by dholbert, r=dholbert, sr=dbaron, a=beltzner 2008-04-16 09:07:27 -07:00
karlt+@karlt.net 96eba5b7a3 still fails on Windows too - bug 428458 2008-04-15 17:42:25 -07:00
karlt+@karlt.net 09b69b71ae still fails on Mac - bug 428458 2008-04-15 17:13:20 -07:00
karlt+@karlt.net e4d79fc85c Use a | char to tighten up test but still allow for 1 pixel. b=428458 2008-04-15 16:30:32 -07:00