roc+@cs.cmu.edu
|
65180d9a75
|
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
|
61fc354af4
|
Bug 407243 reftest, to define current behavior.
|
2008-03-10 15:11:16 -07:00 |
|
roc+@cs.cmu.edu
|
11aa232422
|
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 |
|
reed@reedloden.com
|
5e3b4d1415
|
Bug 418543 - "remove -moz-pre-wrap" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r+sr=roc a1.9=beltzner]
|
2008-03-08 01:44:35 -08:00 |
|
dbaron@dbaron.org
|
a0ae7c66c4
|
Add reftests for baseline-alignment aspects of bug 402940 fixes.
|
2008-03-07 14:27:08 -08:00 |
|
jwatt@jwatt.org
|
c6621839de
|
Bug 421464. The 'type' attribute on <style> should be optional. r=longsonr@gmail.com, sr=roc@ocallahan.org, blocking1.9=me
|
2008-03-07 02:16:05 -08:00 |
|
roc+@cs.cmu.edu
|
72bddc7c36
|
Backing out Bug 403181. JPEG encoding test failure :-(
|
2008-03-07 01:28:34 -08:00 |
|
roc+@cs.cmu.edu
|
18b5f6db55
|
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 |
|
jruderman@hmc.edu
|
621c9391bc
|
Fix XML parsing errors in tests: apparently comments have to go *after* the ?xml version? thing Fix XML parsing errors in tests: apparently comments have to come *after* the '?xml version="1.0"?' thing.
|
2008-03-06 15:59:35 -08:00 |
|
vladimir@pobox.com
|
26262aaee9
|
b=417246, wrong border size rendering in some cases ; r=roc
|
2008-03-05 23:58:58 -08:00 |
|
roc+@cs.cmu.edu
|
4815c48c47
|
Backing out 403181 again
|
2008-03-04 01:36:07 -08:00 |
|
roc+@cs.cmu.edu
|
d8ef70bf14
|
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
|
d5a6cd23c7
|
Bug 403181 backout
|
2008-03-02 18:38:19 -08:00 |
|
roc+@cs.cmu.edu
|
528b547d86
|
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
|
65a3300338
|
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
|
ef4c9abc72
|
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
|
49a25bd74b
|
disable test for bug 405952 until I can fix the test
|
2008-02-28 13:58:01 -08:00 |
|
roc+@cs.cmu.edu
|
76c8339f01
|
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
|
cb1f666485
|
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
|
951d3bd501
|
reftest for bug 412093.
|
2008-02-27 12:06:22 -08:00 |
|
roc+@cs.cmu.edu
|
26de5ff636
|
Bug 419531 reftest
|
2008-02-27 01:41:08 -08:00 |
|
dbaron@dbaron.org
|
73bfb3b850
|
Remove expected failure fixed by bug 363248.
|
2008-02-26 19:02:45 -08:00 |
|
dbaron@dbaron.org
|
809b049508
|
Make the reference match the expected behavior of the testcases per changes in bug 363248.
|
2008-02-26 19:01:05 -08:00 |
|
dbaron@dbaron.org
|
722e419bf7
|
Fix handling of 'right'-derived static positions (mostly for RTL) when containing block has asymmetric border. b=419072 r+sr=roc a=damons
|
2008-02-25 13:16:21 -08:00 |
|
roc+@cs.cmu.edu
|
79fa927cd8
|
Reftest for bug 376375.
|
2008-02-24 17:36:41 -08:00 |
|
roc+@cs.cmu.edu
|
ac43fde6ea
|
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
|
36bfec9f1f
|
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
|
adcaddd746
|
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
|
43b70c1702
|
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
|
ef81289627
|
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 |
|
dbaron@dbaron.org
|
94f8a038ab
|
Correct comments in reference renderings to reflect additional bug.
|
2008-02-22 14:36:58 -08:00 |
|
dbaron@dbaron.org
|
3b40ad9880
|
Thorough reftests for CSS2 10.3.7 and 10.3.8 that I wrote for bug 403328.
|
2008-02-22 12:52:06 -08:00 |
|
uriber@gmail.com
|
bbb4b3e1da
|
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
|
2bbfd20d93
|
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
|
7242e8b77c
|
Reftest for bug 393490
|
2008-02-21 17:07:44 -08:00 |
|
dholbert@cs.stanford.edu
|
66d57e1b12
|
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
|
06df26de53
|
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
|
1fdaf7b67e
|
Adding one more test.
|
2008-02-20 11:58:27 -08:00 |
|
bzbarsky@mit.edu
|
2062beaff7
|
Adding test.
|
2008-02-20 11:55:22 -08:00 |
|
jruderman@hmc.edu
|
536e3a9656
|
Add reftests.
|
2008-02-19 23:16:56 -08:00 |
|
bzbarsky@mit.edu
|
dd61e5bd4d
|
Adding sanity tests.
|
2008-02-19 20:01:52 -08:00 |
|
dbaron@dbaron.org
|
c7b3ec9107
|
Fix reftests that depended on bug 379461.
|
2008-02-19 10:46:43 -08:00 |
|
dbaron@dbaron.org
|
f4d4f9cc2b
|
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
|
55c1ed6c5b
|
Add iframe wrappers for viewport scrollbar tests, since viewport scrollbars don't seem to show up in reftest framework.
|
2008-02-19 10:42:48 -08:00 |
|
dbaron@dbaron.org
|
b4df875a18
|
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
|
929891e58f
|
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
|
834b1d22d8
|
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 |
|
roc+@cs.cmu.edu
|
8ca8d4bd92
|
Bug 414784. Relanding SVG filter rework with additional fix. Lets us compute SVG work surface sizes smaller than the filter effects region, and fixes many filter correctness bugs. r=rlongson,sr=pavlov
|
2008-02-17 23:29:00 -08:00 |
|
roc+@cs.cmu.edu
|
300e29f85e
|
Backing out 414784 due to crashtest failure.
|
2008-02-17 18:04:26 -08:00 |
|
roc+@cs.cmu.edu
|
eb71b9dab1
|
Reftest suite for SVG filters (bug 414784)
|
2008-02-17 17:12:57 -08:00 |
|