L. David Baron
|
dc119e5622
|
Handle some additional codepaths for position: fixed elements inside elements with -moz-transform. (Bug 455171) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 13:27:54 -08:00 |
|
L. David Baron
|
50244a3fdd
|
Introduce two different definitions of the placeholder's containing block in InitAbsoluteConstraints, since we want to use a different one for the hypothetical box and for the direction. (Bug 462844) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 13:27:54 -08:00 |
|
Boris Zbarsky
|
127c0998fe
|
Bug 445004. Make the base and document URI of document.written documents be the base and document URI of the document on whose current context our code is running. r+sr=jst, r=dcamp
|
2008-11-18 17:54:36 -05:00 |
|
Robert O'Callahan
|
2f76e95c17
|
Bug 464811. Snap the anchor point to pixels using a method that guarantees the source rect and the subimage rect intersect. r+sr=dbaron
|
2008-11-18 20:48:46 +13:00 |
|
Daniel Holbert
|
de4e07999e
|
Bug 465475: Shorten reftest 413292-1.html so that it doesn't time out
|
2008-11-17 23:20:54 -08:00 |
|
Robert O'Callahan
|
774dc6063b
|
Backed out changeset 0ced86fbf8ed (reftest failures)
|
2008-11-18 10:13:55 +13:00 |
|
Robert O'Callahan
|
48c8f9855c
|
Bug 464811. Tweak the anchor point snapping algorithm again. This time we have a proof that the resulting snapping algorithm guarantees the subimage rectangle intersects the logical source rectangle. r+sr=dbaron
|
2008-11-18 09:32:11 +13:00 |
|
Robert O'Callahan
|
c8375e914a
|
Bug 463217. Don't let nsLayoutUtils::DrawSingleImage/DrawSingleUnscaledImage do any tiling, restrict their drawing to the single tile. r+sr=dbaron
|
2008-11-10 20:24:21 +13:00 |
|
Dave Townsend
|
68663a73e2
|
Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the Vista Ts regression
|
2008-11-07 15:21:35 +00:00 |
|
Dave Townsend
|
2545ad97e1
|
Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the
Vista Ts regression
|
2008-11-07 15:21:23 +00:00 |
|
Justin Dolske
|
23299930f7
|
Bug 455057 - some chrome images have embedded profiles (sRGB chunk removal). ui-r=faaborg, r=dbaron
|
2008-11-05 19:19:44 -08:00 |
|
Robert O'Callahan
|
6303f1ce0f
|
Bug 463204. Be more careful about snapping the anchor point. We must transform the anchor point to match the snapping of the fill rect before we actually snap it to device pixels. r+sr=dbaron
|
2008-11-07 13:58:42 +13:00 |
|
Robert O'Callahan
|
b781aa0ad5
|
Bug 456330. Fix translation to account for top/left padding. r=vlad
|
2008-11-07 13:56:57 +13:00 |
|
Robert O'Callahan
|
0d380f02a0
|
Bug 458487 - 'Rework image snapping logic'. r=vlad+joedrew, sr=dbaron
|
2008-11-04 14:01:21 -08:00 |
|
Robert O'Callahan
|
46d33164cf
|
Fixing test for bug 385823 to not depend on clipping of %-overheight cells.
|
2008-11-03 15:58:54 +13:00 |
|
L. David Baron
|
e56f086139
|
Don't eat up too much when we hit an error in the last media query in a list. (Bug 461266) r+sr=bzbarsky
|
2008-11-02 11:44:56 -08:00 |
|
Zack Weinberg
|
c68fc626ab
|
Bug 455105 - IsSolidBorderEdge in nsCSSRendering.cpp ignores foreground borders; r=vladimir, sr=roc (tests)
|
2008-10-30 12:57:43 +03:30 |
|
Zack Weinberg
|
679447bf82
|
Bug 455105 - IsSolidBorderEdge in nsCSSRendering.cpp ignores foreground borders; r=vladimir, sr=roc
|
2008-10-30 12:54:58 +03:30 |
|
Serge Gautherie
|
84d77d1fc8
|
Disable failing new test from
Bug 461512 - nsCSSColorUtils doesn't support alpha color (border color is always solid color if the border-style is groove, ridge, inset, outset)
|
2008-10-28 04:42:55 +01:00 |
|
Masayuki Nakano
|
2a195344de
|
Bug 461512 nsCSSColorUtils doesn't support alpha color (border color is always solid color if the border-style is groove, ridge, inset, outset) r+sr=roc
|
2008-10-28 11:05:38 +09:00 |
|
Zack Weinberg
|
b7aed62d25
|
Bug 228856 - [FIX] \0 in CSS is ignored; r+sr=dbaron
|
2008-10-23 18:29:24 +02:00 |
|
Jesse Ruderman
|
b5fce63981
|
Add reftest for bug 252920
|
2008-10-18 20:04:47 -07:00 |
|
Bernd
|
ffc4c848b4
|
trigger fixed layout if the width cahnges from auto to fixed, bug 426629r/sr=dbaron
|
2008-10-18 19:25:26 +02:00 |
|
Mats Palmgren
|
368bf624ce
|
Remove unintentional BOM. b=460248 r=roc
|
2008-10-17 09:02:12 +02:00 |
|
Justin Dolske
|
f797fdd19e
|
Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor.
|
2008-10-16 15:20:21 -07:00 |
|
Boris Zbarsky
|
fac7c54113
|
Make this test pass in profiles where the default charset is not ISO-8859-1
|
2008-10-16 11:11:02 -04:00 |
|
Robert O'Callahan
|
a6e4eac9e9
|
Bug 453103. Make reftests robust against Mac subpixel rendering quirks. r+sr=dbaron
|
2008-10-16 20:56:31 +13:00 |
|
Robert O'Callahan
|
b639c24341
|
Fixing test for bug 442542
|
2008-10-16 14:20:36 +13:00 |
|
Robert O'Callahan
|
ba8e24feff
|
Revert layout test changes that shouldn't have landed in the previous commit :-(
|
2008-10-16 11:56:04 +13:00 |
|
Robert O'Callahan
|
580758a43a
|
Revert nsprpub configure micro-change in case that caused Windows bustage
|
2008-10-16 11:49:44 +13:00 |
|
Boris Zbarsky
|
d4e731a68c
|
Bug 442542. Make sure to reflow our possibly-size-dependent abs pos kids on the followup reflow that happens if clearance is discovered. r+sr=roc
|
2008-10-15 16:30:42 -04:00 |
|
Mats Palmgren
|
0e2cd0e161
|
Testcase for bug 203727.
|
2008-10-11 03:41:31 +02:00 |
|
Vladimir Vukicevic
|
cb575d2878
|
b=448193, 3d border effects missing with moz-border-radius; r=zweinberg
|
2008-10-09 14:49:15 -07:00 |
|
Boris Zbarsky
|
11c7a6ff2f
|
Bug 452964. Don't flag pseudo-frames wrapping generated content as themselves being generated content, since they might be shared with non-generated content. r+sr=roc.
|
2008-10-07 14:53:22 -04:00 |
|
Boris Zbarsky
|
b28b834ff8
|
Bug 456484. Kids of an inline-block that has overflow:'something other than visible' should not necessarily shrink-wrap. r+sr=roc
|
2008-10-07 14:53:22 -04:00 |
|
Vladimir Vukicevic
|
2e98b20f18
|
Mark reftest for bug 456147 as failing on Mac; problem isn't caused by this bug but by an unknown earlier regression
|
2008-10-01 12:11:36 -07:00 |
|
Markus Stange
|
dcbb1972a4
|
Fixing reftest added by bug 456147
|
2008-10-01 10:11:02 +02:00 |
|
Zack Weinberg
|
62dec54d8c
|
Bug 456147 - Fix color and layering of text-decoration:line-through in XUL textboxes [r=enndeakin sr=dbaron]
|
2008-10-01 00:46:18 -05:00 |
|
L. David Baron
|
bb1dbb4eec
|
For fixed-layout tables, leave room for the cell spacing for all columns, whether they have cells originating in them or not, since we don't know if cells for those columns will arrive as the table loads incrementally. (Bug 444928) r=bernd sr=roc
|
2008-09-24 10:14:35 -07:00 |
|
Olli Pettay
|
022e3032e0
|
backout Bug 456147
|
2008-09-20 23:01:34 +03:00 |
|
Zack Weinberg
|
8a68981404
|
Bug 456147 - nsTextBoxFrame (XUL <label>, <description>, <text>) uses underline color for line-through; r=enndeakin
|
2008-09-20 20:09:15 +02:00 |
|
Bernd
|
5afcd8c5a4
|
make sure that the height from a fixed height tbody gets distributed, bug 439639, r=dholbert, sr=roc
|
2008-09-20 11:30:30 +02:00 |
|
Boris Zbarsky
|
ba7a7fd7fd
|
Adding test
|
2008-09-19 09:52:16 -04:00 |
|
Jesse Ruderman
|
5e293ad348
|
Another try at fixing this test (bug 450637 comment 28)
|
2008-09-16 15:32:50 -07:00 |
|
Jesse Ruderman
|
ce0df8a982
|
Add temporary dumps to a reftest; see bug 450637
|
2008-09-16 04:09:41 -07:00 |
|
Robert O'Callahan
|
be33d80a1a
|
Bug 455280. Distinguish pre-transform overflow area from post-transform overflow area and have nsDisplaySVGEffects use the pre-transform area. r=kschwarz,sr=dbaron
|
2008-09-16 13:51:52 +12:00 |
|
Jesse Ruderman
|
7e31febc10
|
Make bug 212563 test not rely on timing incorrectly (should fix bug 450637)
|
2008-09-15 17:11:57 -07:00 |
|
Bernd
|
3df8e64982
|
CSS 2.1 empty-cell handling of the excotic cases, bug 76331, r/sr=roc
|
2008-09-13 16:38:29 +02:00 |
|
Mats Palmgren
|
2a5d48aacb
|
Test for bug 454361.
|
2008-09-12 03:37:02 +02:00 |
|
Boris Zbarsky
|
c718d157e0
|
Removing stray '+'
|
2008-09-10 01:13:38 -04:00 |
|
Boris Zbarsky
|
e2a7d5fe50
|
Bug 449171. Fix bogus assertion. r+sr=dbaron
|
2008-09-09 21:39:38 -04:00 |
|
Robert O'Callahan
|
cddb22d87c
|
Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron
|
2008-09-08 20:13:17 +12:00 |
|
Jesse Ruderman
|
3dfe222dd8
|
Try re-enabling reftests that used to turn Windows red (409150).
|
2008-09-07 19:25:12 -07:00 |
|
Robert O'Callahan
|
ea7596e60c
|
Backing out changesets 75919d3eb3d0 and 14ce7619e9c1 due to test failures
|
2008-09-07 00:35:20 +12:00 |
|
Robert O'Callahan
|
f7339a0460
|
Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron
|
2008-09-06 21:35:05 +12:00 |
|
Bobby Holley
|
b587524e03
|
Removing embedded ICC profiles from reftest reference images - bug 453547. r=me
|
2008-09-04 10:24:07 -07:00 |
|
Robert O'Callahan
|
544d6c9941
|
Bug 452747. Make reftest robust against subpixel rendering on Mac. r=dholbert,sr=dbaron
|
2008-09-04 14:48:27 +12:00 |
|
Simon Montagu
|
7d27e3c620
|
Test cases for bug 116882
|
2008-09-03 22:46:32 +03:00 |
|
Graeme McCutcheon
|
b7acee2c1f
|
Bug 451204 - Highlighted text is white on white text on a yellow background, difficult to read. r+sr=roc
|
2008-09-02 08:28:44 +02:00 |
|
Bernd
|
2020f8d70c
|
accumulate margins as they might be overconstrained bug 444015 r/sr=dbaron
|
2008-08-30 18:25:38 +02:00 |
|
Bernd
|
321a788704
|
CSS 2.1 compliance empty-cells does not apply in border-collapsed tables, initial patch by William Wedin, bug 392047, r/sr=roc
|
2008-08-26 09:59:34 +02:00 |
|
Reed Loden
|
4035a62e14
|
Add reftest to reftest.list
|
2008-08-19 22:51:43 -05:00 |
|
Robert O'Callahan
|
2b3cbd99b7
|
Bug 451168 - "Borders around folder icons in directory listings (e.g. when viewing FTP sites)" [r+sr=bzbarsky]
|
2008-08-19 22:50:31 -05:00 |
|
Benjamin Smedberg
|
9348662846
|
Backed out changeset fb099f5a4d32 due to windows test failure... the headers are misaligned pretty badly.
|
2008-08-19 14:38:06 -04:00 |
|
Teune van Steeg
|
90db55ade4
|
Bug 404816 reftests, r=roc
|
2008-08-19 12:16:30 -04:00 |
|
Martijn Wargers
|
f0b88f7d3d
|
Bug 449653. Make drawWindow work even inside an onload handler (so before we've unsuppressed painting), r+sr=roc
|
2008-08-18 15:09:17 -04:00 |
|
Robert O'Callahan
|
0f9e4e319d
|
Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky
|
2008-08-18 13:16:42 +12:00 |
|
Robert O'Callahan
|
86e7983c19
|
Bug 423823. Clip overflowing background when tbody is scrollable. r=fantasai,sr=dbaron
|
2008-08-16 21:10:29 +12:00 |
|
Robert O'Callahan
|
7dd66f45b7
|
Bug 450670. Avoid conflicts in textframe state bits, urk. r=smontagu
|
2008-08-16 21:06:21 +12:00 |
|
Martijn Wargers
|
a09c45c51d
|
Reftests for bug 441703 - direction attribute of marquee should be case-insensitive (for selector matching)
|
2008-08-15 23:22:26 +02:00 |
|
Robert O'Callahan
|
96e07add82
|
Bug 449519. Make text-shadow code compute the right areas for RTL. r=smontagu
|
2008-08-15 22:12:39 +12:00 |
|
Robert O'Callahan
|
b74b2f791f
|
Bug 411059. Take preformatted tabs into account when computing the min and pref widths for text. r=smontagu
|
2008-08-15 22:10:33 +12:00 |
|
Robert O'Callahan
|
3976bbe726
|
Bug 413048. Disable float breaking in columns. r+sr=dbaron
|
2008-08-12 21:32:10 +12:00 |
|
Robert O'Callahan
|
4d9c5e19b6
|
Bug 441259. Account for trimmable width when deciding whether we can place a float on the line. Also, only try to place a float at a point where we can have a line break. r+sr=dbaron
|
2008-08-12 21:29:35 +12:00 |
|
Robert O'Callahan
|
412609685e
|
Bug 438987. Propagate background color correctly when the root element is a table. Relanding with a crash fix. r+sr=dbaron
|
2008-08-08 20:21:13 +12:00 |
|
Boris Zbarsky
|
1fc2b2455f
|
Forgot to take out the style
|
2008-08-08 02:22:11 -04:00 |
|
Boris Zbarsky
|
e802f1d69d
|
Bug 210094. Make min-height and max-height work on fieldset. r+sr=dbaron
|
2008-08-08 01:18:00 -04:00 |
|
Boris Zbarsky
|
edb33ffe21
|
Adding test
|
2008-08-08 00:55:50 -04:00 |
|
Robert O'Callahan
|
18e74a0f2d
|
Bug 438987, backing out
|
2008-08-08 15:34:43 +12:00 |
|
Robert O'Callahan
|
d75aff2db8
|
Bug 438987. Propagate background color correctly when the root element is a table. r+sr=dbaron
|
2008-08-08 13:52:41 +12:00 |
|
Mats Palmgren
|
c45157cc43
|
Oops, forgot that this test needs privileges. Disable it for now.
|
2008-08-07 18:04:29 +02:00 |
|
Mats Palmgren
|
c7c66f0b12
|
Test for bug 448987.
|
2008-08-07 16:44:24 +02:00 |
|
Mats Palmgren
|
b98942ebaf
|
Test for bug 428278.
|
2008-08-07 16:21:10 +02:00 |
|
Robert O'Callahan
|
e6245e9ce2
|
Bug 238072 backout
|
2008-08-07 22:22:08 +12:00 |
|
Robert O'Callahan
|
da39ecdce6
|
Bug 238072, fix test file I forgot to move
--HG--
rename : layout/reftests/bugs/374193-1xbl.xml => layout/base/crashtests/374193-1xbl.xml
|
2008-08-07 15:08:49 +12:00 |
|
Robert O'Callahan
|
8ad3721594
|
Bug 238072. Rework generated content support to match CSS 2.1, making generated content take the normal frame construction path so supporting any style applied to it (including 'position', 'float', etc). r+sr=bz,r=dbaron
|
2008-08-07 13:18:24 +12:00 |
|
Boris Zbarsky
|
8b852d60e9
|
Adding test
|
2008-08-05 01:35:01 -04:00 |
|
Graeme McCutcheon
|
5f935257f5
|
Disable the test for now, since reftest can't get the privileges it needs.
|
2008-07-31 11:23:29 -07:00 |
|
Asaf Romano
|
86d6cde299
|
Bug 263683 - Findbar's Highlight feature should not manipulate the DOM. Patch by Graeme McCutcheon <graememcc_firefox@graeme-online.co.uk>, r=me,roc. sr=roc.
|
2008-07-30 23:48:56 +03:00 |
|
Robert O'Callahan
|
cb0cabc5be
|
Bug 431341. Include floating first-letter text when we build textruns for a paragraph, because we want nsLineBreaker to see the text for capitalization analysis. Make sure that textrun construction for floating first-letter text uses the block as its scope. And make sure we reconstruct textruns after determining the first-letter length, so that ligatures are broken as necessary. r=smontagu
|
2008-07-29 22:11:26 -07:00 |
|
Robert O'Callahan
|
d7dcf6eeb2
|
Bug 419285. nsCSSFrameConstructor should stop looking for first-letter content after a <br>. r+sr=dbaron
|
2008-07-29 22:02:00 -07:00 |
|
Boris Zbarsky
|
cdd7ce070b
|
Bug 431520. Don't do first-line styling on fieldsets, because it confuses the legend code, and it's not clear what it should even do. r+sr=dbaron
|
2008-07-28 23:08:57 -07:00 |
|
Robert O'Callahan
|
bfec0e91fa
|
Backing out bug 431341
|
2008-07-25 00:33:05 +12:00 |
|
Robert O'Callahan
|
bf65b988d8
|
Bug 431341. Let textrun construction descend into first-letter frames so that the correct capitalization state is constructed in nsLineBreaker. r=smontagu
|
2008-07-24 20:39:53 +12:00 |
|
Zack Weinberg
|
2103ba64ef
|
Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units, and make eStyleUnit_Chars and nsLayoutUtils::CharsToCoord unused. (Bug 363706) r=roc sr=dbaron
|
2008-07-15 14:31:36 -07:00 |
|
L. David Baron
|
871adc9d57
|
Make less restrictive assumptions about how big a 'ch' unit is relative to the line-height (assuming 4ch greater than the line height, rather than assuming 2ch is). (Bug 363706)
|
2008-07-15 14:31:36 -07:00 |
|
Sylvain Pasche
|
8e13a26f87
|
Bug 438679 – Remove some duplicate reftest manifest entries. r=dbaron
|
2008-07-12 12:49:58 +02:00 |
|
Daniel Holbert
|
783f0d51f8
|
(No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
|
2008-07-11 11:54:06 -07:00 |
|
Mats Palmgren
|
7f961e93b0
|
Fix and re-enable reftest for bug 433700.
|
2008-07-09 22:25:29 +02:00 |
|
Mats Palmgren
|
dbee45048b
|
Temporarily disable reftest for bug 433700 since it fails on qm-win2k3-03.
|
2008-07-09 19:19:37 +02:00 |
|
Mats Palmgren
|
0f868c4acb
|
Reftest for bug 433700.
|
2008-07-09 17:43:52 +02:00 |
|
L. David Baron
|
01cd70b583
|
Add reftest for the nesting case in bug 424236.
|
2008-07-08 13:46:56 -07:00 |
|
Masayuki Nakano
|
bcf4622ee8
|
Bug 436356 Bullet lists does not display correctly, works in FF 2 p=Atsushi Sakai, r+sr=roc
|
2008-07-03 14:49:24 +09:00 |
|
Simon Montagu
|
7eb12fe091
|
Reftest for bug 109735
|
2008-06-25 02:41:26 -07:00 |
|
Michael Ventnor
|
18e638d642
|
Bug 440112, Form elements are not hidden behind overlapping parent with overflow:hidden, r+sr=roc
|
2008-06-23 11:30:07 +03:00 |
|
Robert O'Callahan
|
efc2f0abe2
|
Bug 438981. The canonical 'body element' must be the first 'body' child.
|
2008-06-23 10:38:29 +12:00 |
|
Simon Montagu
|
5e9bee9eb7
|
reftest for bug 439910
|
2008-06-19 12:36:42 +03:00 |
|
L. David Baron
|
b5775b09ed
|
Mark reftest added for bug 363706 as failing.
|
2008-06-17 16:11:45 -07:00 |
|
L. David Baron
|
87ff824652
|
Add basic test for bug 363706.
|
2008-06-17 14:37:56 -07:00 |
|
Robert O'Callahan
|
9915b4d25f
|
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
|
5cc4ce74b7
|
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 |
|
Robert O'Callahan
|
446ada92bc
|
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 |
|
L. David Baron
|
3b97746336
|
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 |
|
Vladimir Vukicevic
|
0b3d9b76cc
|
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
|
89077a365d
|
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 |
|
L. David Baron
|
8a92bdecfb
|
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
|
23d4d9af06
|
Add reftests for bug 399636.
|
2008-06-02 15:52:25 -07:00 |
|
Vladimir Vukicevic
|
fcccf788ee
|
b=432954, disable reftest 413292-1.html; r=roc
|
2008-05-13 11:42:18 -07:00 |
|
Vladimir Vukicevic
|
d2d15ec07a
|
b=432288, mozilla-central win32 build failing reftest 429849-1.html; r=roc
|
2008-05-13 11:42:16 -07:00 |
|
dbaron@dbaron.org
|
31fad3f842
|
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
|
f7b9b7673b
|
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
|
8030141361
|
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
|
2e5ae015ff
|
backout Bug 430465
|
2008-04-25 04:31:13 -07:00 |
|
roc+@cs.cmu.edu
|
471d67b7c4
|
Fixing bustage
|
2008-04-25 03:17:12 -07:00 |
|
roc+@cs.cmu.edu
|
914869aff7
|
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
|
5e90a6931d
|
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
|
f08441cfbe
|
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
|
c7c8c617b2
|
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
|
2e7b3c3587
|
Add reftests
|
2008-04-22 22:00:19 -07:00 |
|
dholbert@cs.stanford.edu
|
cd2cd226bc
|
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
|
d0934d18ac
|
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
|
4f03ff6841
|
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
|
005cb0775b
|
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
|
0cc180b641
|
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
|
5a624fe0b5
|
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
|
8a24231d01
|
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
|
ffaf94a900
|
Extra reftest for bug 413027 - Marquee height is sized too small, clipping text vertically, a=beltzner
|
2008-04-10 16:17:20 -07:00 |
|
karlt+@karlt.net
|
16859d81d6
|
Tweak reftest again for aveCharWidth wide enough for numerals. b=410405
|
2008-04-08 23:57:34 -07:00 |
|
dholbert@cs.stanford.edu
|
1dc4ccf228
|
Bug 421710: Adding assertion reftest
|
2008-04-08 14:33:32 -07:00 |
|
gavin@gavinsharp.com
|
58eef70779
|
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
|
0ab8b765bb
|
Back out patch for bug 295994
|
2008-04-08 13:50:00 -07:00 |
|
dbaron@dbaron.org
|
646994512a
|
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
|
dce1fd1773
|
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
|
4f41c023e3
|
Disabling failing test. It's not the important one here anyway.
|
2008-04-08 06:42:36 -07:00 |
|
roc+@cs.cmu.edu
|
2e1111534b
|
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
|
d0931d8767
|
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
|
abe9217220
|
Revert incorrect commenting out of test
|
2008-04-07 13:27:20 -07:00 |
|
vladimir@pobox.com
|
1839ddc852
|
temporarily disable this reftest -- see bug 427480
|
2008-04-07 00:36:24 -07:00 |
|
bmlk@gmx.de
|
8e66beaecd
|
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
|
a9f7ac7267
|
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
|
891467d3f4
|
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
|
ee4aefc695
|
Mark passing reftests as expected to pass
|
2008-04-01 17:11:44 -07:00 |
|
roc+@cs.cmu.edu
|
14c8d05caf
|
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
|
601e529c06
|
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
|
7ffca204c7
|
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
|
93c58b6cbd
|
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
|
d4be62f77d
|
Marking test from bug 424074 as failing on linux
|
2008-03-27 02:17:19 -07:00 |
|
joshmoz@gmail.com
|
2b63edc0c2
|
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
|
c46802513e
|
Add reftest
|
2008-03-26 20:25:24 -07:00 |
|
jruderman@hmc.edu
|
f2aede83f9
|
Add reftest (mostly for an assertion, but also making sure it's blank)
|
2008-03-26 17:01:27 -07:00 |
|
karlt+@karlt.net
|
a2ecae57ca
|
Need some space between the overline and "h" for Mac's fonts and antialiasing.
|
2008-03-25 19:51:45 -07:00 |
|
karlt+@karlt.net
|
a15b004ac1
|
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
|
4167b1253b
|
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
|
a35f550c56
|
Reftest for bug 423676
|
2008-03-25 13:07:16 -07:00 |
|
reed@reedloden.com
|
5e63772b54
|
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
|
9d3d47e5fe
|
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
|
1791d22006
|
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
|
2de08e5ba8
|
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
|
afc1413921
|
Back out Robert O'Callahan's patch from bug 417178 due to mochitest failure.
|
2008-03-24 01:41:13 -07:00 |
|
reed@reedloden.com
|
11f6a8b813
|
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 00:29:30 -07:00 |
|
uriber@gmail.com
|
82137ae23b
|
In bidi resolution, convert inline bidi continuations not at the end of a bidi run into fluid continuations. bug=423130 r=smontagu sr=dbaron a19b5=dsicore
|
2008-03-21 01:17:41 -07:00 |
|
dbaron@dbaron.org
|
06705510dc
|
Additional fix on top of roc's patch for bug 421069 to fix the regression it caused. r=dholbert approval1.9b5=damon
|
2008-03-20 18:19:13 -07:00 |
|
dbaron@dbaron.org
|
f4e917a5d5
|
Add reftests for bug 421069.
|
2008-03-20 18:15:40 -07:00 |
|
dbaron@dbaron.org
|
03a41137b3
|
Add another reftest for 413027.
|
2008-03-19 15:31:45 -07:00 |
|
roc+@cs.cmu.edu
|
249d6834b0
|
Oops, adding reftest files for bug 422394
|
2008-03-17 20:25:36 -07:00 |
|
roc+@cs.cmu.edu
|
8dc31a31ac
|
Bug 422394. Fix tab width calculation so we never fail to advance. r=smontagu
|
2008-03-17 18:48:22 -07:00 |
|
jruderman@hmc.edu
|
12bd73342f
|
Add a "!=" reftest that will fail is msub and msup break (like in bug 345564)
|
2008-03-16 22:34:37 -07:00 |
|
bzbarsky@mit.edu
|
7b83e29004
|
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
|
f7bade2b02
|
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
|
7c4c877c83
|
Testcase for bug 128896.
|
2008-03-14 08:03:33 -07:00 |
|
dholbert@cs.stanford.edu
|
52a3ff9796
|
Bug 421239: Remove broken/brittle optimization of guessing (incorrectly) whether a line might be empty, when we're determining whether we need to mark next line's margin as dirty. r+sr=roc, a=blocking1.9+
|
2008-03-14 00:21:15 -07:00 |
|
roc+@cs.cmu.edu
|
a5d01c093e
|
Backing out 413027 again.
|
2008-03-13 02:14:16 -07:00 |
|
roc+@cs.cmu.edu
|
69064e9603
|
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
|
8dfb75f0cd
|
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
|
dce1edd834
|
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
|
26941b2224
|
Add reftest
|
2008-03-11 11:24:02 -07:00 |
|
roc+@cs.cmu.edu
|
b099594232
|
Backing out 420351
|
2008-03-11 03:44:32 -07:00 |
|
roc+@cs.cmu.edu
|
8a3b8b1390
|
Backing out bug 413027
|
2008-03-11 01:36:01 -07:00 |
|
roc+@cs.cmu.edu
|
74d8a4f62e
|
Bug 413027 reftest
|
2008-03-11 00:46:40 -07:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
bzbarsky@mit.edu
|
b868c2220d
|
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
|
6ae45d8c65
|
Add reftests
|
2008-02-14 17:32:02 -08:00 |
|
roc+@cs.cmu.edu
|
9e82c6c05b
|
Enable reftest for bug 400813
|
2008-02-14 12:35:53 -08:00 |
|
roc+@cs.cmu.edu
|
b278a54a54
|
Bug 400813. Text with font-size:0 should not make a line be treated as empty. r+sr=dbaron
|
2008-02-14 01:08:33 -08:00 |
|
mats.palmgren@bredband.net
|
3d7acc874a
|
Reftest for bug 413982.
|
2008-02-12 07:05:37 -08:00 |
|
roc+@cs.cmu.edu
|
79bbde3785
|
backing out bug 400813 again due to reftest failure...
|
2008-02-11 18:48:17 -08:00 |
|
roc+@cs.cmu.edu
|
4251201001
|
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
|
36c9b1134b
|
Fix bug 414851: let white-space:nowrap inherit into buttons. r+sr=bz, a=schrep
|
2008-02-11 09:11:52 -08:00 |
|
bzbarsky@mit.edu
|
597de9f2a8
|
Make this actually pass
|
2008-02-10 14:01:41 -08:00 |
|
dbaron@dbaron.org
|
1aaaacf516
|
Fix some sorting errors.
|
2008-02-10 13:53:52 -08:00 |
|
dbaron@dbaron.org
|
8967a5c8bd
|
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
|
3b0b0ded6f
|
Adding test
|
2008-02-10 13:29:32 -08:00 |
|
dbaron@dbaron.org
|
791502ac20
|
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
|
ff6c52fcbe
|
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
|
0a4ad5e0b3
|
Commenting out reftest since it fails on Mac (qm-xserve01).
|
2008-02-06 11:59:33 -08:00 |
|
mats.palmgren@bredband.net
|
87cd3d39d9
|
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
|
dada6c8a8d
|
Backing out 400813, sigh
|
2008-01-29 23:35:05 -08:00 |
|
roc+@cs.cmu.edu
|
ca92f6aa82
|
Bug 400813 reftest
|
2008-01-29 23:24:00 -08:00 |
|
roc+@cs.cmu.edu
|
81d839b21e
|
Bug 400813. Lines with actual content that just happens to be zero-width should be treated as non-empty. r+sr=dbaron
|
2008-01-29 23:12:26 -08:00 |
|
dbaron@dbaron.org
|
b6cd4ed827
|
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
|
ab51d31ee9
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 12:24:06 -08:00 |
|
roc+@cs.cmu.edu
|
c83ae39ea6
|
Fixing test for bug 411792
|
2008-01-27 00:26:36 -08:00 |
|
roc+@cs.cmu.edu
|
926a7142d9
|
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
|
d431de32cf
|
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
|
c027962580
|
Bug 413292 reftest
|
2008-01-26 16:16:04 -08:00 |
|
myk@mozilla.org
|
ccc456d66d
|
backing out fix for bug 412679 because it regressed a reftest
|
2008-01-25 15:02:23 -08:00 |
|
bzbarsky@mit.edu
|
820c06d8da
|
Fixing the tests too.
|
2008-01-25 13:48:19 -08:00 |
|
bzbarsky@mit.edu
|
791d249121
|
Adding tests.
|
2008-01-25 13:42:40 -08:00 |
|
reed@reedloden.com
|
69977cdb95
|
Re-enable reftest.
|
2008-01-24 22:46:08 -08:00 |
|
reed@reedloden.com
|
0d942e1f57
|
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
|
3319502885
|
Address dbaron's nit for bug 291262's reftest.
|
2008-01-24 09:38:17 -08:00 |
|
reed@reedloden.com
|
659cae6ba5
|
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
|
ec98a5e480
|
Mark some tests involving image scaling as failing on Mac.
|
2008-01-23 18:05:14 -08:00 |
|
dbaron@dbaron.org
|
8290320918
|
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
|
a31846e791
|
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
|
625892eb67
|
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
|
eb2411d1e0
|
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
|
3f10114b50
|
Backout Jesse's orange-ness
|
2008-01-17 23:12:31 -08:00 |
|
jruderman@hmc.edu
|
c56d1b8007
|
Add reftests for handling of mathbackground attribute
|
2008-01-17 20:41:42 -08:00 |
|
dholbert@cs.stanford.edu
|
2d3395bf81
|
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
|
bb7d77ae65
|
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
|
dba4a9bdf0
|
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
|
0c36cb420b
|
Reftest for bug 411334.
|
2008-01-09 15:18:43 -08:00 |
|
roc+@cs.cmu.edu
|
ce46186c18
|
Reftest for bug 411334.
|
2008-01-09 15:17:45 -08:00 |
|
martijn.martijn@gmail.com
|
68d5f10988
|
Reftests for bug 407016, r=dholbert
|
2008-01-09 06:14:21 -08:00 |
|
martijn.martijn@gmail.com
|
a27acda703
|
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
|
bc08ac141a
|
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
|
09582c48ae
|
backing out bug 355548 due to test failures
|
2008-01-08 15:11:27 -08:00 |
|
roc+@cs.cmu.edu
|
459c356854
|
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
|
fdbf4b88d4
|
Bug 408656 reftests. r=bz
|
2008-01-07 11:22:52 -08:00 |
|
bzbarsky@mit.edu
|
fc4c66121d
|
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
|
38c12233ca
|
Fix the reftest for bug 391979.
|
2008-01-04 15:13:08 -08:00 |
|
mats.palmgren@bredband.net
|
3290e45618
|
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
|
70f7759656
|
Trying to fix the new reftest for bug 391979 so that it works on Windows too.
|
2008-01-04 11:34:53 -08:00 |
|
mats.palmgren@bredband.net
|
997c7da0d7
|
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
|
c27fbc76c2
|
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
|
b02f509787
|
Adding test.
|
2007-12-30 14:34:15 -08:00 |
|
jdaggett@mozilla.com
|
86234c3ffa
|
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
|
fc2ec34263
|
Add reftest
|
2007-12-23 18:08:45 -08:00 |
|
jruderman@hmc.edu
|
d95f422184
|
Add a reftest
|
2007-12-23 17:47:40 -08:00 |
|
jruderman@hmc.edu
|
27ef750c70
|
Add reftests for dynamic cross-element ligatures
|
2007-12-23 17:38:11 -08:00 |
|
jruderman@hmc.edu
|
c350ed0d9a
|
Add reftest
|
2007-12-23 17:22:02 -08:00 |
|
bzbarsky@mit.edu
|
856f51f148
|
Fixing test bugs
|
2007-12-20 20:35:21 -08:00 |
|
bzbarsky@mit.edu
|
6373a38cbc
|
Adding tests
|
2007-12-20 19:36:38 -08:00 |
|
jwalden@mit.edu
|
e553c9c808
|
Windows and Linux suck because they don't like the Acid2 reftest.
|
2007-12-20 18:51:30 -08:00 |
|
jwalden@mit.edu
|
d5fca5baed
|
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
|
e0ae6b9aeb
|
Add bug number for skipped reftest
|
2007-12-19 21:40:15 -08:00 |
|
jruderman@hmc.edu
|
2be4b31e3a
|
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
|
64f2e9b671
|
Let's see whether this test still turns Windows orange/red.
|
2007-12-19 20:22:14 -08:00 |
|
bzbarsky@mit.edu
|
2da2869615
|
Adding test
|
2007-12-19 10:08:05 -08:00 |
|
bzbarsky@mit.edu
|
4cc6033471
|
Adding test
|
2007-12-19 09:54:48 -08:00 |
|
martijn.martijn@gmail.com
|
b23c1e9315
|
Reftest for bug 402807, r=roc
|
2007-12-19 09:08:30 -08:00 |
|
martijn.martijn@gmail.com
|
6f5e3e4c5f
|
Reftest for bug 396024, r=dbaron
|
2007-12-19 08:52:37 -08:00 |
|
martijn.martijn@gmail.com
|
e7d1385162
|
Extra reftest for bug 403519
|
2007-12-19 03:12:31 -08:00 |
|
karlt+@karlt.net
|
5e38d09cf2
|
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
|
cfd03ce485
|
putting these back too, oops!
|
2007-12-18 13:43:16 -08:00 |
|
vladimir@pobox.com
|
d2487b5d0d
|
accidentally uncommented this
|
2007-12-18 13:41:16 -08:00 |
|
vladimir@pobox.com
|
9451a20809
|
Fix reftest for bug 24998
|
2007-12-18 13:30:13 -08:00 |
|
vladimir@pobox.com
|
2f5e433bfb
|
b=24998, background images spill beyond rounded borders; r+sr=roc
|
2007-12-18 12:59:48 -08:00 |
|
bzbarsky@mit.edu
|
a0d404f33a
|
Adding test.
|
2007-12-18 08:23:57 -08:00 |
|
rflint@ryanflint.com
|
fc8865d059
|
Add reftest
|
2007-12-18 03:22:54 -08:00 |
|
jruderman@hmc.edu
|
0db5011fc0
|
Add reftests for document.linkColor
|
2007-12-17 22:12:34 -08:00 |
|
jruderman@hmc.edu
|
388fb1bf20
|
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
|
bcf6f3abd9
|
Skip this test on Windows too.
|
2007-12-17 20:30:33 -08:00 |
|
jruderman@hmc.edu
|
39324f4cbb
|
Try to fix Windows test bustage
|
2007-12-17 19:34:13 -08:00 |
|
jruderman@hmc.edu
|
e089c219b4
|
Add reftest
|
2007-12-17 17:03:51 -08:00 |
|
jruderman@hmc.edu
|
d57825e578
|
Add reftest
|
2007-12-17 16:56:16 -08:00 |
|
bzbarsky@mit.edu
|
24132cbaa6
|
Adding tests
|
2007-12-16 20:50:54 -08:00 |
|
bzbarsky@mit.edu
|
1a0b565fc7
|
Adding tests
|
2007-12-16 20:40:36 -08:00 |
|
jruderman@hmc.edu
|
6131fe533d
|
Add reftest (hopefully it's correct)
|
2007-12-16 18:38:18 -08:00 |
|
jruderman@hmc.edu
|
81e3f28c06
|
Add reftest for non-wrapping, justified text containing ligatures
|
2007-12-15 21:58:38 -08:00 |
|
jruderman@hmc.edu
|
794e48d516
|
Add reftest based on "mysteriously blank testcase"
|
2007-12-15 21:53:34 -08:00 |
|
jruderman@hmc.edu
|
57d4fefdc0
|
Add reftest
|
2007-12-15 16:31:20 -08:00 |
|
jruderman@hmc.edu
|
10f5534e02
|
Add reftest
|
2007-12-15 15:14:50 -08:00 |
|
jruderman@hmc.edu
|
81ad05bd43
|
Add reftest for leak bug (and to make sure it displays nothing)
|
2007-12-15 13:33:51 -08:00 |
|
jruderman@hmc.edu
|
114c1ba349
|
Add reftests.
|
2007-12-15 13:30:07 -08:00 |
|
jruderman@hmc.edu
|
93df88e7e4
|
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
|
0d9d9d3565
|
Add reftest for nsXULElementTearoff
|
2007-12-14 20:59:06 -08:00 |
|
jruderman@hmc.edu
|
714260841f
|
Add reftest for bug 212563.
|
2007-12-13 21:51:42 -08:00 |
|
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 |
|
fantasai.cvs@inkedblade.net
|
5728e0c20d
|
fantasai is clearly having process troubles
|
2007-10-15 20:08:48 -07:00 |
|
fantasai.cvs@inkedblade.net
|
738be0d0d1
|
nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc
|
2007-10-15 20:06:36 -07:00 |
|
fantasai.cvs@inkedblade.net
|
03dc1015c3
|
using wrong BC damage area for BC calculations b=244135 p=malcolm.parsons r=bernd r=fantasai (credits for a good review go to Bernd Mielke, blame for a bad one to fantasai) sr=bz
|
2007-10-14 21:49:45 -07:00 |
|
bzbarsky@mit.edu
|
486a31cb86
|
This doesn't pass on Linux yet
|
2007-10-14 12:51:28 -07:00 |
|
bzbarsky@mit.edu
|
c3fdf3fcca
|
Adding tests.
|
2007-10-14 11:34:16 -07:00 |
|
vladimir@pobox.com
|
2b6d4ef940
|
b=296904, canvas rects incorrectly affect current path; r+sr+a=vlad, patch from philip@zaynar.demon.co.uk
|
2007-10-10 12:24:12 -07:00 |
|
bzbarsky@mit.edu
|
ce7985ca54
|
Fix test to actually fail with old builds
|
2007-10-08 12:26:36 -07:00 |
|
roc+@cs.cmu.edu
|
bca6cbb9cb
|
Bug 395331. Fix FindPrimaryFrameFor by noticing that an element can be in anonymous content if the binding root is a binding *ancestor*, not just a binding *parent*. r+sr=bzbarsy
|
2007-10-07 19:42:50 -07:00 |
|
bzbarsky@mit.edu
|
351c82c45e
|
Add tests
|
2007-10-07 18:13:40 -07:00 |
|
bzbarsky@mit.edu
|
1db12bd2d3
|
Fix the test
|
2007-10-05 22:21:03 -07:00 |
|
bzbarsky@mit.edu
|
206ba2db4b
|
Adding test.
|
2007-10-05 20:46:02 -07:00 |
|
roc+@cs.cmu.edu
|
ecf2fe510d
|
Bug 388980. Backing out because it broke tests.
|
2007-10-02 15:12:20 -07:00 |
|
roc+@cs.cmu.edu
|
4b78468e78
|
Bug 388980. Keep mCSSAware in sync. patch by Chris Pearce, r+sr=peterv
|
2007-10-02 14:44:21 -07:00 |
|
dholbert@cs.stanford.edu
|
16be9aaa8e
|
Bug 371483 layout reftest. r=roc
|
2007-09-26 19:01:58 -07:00 |
|
dholbert@cs.stanford.edu
|
233086b996
|
Bug 385533 layout reftest. r=roc
|
2007-09-26 19:00:54 -07:00 |
|
dholbert@cs.stanford.edu
|
f36746acde
|
Bug 387876 layout reftests. r=roc
|
2007-09-26 10:41:41 -07:00 |
|
roc+@cs.cmu.edu
|
bfd939088e
|
Bug 96041. Compute precise glyph extents for high-quality text, and when requested. r=vlad,r+sr=dbaron
|
2007-09-23 19:19:14 -07:00 |
|
bzbarsky@mit.edu
|
7f6abfd9be
|
Make sure to tear down the XBL binding for nodes which forced one even though not in the document. Bug 389636, r+sr+a=sicking
|
2007-09-20 19:05:43 -07:00 |
|
smontagu@smontagu.org
|
f98d826a2f
|
Tweak failing reftest
|
2007-09-20 04:21:27 -07:00 |
|
smontagu@smontagu.org
|
662f478bbe
|
Reftests for bug 376532
|
2007-09-20 03:20:01 -07:00 |
|
bzbarsky@mit.edu
|
90a7068ef6
|
Adding tests
|
2007-09-18 22:15:31 -07:00 |
|
roc+@cs.cmu.edu
|
a3e8f70e08
|
Bug 395130 reftests. Patch by Jesse and Boris.
|
2007-09-18 16:26:57 -07:00 |
|
bzbarsky@mit.edu
|
65e44633c8
|
Fix bug 396286. r+sr+a=roc
|
2007-09-17 18:16:39 -07:00 |
|
bzbarsky@mit.edu
|
97c97d8a5f
|
Process XBL constructors after processing style reresolves. In particular, this makes sure that we process the former even if there were none of the latter. Bug 394676 and bug 394014, r=smaug, sr=sicking, a=roc
|
2007-09-14 12:15:44 -07:00 |
|
gavin@gavinsharp.com
|
608ee419ec
|
Check the test for bug 394534 back in
|
2007-09-11 11:57:32 -07:00 |
|
gavin@gavinsharp.com
|
b2559c4796
|
Remove missing reftest
|
2007-09-11 09:40:39 -07:00 |
|
jst@mozilla.org
|
fcb5325595
|
Fixing bug 394534. Make first attribute win in misplaced content. Patch by bzbarsky@mit.edu, r=mrbkap@gmail.com, sr=peterv@propagandism.org, a=jonas@sicking.cc/dsicore@mozilla.com
|
2007-09-10 16:50:16 -07:00 |
|
roc+@cs.cmu.edu
|
5038231661
|
Bug 392435. Reftest...
|
2007-09-05 18:54:50 -07:00 |
|
bzbarsky@mit.edu
|
fb39157dcc
|
Fix bug 394111. r+sr+a=bzbarsky
|
2007-09-02 18:28:08 -07:00 |
|
bzbarsky@mit.edu
|
19d08a1057
|
Adding test.
|
2007-08-31 19:35:08 -07:00 |
|
bzbarsky@mit.edu
|
8f471f19e2
|
Fix bug 393671. r+sr+a=roc
|
2007-08-26 19:48:43 -07:00 |
|
bzbarsky@mit.edu
|
4f488c5b7c
|
Fix filename.
|
2007-08-26 18:08:15 -07:00 |
|
bzbarsky@mit.edu
|
7a3fbf7681
|
Adding tests
|
2007-08-26 17:28:09 -07:00 |
|
smontagu@smontagu.org
|
2e35b4b546
|
Mark reftest for bug 391045 passing on Linux
|
2007-08-26 15:44:30 -07:00 |
|
smontagu@smontagu.org
|
716d1f9961
|
Mark reftest for bug 391045 passing on Mac
|
2007-08-26 15:05:17 -07:00 |
|
smontagu@smontagu.org
|
2363989855
|
Reftest for bug 391045
|
2007-08-26 14:24:48 -07:00 |
|
bzbarsky@mit.edu
|
82d377683c
|
Make line-height specified in ch units work. Bug 391909, r+sr+a+dbaron
|
2007-08-24 15:20:24 -07:00 |
|
bzbarsky@mit.edu
|
32444ff39f
|
Make maxlength not affect initial values or scripted sets. Bug 345267, r+sr=mats, a=dbaron
|
2007-08-21 20:22:21 -07:00 |
|
bzbarsky@mit.edu
|
e234beb50d
|
Make auto-height abs-pos textfields with top and bottom offsets both set use their intrinsic height, per spec. Bug 385870, r+sr+a=dbaron
|
2007-08-21 20:07:25 -07:00 |
|
bzbarsky@mit.edu
|
b20e634109
|
Don't make getting .selected change what .selected returns in the future. Bug 391994, r+sr+a=sicking
|
2007-08-20 20:24:11 -07:00 |
|
sharparrow1@yahoo.com
|
5ce6586b57
|
Reftests for bug 383883 and dependencies
|
2007-08-20 13:26:55 -07:00 |
|
bzbarsky@mit.edu
|
406edd85f0
|
Adding test.
|
2007-08-17 21:47:41 -07:00 |
|
bzbarsky@mit.edu
|
f1faedd0f6
|
Adding tests
|
2007-08-13 09:27:50 -07:00 |
|
bzbarsky@mit.edu
|
cc4ab43659
|
Adding test.
|
2007-08-12 22:03:51 -07:00 |
|
bzbarsky@mit.edu
|
65ea334fb9
|
Adding test.
|
2007-08-12 19:40:35 -07:00 |
|
bzbarsky@mit.edu
|
b39ebf2258
|
Don;t process pseudo-frames if we're not going to actually create a replaced element frame (or in fact any frame at all, in this case!). Bug 391140, r=bernd, sr+a=roc
|
2007-08-10 10:18:11 -07:00 |
|
bzbarsky@mit.edu
|
a7f9c8f9e0
|
Adding tests
|
2007-08-10 10:11:55 -07:00 |
|
vladimir@pobox.com
|
103b1d6c81
|
b=382049, mac native form controls draw at incorrect positions in offscreen surfaces, patch from jdaggett@mozilla.com, r/a=vlad
|
2007-08-07 12:36:40 -07:00 |
|
bzbarsky@mit.edu
|
d85872ea5d
|
Hoist the code for handling class and id up from nsGenericHTMLElement to the newly-created nsStyledElement so that it can be reused by MathML and to some extent by SVG. Bug 379178, patch by Daniel Kraft <domob@daniel-kraft.net>, r=jwatt for the SVG changes, r+sr=sicking for the rest, a=dsicore
|
2007-08-06 08:27:19 -07:00 |
|
jruderman@hmc.edu
|
434c1f2e9b
|
Add reftests for bug 387201.
|
2007-08-02 21:22:58 -07:00 |
|
dbaron@dbaron.org
|
1dfc2637bf
|
Prefer distributing the width of a column-spanning cell to columns without specified widths, and make a specified width on a column-spanning cell not cause the column to be considered to have a specified width. b=379361 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron
|
2007-08-02 17:07:29 -07:00 |
|
bzbarsky@mit.edu
|
ed733059c6
|
Add the tests too.
|
2007-08-02 14:36:59 -07:00 |
|
bzbarsky@mit.edu
|
ebcca4dbd4
|
Make sure to reflow the caption if it gets inserted into our table before another caption. Bug 389924, r=bernd, sr+a=dbaron
|
2007-08-02 14:34:58 -07:00 |
|
bzbarsky@mit.edu
|
590e445e10
|
Make ContentInserted for captions more like ContentAppended and normal frame construction. Bug 386014, r=bernd, sr=roc, a=dbaron
|
2007-08-02 14:29:51 -07:00 |
|
bzbarsky@mit.edu
|
21fd3a72bb
|
Fix EOF handling after an !important. Bug 390318, r+sr+a=dbaron
|
2007-08-02 14:20:11 -07:00 |
|
roc+@cs.cmu.edu
|
45e1458a84
|
Bug 379349. Reftest files need to be added. Created by fantasai
|
2007-07-25 21:48:54 -07:00 |
|
roc+@cs.cmu.edu
|
61373b8418
|
Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc
|
2007-07-25 21:03:29 -07:00 |
|
bzbarsky@mit.edu
|
7ab1fb826f
|
Adding tests that make sure bug 352980 doesn't regress anything.
|
2007-07-25 14:47:22 -07:00 |
|
sharparrow1@yahoo.com
|
6c6be80405
|
Reftest for bug 386147
|
2007-07-23 17:08:33 -07:00 |
|
martijn.martijn@gmail.com
|
1776b80002
|
Reftests for bug 386470, r=peterv
|
2007-07-23 16:40:17 -07:00 |
|
bzbarsky@mit.edu
|
3407fd227a
|
Adding test.
|
2007-07-22 13:30:09 -07:00 |
|
sharparrow1@yahoo.com
|
8f6c4e99eb
|
Reftest for bug 384762
|
2007-07-20 13:09:08 -07:00 |
|
sharparrow1@yahoo.com
|
30716ccda9
|
Reftest for bug 384876
|
2007-07-20 11:39:36 -07:00 |
|
roc+@cs.cmu.edu
|
536f449de3
|
Bug 388591. Make reftests/bugs/368020-5.html random on Linux until someone can figure out why it fails on centos5.
|
2007-07-18 14:31:08 -07:00 |
|
bzbarsky@mit.edu
|
ffdfeb8219
|
Adding test.
|
2007-07-18 12:56:20 -07:00 |
|
roc+@cs.cmu.edu
|
21751c06e8
|
Bug 386920 reftests.
|
2007-07-16 16:02:00 -07:00 |
|
bzbarsky@mit.edu
|
006048fcb9
|
Minor tweak to test
|
2007-07-12 14:48:43 -07:00 |
|
bzbarsky@mit.edu
|
4e0e5d2463
|
Fix regression in sizing of tables with scrollable rowgroups. Bug 387344,
r=bernd, sr=roc
|
2007-07-12 13:54:18 -07:00 |
|
db48x@yahoo.com
|
b3cd97da9b
|
Bug 384576 - adding -moz-border-radius to an element causes the background to be drawn without dpi scaling
r=sharparrow1, sr=roc
|
2007-07-11 21:04:33 -07:00 |
|
dbaron@dbaron.org
|
3045247d28
|
Reftests for bug 311822. Patch by <arno.@no-log.org>. r=dbaron
|
2007-07-11 16:26:29 -07:00 |
|
bzbarsky@mit.edu
|
0da7e5d679
|
Fix bug 387154 -- rendering of narrow buttons (for which we need to scoot the
text over to the left) regressed. r+sr=dbaron
|
2007-07-06 17:48:29 -07:00 |
|
bzbarsky@mit.edu
|
feee7d10ba
|
Mark test as failing for now until I can figure out what's going on
|
2007-07-06 11:16:51 -07:00 |
|