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 |
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 |
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 |
jruderman@hmc.edu
|
33786e80e8
|
Add reftests
|
2008-04-22 22:00:19 -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 |
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 |
roc+@cs.cmu.edu
|
818354a81e
|
Bug 427730. Make text for ATSUI layout end in ' ' or ' .' instead of '.', to ensure the last character isn't treated as the start of a kerning pair. r=jdaggett,sr=vlad,a=beltzner
|
2008-04-14 18:48:19 -07:00 |
roc+@cs.cmu.edu
|
9834f18640
|
Bug 399258. nsCSSRendering::PaintBorder should not try to optimize away the case where the dirty rectangle is inside the element's padding-rect, because border-radius can make the border appear inside the padding-rect. nsDisplayBorder::OptimizeVisibility does this optimization correctly already so just remove it from PaintBorder. r+sr=vlad, a=damon
|
2008-04-14 18:41:12 -07:00 |
dbaron@dbaron.org
|
f8dcd3c29e
|
Fix bug 427129 / 377664: When displacing blocks that don't interact with floats around floats, displace the border box rather than the margin box. Fix bug 427782: Simultaneously, only displace when the width actually won't go down to an amount that fits (i.e., if it will go to an amount smaller than the intrinsic minimum width, let it). b=427129 r+sr=roc a=schrep
|
2008-04-14 18:05:17 -07:00 |
mats.palmgren@bredband.net
|
e85cc637ce
|
The position of an outside bullet should not be affected by floats inside the principal block (this fixes most cases). b=427370 r+sr=dbaron a1.9=beltzner
|
2008-04-13 10:43:12 -07:00 |
dholbert@cs.stanford.edu
|
b7a5c89466
|
Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner
|
2008-04-11 22:32:49 -07:00 |
martijn.martijn@gmail.com
|
a87f16775e
|
Extra reftest for bug 413027 - Marquee height is sized too small, clipping text vertically, a=beltzner
|
2008-04-10 16:17:20 -07:00 |
dholbert@cs.stanford.edu
|
af57e0ba07
|
Bug 421710: Adding assertion reftest
|
2008-04-08 14:33:32 -07:00 |
gavin@gavinsharp.com
|
54884944b3
|
Re-land the part of bug 295994 that removes the reference to the removed test, since I didn't re-add it in my initial backout
|
2008-04-08 13:57:17 -07:00 |
gavin@gavinsharp.com
|
7e4a821f69
|
Back out patch for bug 295994
|
2008-04-08 13:50:00 -07:00 |
dbaron@dbaron.org
|
593a0bb24a
|
Don't let columns with no cells originating in them expand in the pass for expanding zero-width columns. b=425972 r=dholbert sr=roc a=blocking1.9+
|
2008-04-08 12:07:16 -07:00 |
reed@reedloden.com
|
29989d380d
|
Bug 423833 - "Show Only This Frame code uses about: url for error pages, instead of original site url" [p=johnath@mozilla.com (Johnathan Nightingale [johnath]) r=Mano a=blocking-firefox3+]
|
2008-04-08 11:48:34 -07:00 |
roc+@cs.cmu.edu
|
6ede5f6340
|
Disabling failing test. It's not the important one here anyway.
|
2008-04-08 06:42:36 -07:00 |
roc+@cs.cmu.edu
|
d5a1dc86da
|
Bug 411585. Traverse all pages after the current page when painting a page, to locate placeholders that we need to traverse in order to paint out-of-flows on the current page. r+sr=dbaron
|
2008-04-08 06:06:12 -07:00 |
roc+@cs.cmu.edu
|
7c840869f1
|
Bug 422678. Table rows whose style-height doesn't fit in the available height (but whose cells do) should be marked incomplete during reflow. r=bernd,sr=dbaron
|
2008-04-08 05:28:34 -07:00 |
vladimir@pobox.com
|
db41e46abb
|
Revert incorrect commenting out of test
|
2008-04-07 13:27:20 -07:00 |
vladimir@pobox.com
|
ac0dde340f
|
temporarily disable this reftest -- see bug 427480
|
2008-04-07 00:36:24 -07:00 |
bmlk@gmx.de
|
4e493051f8
|
initialize all border parameters so that the border is initialized even for empty rowgroups bug 424434 r/sr=bzbarsky a=mtschrep
|
2008-04-06 05:12:04 -07:00 |
roc+@cs.cmu.edu
|
8f556c16f9
|
Bug 424710. Make sizing of abs-pos frames whose container is the initial containing block sane and consistent with Firefox 2, while still incorrect. r+sr=dbaron
|
2008-04-06 03:03:41 -07:00 |
dbaron@dbaron.org
|
878a6caed2
|
Disable a small part of the fix for bug 416168 to fix a regression with outlines of certain empty inlines. b=424236 r+sr=roc a=blocking1.9+
|
2008-04-05 20:55:15 -07:00 |
roc+@cs.cmu.edu
|
fe33a6d354
|
Mark passing reftests as expected to pass
|
2008-04-01 17:11:44 -07:00 |
roc+@cs.cmu.edu
|
421ea5a76e
|
Bug 421885. Make tiled image drawing sample only the correct subimage by manually padding if necessary. r=vlad
|
2008-03-31 02:40:53 -07:00 |
reed@reedloden.com
|
9daab6c56d
|
Back out Robert O'Callahan's patch from bug 421885 due to reftest failure.
|
2008-03-28 02:32:03 -07:00 |
reed@reedloden.com
|
dbbcc3c1e1
|
Bug 421885 - "Google reader search results have strange red line and broken border around them" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=vlad a=blocking1.9+]
|
2008-03-28 01:40:02 -07:00 |
uriber@gmail.com
|
cbbeab337c
|
Only join ancestor inline frames for frames that are last children. bug=424631, r=smontagu, sr=dbaron, blocking1.9=vladimir
|
2008-03-27 12:27:32 -07:00 |
dtownsend@oxymoronical.com
|
072ebb3175
|
Marking test from bug 424074 as failing on linux
|
2008-03-27 02:17:19 -07:00 |
joshmoz@gmail.com
|
5b27bd0b9e
|
Scrollbar thumb is drawn with wrong size for custom scrollbars. b=424074 r=josh sr=vlad
|
2008-03-26 22:36:20 -07:00 |
jruderman@hmc.edu
|
703efcd013
|
Add reftest
|
2008-03-26 20:25:24 -07:00 |
jruderman@hmc.edu
|
305e1db8cc
|
Add reftest (mostly for an assertion, but also making sure it's blank)
|
2008-03-26 17:01:27 -07:00 |
karlt+@karlt.net
|
df117726e1
|
Bug 421955: combining mark at start of text run rendered as NUL hex box or garbage
|
2008-03-25 18:30:39 -07:00 |
reed@reedloden.com
|
48d36e4da6
|
Bug 423385 - "floating parent does not size correctly with floating child using negative margin" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=beltzner]
|
2008-03-25 16:19:46 -07:00 |
uriber@gmail.com
|
b1791d123f
|
Reftest for bug 423676
|
2008-03-25 13:07:16 -07:00 |
reed@reedloden.com
|
732fa02cb6
|
Back out Robert O'Callahan's patch from bug 423385 due to mochitest failure.
|
2008-03-24 23:26:53 -07:00 |
reed@reedloden.com
|
3cbc4b60ae
|
Bug 417178 - "Google reader does not show subscribed topics in ff3b3 at certain zoom levels" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=mconnor]
|
2008-03-24 21:55:47 -07:00 |
reed@reedloden.com
|
ed83140178
|
Bug 423385 - "floating parent does not size correctly with floating child using negative margin" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=beltzner]
|
2008-03-24 21:50:12 -07:00 |
dholbert@cs.stanford.edu
|
c237666da6
|
Bug 423599: Make native theming stuff use full padding when in XUL, and reduced padding when in HTML. Patch by _FrnchFrgg_ <frnchfrgg-mozbugs@altern.org>, r=ventron sr=vlad a1.9b5=beltzner. Reftest by me, r=bz a1.9b5=beltzner
|
2008-03-24 17:34:27 -07:00 |
reed@reedloden.com
|
be4184a2d1
|
Back out Robert O'Callahan's patch from bug 417178 due to mochitest failure.
|
2008-03-24 01:41:13 -07:00 |