Michael Ventnor
d1c7f0fda1
Bug 537471 - Detect empty shadow rects earlier. r=roc
...
--HG--
extra : rebase_source : 3d1a20314c9a771e987d9f82df0620d9d29720a6
2010-01-06 19:02:11 +01:00
Boris Zbarsky
fa1d8938cf
Bug 534808. Need to clear descendant intrinsic widths on height changes, due to replaced elements. r=dbaron
2009-12-29 15:13:54 -05:00
L. David Baron
0069f32298
Add reftests for (unfixed) bug 518172.
2009-12-22 16:55:48 -05:00
Jesse Ruderman
c462eaca6f
Add reftests for bug 490176 and bug 490177
2009-12-16 18:45:09 -08:00
Jonathan Kew
e96ca9e720
Bug 534919: do not inherit font from ZWNJ to adjacent character. r=roc
2009-12-16 15:47:12 +00:00
L. David Baron
e6705a9c6d
Call CheckInvalidateSizeChange for nsHTMLScrollFrames. (Bug 438537) r=roc
2009-12-13 19:40:55 -08:00
L. David Baron
5de5dfea69
Fix behavior of -moz-box-shadow on flexible non-flexbox children of flexboxes. (Bug 531098) r=roc
2009-12-13 19:40:55 -08:00
L. David Baron
c04a2d4b08
Make box-shadow cause only the overflow it needs and not add on additional overflow. (Bug 514917) r=roc
2009-12-13 19:40:55 -08:00
Masayuki Nakano
db4bcb5f95
Bug 461512 (enables its test) r=roc
2009-12-13 13:31:44 +09:00
Boris Zbarsky
e9fe32d01b
Fix test ordering.
2009-12-01 12:26:46 -05:00
Robert O'Callahan
d866e87ce4
Bug 531371. Correctly propagate the backround from a <body style="display: table"> to the viewport as needed. r=bzbarsky
2009-12-01 12:21:00 -05:00
Boris Zbarsky
5d3a7b122e
Bug 530686 followup. Fix reftest manifest
2009-11-30 21:42:01 -05:00
Robert O'Callahan
6780628363
Bug 530686. Don't redraw box-shadows over the bounding rect of the dirty region; just redraw them over a (somewhat simplified) dirty region. r=dbaron
2009-11-30 18:14:04 -05:00
Boris Zbarsky
2eec426e1f
Fix bug 528038 merge weirdness
2009-11-18 08:31:33 -05:00
Boris Zbarsky
6fe6998aa1
Bug 528038. Make sure to propagate inherited changes properly for cases where the change hint doesn't apply to all descendants. r=dbaron
2009-11-18 08:25:02 -05:00
Bernd
c7ee49f5cc
Bug 527464. Go back to ignoring nowrape in quirks mode if a nonzero width is set in the width attribute. r=bzbarsky
2009-11-17 17:50:06 -05:00
Boris Zbarsky
2b37acc71b
Bug 521542. Fix IsValidSibling to not lie when non-table-related siblings are involved. r=bernd
2009-11-17 17:50:04 -05:00
Robert O'Callahan
2705f0b286
Bug 501627. Take out unncessary and harmful surface size check. r=jrmuizelaar
2009-11-10 14:00:36 +13:00
Bernd
ef756ed2b5
testcases for the bugs fixed by the checkin for bug 452319
2009-11-08 20:11:07 +01:00
Timothy Nikkel
ddf13b3bf3
Bug 486065. Add test.
...
--HG--
extra : rebase_source : 7279e2260b9cc186804b025f3a87fd97fb8b7719
2009-11-05 02:57:42 -06:00
Robert O'Callahan
40e5fe01a0
Bug 523468. Make sure we reflow the next line when content is pushed or pulled from an inline frame. r=dbaron
2009-10-27 14:43:56 +13:00
Boris Zbarsky
9ef06c6d93
Bug 520563. Shouldn't predefine xml and xmlns prefixes for CSS selectors. r=dbaron,sicking
2009-10-29 21:47:48 -04:00
Robert O'Callahan
28cab8ef6c
Backed out changeset 9f5177a978ac
2009-10-27 21:46:18 +13:00
Robert O'Callahan
d6f331fed2
Bug 523468. Force next line to be reflowed whenever we push or pull children from an inline frame. r=dbaron
2009-10-27 14:43:56 +13:00
Boris Zbarsky
a15350e46e
Bug 524175. Compute weight correctly again for selectors involving pseudo-elements, and fail parsing selectors with more than one pseudo-element. r=zwol
2009-10-23 21:41:59 -04:00
Boris Zbarsky
92987aebab
Adding test for bug 523096
2009-10-20 01:43:24 -04:00
Boris Zbarsky
55b2e31775
Bug 521525. Make sure to reflow kids with percentage heights if our computed height changes from specified to auto. r=dbaron
2009-10-12 18:27:24 -04:00
Boris Zbarsky
aa6dadf4c4
Bug 520421. HasAttributeDependentStyle is broken on HTML for cased attribute selectors. r=dbaron
2009-10-12 12:27:51 -04:00
Robert O'Callahan
20bb54d1d3
Bug 508908. Disable windowed plugins in popup windows, since they don't work. r=dbaron
...
--HG--
extra : rebase_source : 1acfac3d3613d332586fade393f2911552bd03e0
2009-09-30 08:18:20 +10:00
David Zbarsky
bb6a0e81f4
Bug 507762: Parse CSS style sheets independently of case-sensitivity, and instead check case correctly when using the stylesheets. r=dbaron
2009-09-28 23:07:45 -07:00
Mats Palmgren
1df99a1262
Bug 513318 - visibility:collapse causes scrollbar issues for XUL elements, r=roc
2009-09-13 16:05:55 -07:00
L. David Baron
399ff738b4
Make empty bullets (i.e., those for list-style-type:none) not contribute to layout. (Bug 512631) r=roc
2009-09-11 06:46:36 -04:00
Boris Zbarsky
65ad8e401e
Bug 513153. Update the default submit correctly even if multiple form controls are removed in one remove operation. r=jst
2009-09-08 16:00:20 -04:00
Mats Palmgren
a57f21c5c4
Don't scroll to the selected element if the reflow was interrupted, we'll do it later. b=512410 r=bzbarsky
2009-09-04 23:07:38 +02:00
Jesse Ruderman
0c363c2e7b
Add reftests (bug 310451, bug 398681, bug 407419, bug 409125, bug 429974)
2009-08-27 13:50:58 -07:00
Boris Zbarsky
ae35974f75
Bug 506481. Make sure that we'll scroll to the selected option even if it's added after our initial reflow but before we finish adding initial option kids. r=mats
2009-08-24 14:17:56 -04:00
Zack Weinberg
c6caffd207
Bug 431948 - when skipping a malformed ruleset inside an @-rule, do not consume the close brace that ends the @-rule, lest we skip too much; r=dbaron
2009-08-19 15:11:30 +02:00
Boris Zbarsky
16ff2fd701
Adding some tests
2009-08-12 16:34:32 -04:00
Olli Pettay
cb4754240f
Bug 501257 - Implement HTML 5's HTMLElement.classList property, p=sylvain.pasche@gmail.com, r=smaug, sr=sicking
...
--HG--
extra : rebase_source : cbbd5a5679af57f97122082213f44491431d87e3
2009-08-12 11:55:14 +03:00
L. David Baron
6ff2475a94
Make lines with only a bullet take up height. (Bug 179596 / Bug 507187) r=roc
2009-08-10 19:48:42 -07:00
L. David Baron
8748f13aaf
Make the quirks mode line height algorithm's check for bullets check whether there's a bullet rather than checking whether it's an HTML LI. (Bug 179596) r=roc
2009-08-10 19:48:42 -07:00
L. David Baron
7cc38c6fe9
When a block without lines has a bullet, give the line we fake its full line height. (Bug 179596) r=roc
2009-08-10 19:48:42 -07:00
Boris Zbarsky
7abc642822
Bug 509155. Don't store outline structs in the rule tree if outline-color:inherit is set on the root element. r=dbaron
2009-08-10 10:54:22 -04:00
Jesse Ruderman
8d34f7c669
Add reftest for bug 398682
2009-08-08 15:32:52 -07:00
Zack Weinberg
d1561548f6
Add reftest from http://lists.w3.org/Archives/Public/www-style/2009Jun/0164.html since it is also fixed by bug 476856.
2009-08-05 17:45:49 -07:00
Jesse Ruderman
943b58ed8f
Add reftest for bug 420790
2009-08-03 22:05:39 -07:00
Boris Zbarsky
e2f39a9eac
Bug 502288. Provide finer-grained style change hints for triggering reflow. r=dbaron
2009-08-03 21:22:13 -04:00
Boris Zbarsky
a1e015696b
Bug 502942. Make fieldsets use their content's last-line baseline. r=dbaron
2009-08-03 10:42:59 -04:00
David Zbarsky
8c97ee0a3d
Bug 507487: Selectors should have dual atoms so they can correctly (and case-sensitively) match non-HTML elements in text/html documents, part 2: fix RuleHash to hash tag selectors twice when needed. r=dbaron
2009-08-01 08:53:40 -07:00
Boris Zbarsky
4d29dd668e
This test is testing stuff that is just not true anymore now
2009-07-29 22:28:29 -04:00
Timothy Nikkel
6788e65ce3
Bug 269908. <legend> default style changes restrict styling options. r+sr=bzbarsky
2009-07-29 18:10:50 -04:00
Robert O'Callahan
520e8ceae9
Bug 505743. Fix nsHTMLScrollFrame::InvalidateInternal to not take the 'invalidation in scrollbar' path when there is no scrollbar. r=dbaron
...
--HG--
extra : rebase_source : 8709cdba8ea6f9776b61ff935c1c850573caff3a
2009-07-27 09:29:01 +12:00
Boris Zbarsky
cc472b1f01
Bug 491180. <button> should not clip overflowing contents. r=roc
2009-07-22 21:31:45 -04:00
Boris Zbarsky
97359757b6
Bug 502447. Make sure to recompute the viewport scrollbar flags early enough during root frame setup. r=roc
2009-07-22 21:31:44 -04:00
Boris Zbarsky
934953d6aa
Bug 504032. Make sure to copy mIsEmpty when cloning media lists. r=dbaron
2009-07-17 23:47:38 -04:00
Jonathan Kew
544d310f74
reftest for bug 502795, Core Text rendering fails with downloaded font and letter-spacing, r=roc
2009-07-16 10:59:07 +01:00
Jonathan Kew
545c663945
Backed out changeset 705ef05105e8 for causing bug 503718 on OS X
2009-07-15 10:59:26 +01:00
Jonathan Kew
89f34af9f3
Bug 476927. Pad out the glyph extents of Quartz text to account for possible antialiased pixels outside the regular bounds. r=roc
2009-06-15 10:00:12 +12:00
Boris Zbarsky
9046d1bc03
Bug 503364. Make GetAbsoluteContainingBlock work correctly for abs pos table ancestors again. r+sr=roc
2009-07-09 15:13:58 -07:00
Graeme McCutcheon
1dae21f7e8
Add a mochitest-based reftest and remove the previously disabled reftest for bug 263683. r=roc
2009-07-03 21:12:06 +01:00
Bernd
5c0c166ec7
adopt caption vertical margins to latest CSS2.1 revision, bug 478614, r/sr=dbaron
2009-06-28 15:51:46 +02:00
Timothy Nikkel
123b9246d1
Bug 498228 - "Profile item doesn't look selected anymore in the profile manager." r+sr=bzbarsky
2009-06-26 15:31:16 -04:00
Jonathan Griffin
fe23e5ce65
Adding test or bug 424465. r=bzbarsky
2009-06-25 17:23:07 -04:00
Jonathan Griffin
6e351832f2
Adding test for bug 421632. r=bzbarsky
2009-06-25 17:20:49 -04:00
Jonathan Griffin
3d09db9aac
Bug 424766 - Left part of the page isn't repainted properly; invalidate reftest; r=roc
2009-06-24 23:31:25 +02:00
Robert O'Callahan
b345a70a9e
Bug 495385. Text frames adjacent to block boundaries that contain only collapsible whitespace cannot affect layout, so don't create them. r+sr=bzbarsky
...
--HG--
extra : rebase_source : 2cd0b9d4bdfb47d8757efe0ca9983cbbcfca423c
2009-06-13 21:16:34 +12:00
Bernd
fb071eb93b
fix reftest so that it becomes independent on content width, which differs on linux
2009-06-22 06:22:21 +02:00
Bernd
3a49b3d0fa
mark the test for bug 325292 as failing on linux
2009-06-21 20:29:26 +02:00
Bernd
8aa449421d
bug 325292 - place the needtocollapse flag on the first inflow so that works in pagination mode r/sr=roc
2009-06-21 18:34:03 +02:00
Karl Tomlinson
f0e88513ab
backout 06a7d2def034 and 58c89ce9719d as possible cause of failure in test_bug450930.xhtml
2009-06-15 18:40:55 +12:00
Jonathan Kew
9773921373
Bug 476927. Pad out the glyph extents of Quartz text to account for possible antialiased pixels outside the regular bounds. r=roc
...
--HG--
extra : rebase_source : 7f5d7111ed0eb0e89f13c91e94d363739a60973e
2009-06-15 10:00:12 +12:00
Robert O'Callahan
338a814be0
Backed out changeset 69c6dbdfd179
2009-06-14 00:18:06 +12:00
Robert O'Callahan
9ffe56c833
Bug 495385. Text frames adjacent to block boundaries that contain only collapsible whitespace cannot affect layout, so don't create them. r+sr=bzbarsky
...
--HG--
extra : rebase_source : 544ae2157803cf075a50d2a451c6179525ebbc36
2009-06-13 21:16:34 +12:00
Aaron Train
ccb4281dfb
Adding test
2009-06-12 23:50:12 -04:00
Robert O'Callahan
7042d53d8b
Bug 496032. Buttons should should lay out their contents using IsBlockInside not IsBlockOutside. r+sr=bzbarsky
...
--HG--
extra : rebase_source : bd35093b32239a2803868ab8d684f56db318fbeb
2009-06-12 13:48:07 +12:00
Bernd
5f442c604e
Bug 192902 - "Words wrap in nowrap cell when width=0 and next cell have width=100%". r+sr=bzbarsky
2009-06-11 13:09:34 -04:00
Boris Zbarsky
761090a98f
Bug 495274. Fix broken selector cloning. r+sr=dbaron
2009-05-28 20:41:27 -04:00
Robert O'Callahan
8c7da0cfb7
Bug 494667. Don't apply optimization to shrink drawn background area to exclude solid borders, if we're not going to draw those borders (e.g. in tables with collapsing borders). r+sr=dbaron,a=beltzner
2009-05-28 17:01:42 +12:00
Boris Zbarsky
6df71d93aa
Bug 493968. Correctly keep track of all the kids of a cloned sheet, not just the last one. r=roc, r+sr=dbaron pending.
2009-05-26 15:40:49 -04:00
Robert O'Callahan
7632d4205f
Bug 491323. Allow splitters to collapse siblings that aren't XUL elements. Also fix the logic for finding the right sibling. r+sr=bzbarsky
...
--HG--
extra : rebase_source : 2b9728903dc6c8516ad3590398c5459a999e5a91
2009-05-21 14:50:17 +12:00
L. David Baron
7c71744210
Fix bug 25888 for inline frames other than bullets: redo line reflow when the line's height pushes it into the way of other floats. (Bug 25888) r+sr=roc
2009-05-20 07:21:34 -04:00
Zack Weinberg
d1ad418dbf
Bug 488649: Unify document.body.{bgColor,text,link,vLink,aLink} with the <body> attributes of the same names. Do not default to prescontext/CSS for these. Remove the unsafe function NS_RGBToHex().
2009-05-19 22:11:01 -04:00
Daniel.S
0d7b749ecf
Adding test for bug 329359. r=bzbarsky
2009-05-17 15:51:50 -04:00
Bernd
7cfe8176d4
adding a freftest for bug 81947
2009-05-16 16:24:25 +02:00
Bernd
1b7eae0fba
bug 492661 - track the visibility of cols and colgroups independently of the presence of cells r/sr=roc
2009-05-16 16:22:56 +02:00
Boris Zbarsky
26d5258bfb
Bug 490182. Ask to reflow the right frame. r=bernd, sr=dbaron.
2009-05-11 09:17:25 -04:00
Boris Zbarsky
77d8789988
Fixing orange in CLOSED TREE
2009-05-07 17:10:39 -04:00
Boris Zbarsky
fc728b8197
Bug 490173. Switching display from -moz-popup to block in an HTML document doesn't trigger a frame reconstruct. r+sr=dbaron
2009-05-07 15:21:54 -04:00
Vladimir Vukicevic
f14ff71e91
Disable test for bug 488692 on non-cocoa, due to PAD business
2009-05-06 15:32:18 -07:00
Vladimir Vukicevic
75d85ea612
b=488692; full page zoom broken with canvas; r=roc
2009-05-06 13:02:59 -07:00
Boris Zbarsky
05780cc568
Bug 67752. Implement interruptible reflow. r=roc,dbaron
2009-04-21 19:53:52 -04:00
Boris Zbarsky
0836ceac26
Adding some tests
2009-04-29 15:21:48 -07:00
Boris Zbarsky
dcc22a1654
Bug 481024. Text control frame screws up max-width and max-height. r+sr=dbaron
2009-04-27 14:18:37 -07:00
Daniel.S
4c72dd2bbf
Bug 249803 reftest, r=roc
...
--HG--
extra : rebase_source : 4bbabdbbed53b24f721d30a8cd52c79aeb03a188
2009-04-25 20:44:43 +12:00
Jonathan Kew
baaeb2ba37
Bug 481948. Indic cluster reftests. r=roc
...
--HG--
extra : rebase_source : 4da52abab824881623a239f35626f13b00949513
2009-04-25 20:26:59 +12:00
Boris Zbarsky
897fb606b4
Bug 482398. Fix insertions when there are Letter frames around to be sane. r+sr=dbaron
2009-04-23 20:31:13 -04:00
Daniel Holbert
9db29e80b9
whitespace-only: remove empty line added to bugs/reftest.list in changeset 3b9f7eb42b83
2009-04-22 00:25:45 -07:00
Vladimir Vukicevic
143d433242
rename reftest files to correct names
...
--HG--
rename : layout/reftests/bugs/bug488685-ref.html => layout/reftests/bugs/488685-1-ref.html
rename : layout/reftests/bugs/bug488685.html => layout/reftests/bugs/488685-1.html
2009-04-22 00:21:00 -07:00
Vladimir Vukicevic
627ce5ccc2
b=488685; cruft in GIF image; r=joe,roc
2009-04-21 21:33:37 -07:00
Joe Drew
64bbcf4155
Backed out changeset 6a452e522e07 - Boris Zbarsky – Bug 67752. Implement interruptible reflow. r=roc,dbaron - because of apparent Tp hangs.
2009-04-21 23:02:17 -04:00
Boris Zbarsky
e5f6293681
Bug 67752. Implement interruptible reflow. r=roc,dbaron
2009-04-21 19:53:52 -04:00
Daniel.S
7453ded666
reftest for Incorrect line break with floating element inside a table element - bug 371354 r=bernd
2009-04-18 10:22:34 +02:00
Daniel.S
5f16e84e77
Reftest for bug 299136 - Space after <span style='white-space: nowrap;'> is treated as wrappable. r=dbaron
2009-04-16 10:17:53 +02:00
Boris Zbarsky
0ab9c0661c
Bug 488390. Get special siblings correctly even when bidi is involved. r+sr=roc
2009-04-14 22:28:27 -04:00
Daniel.S
857da3a423
bug 451876 - reftest by crazy-daniel@gmx.de r=bernd
2009-04-12 19:10:31 +02:00
Boris Zbarsky
35edb04b3a
Bug 485012. Allow passing a charset hint (e.g. the element's 'charset' attribute for preloads) to nsICSSLoader::LoadSheet. r+sr=peterv
2009-04-10 10:29:08 -04:00
Boris Zbarsky
8a4ff1a34f
Bug 487539. Don't use an <area>'s primary frame as a primary frame hint. r+sr=roc
2009-04-09 21:37:37 -04:00
L. David Baron
5e6c45ce6a
Switch away from nsBlockReflowState::mAvailSpaceRect in bullet reflow, and simultaneously refix bug 427370 in a way that also fixes bug 428810. (Bug 25888) r+sr=roc
2009-04-08 13:52:36 -07:00
Boris Zbarsky
56a3756669
Bug 472020. Blindly appending to our insertion point really is the wrong thing to do. This doesn't get us to correct behavior, but it gets us closer. r+sr=sicking.
2009-04-08 14:37:15 -04:00
Daniel. S
dcfdbb818d
Add test for bug 360965. r=bzbarsky
2009-04-06 13:38:23 -04:00
Boris Zbarsky
8e0680af4e
Bug 486848. Don't clobber |result| until we're done using it. r+sr=roc
2009-04-05 23:53:40 -04:00
Karl Tomlinson
be0f2c515a
remove reftest.list conflicts from 08e7a9e04e5b
2009-04-06 14:05:58 +12:00
Karl Tomlinson
215b0b8818
b=483565 baseline of stack elements depends on bottom margins of children r=dbaron
...
--HG--
extra : rebase_source : 50099d02312e4d380f75271ebc7e35b8f6aba606
2009-04-06 13:50:51 +12:00
tn
8abb6cc458
Bug 485275. nsViewManger::RenderViews needs to forward to the correct view manager for the display root view. r=roc
2009-04-06 12:39:24 +12:00
Daniel.S
10181a6a4d
Adding test for bug 246669, r=bzbarsky
2009-04-04 00:52:52 -04:00
Daniel.S
3c28916b25
Add a test for bug 211931.
2009-04-03 15:48:33 -04:00
Zack Weinberg
967e1a0ea6
Bug 475535 - don't go through PaintBackgroundWithSC to draw non-native radio buttons and checkboxes; remove special UA pseudo-elements for styling these. r+sr=roc
2009-04-03 10:45:17 +02:00
Boris Zbarsky
c72ec148e3
Bug 486052. Make our FCData bits match GetAbsoluteContainingBlock again. r+sr=roc
2009-03-31 13:07:29 -04:00
Jonathan Kew
88f6bdf54a
Add Core Text backend, will eventually replace ATSUI. Turned off for 32-bit Mac OS X 10.4 SDK builds right now due to Mac OS X 10.4 not supporting Core Text. Try #2 . b=389074 r=jdaggett
2009-03-29 17:31:51 -07:00
Josh Aas
6b7004be86
Backed out changeset e413694940b3
2009-03-27 14:32:49 -07:00
Jonathan Kew
3f8d20bfc2
Add Core Text backend, will eventually replace ATSUI. Turned off for 32-bit Mac OS X builds right now due to Mac OS X 10.4 not supporting Core Text. b=389074 r=jdaggett
2009-03-27 10:18:35 -07:00
Boris Zbarsky
c18f0d1620
Adding some tests
2009-03-25 12:09:48 -04:00
Boris Zbarsky
8202fdf868
Bug 162063. Remove pseudo-frames as needed when the frame that needs them is removed from the frame tree. r=bernd, sr=roc. Also fixes bug 97506, bug 143397, bug 156888, bug 277995, bug 293576, bug 315146, bug 338735, bug 339388, bug 407115, 473824.
2009-03-23 14:08:03 -04:00
Ehsan Akhgari
308d8a9f2f
Bug 404149 - Underline width doesn't correspond to character width in Arabic/Persian script; r=roc,smontagu sr=roc
2009-03-21 12:08:14 +03:30
Boris Zbarsky
4df63aaac7
Bug 482659. Give about:blank documents the base URI of the document that did the load. r=dcamp, sr=jst
2009-03-16 20:59:33 -04:00
Dave Townsend
36de5ef33a
Backed out changeset 55d159b75f41 from bug 482659.
2009-03-17 11:08:59 +00:00
Boris Zbarsky
1f8b3851ba
Bug 482659. Give about:blank documents the base URI of the document that did the load. r=dcamp, sr=jst
2009-03-16 20:59:33 -04:00
Boris Zbarsky
8a3c92ef40
Bug 480880. Fix InvalidateCanvasIfNeeded callers and impl to actually work. r+sr=roc
2009-03-16 07:46:02 -04:00
Boris Zbarsky
0fec8a7842
Bug 482592. Use the right container in ContentInserted. r+sr=roc
2009-03-12 10:17:14 -04:00
Daniel Holbert
8af1425d5f
Add reftest for bug 364989
2009-03-11 16:53:35 -07:00
Boris Zbarsky
59efbdddcb
Adding test for bug 262998.
2009-03-11 10:21:09 -04:00
Boris Zbarsky
55f6d5a8f2
Bug 480017. Suppress misplaced popups before we construct table pseudoframe parents. r+sr=roc
2009-03-01 10:16:29 -05:00
Boris Zbarsky
7a957a90dd
Bug 478956. Merge pseudo-frame handling for outer tables and non-table frames. r=bernd, sr=roc
2009-03-01 10:16:29 -05:00
Serge Gautherie
361fbfe81d
(no bug) Removing ending whitespaces
2009-02-25 17:46:50 +01:00
Serge Gautherie
e4c779d809
Reverting this part of "changeset: 120d20888db9"
...
Bug 445087; add extra pixel on each side of the glyph's black box returned by GetGlyphOutlineW, to avoid clipping ClearType pixels; r=(roc + vladimir) sr=roc
because this test still PASSes actually.
2009-02-24 21:10:28 +01:00
Boris Zbarsky
65991321a8
Bug 371561. Use the right codepath for absolutely positioned tables so that they get a useful containing block. r+sr=dbaron
2009-02-24 13:38:20 -05:00
Jonathan Kew
fd2275af79
Bug 445087; add extra pixel on each side of the glyph's black box returned by GetGlyphOutlineW, to avoid clipping ClearType pixels; r=(roc + vladimir) sr=roc
2009-02-24 17:53:31 +01:00
Karsten Düsterloh
7877844790
Bug 249141 - Incorrect header cropping on narrow tree columns (ellipsis in wrong column); reftest; r=roc
2009-02-24 17:53:29 +01:00
Boris Zbarsky
bf0355c8bb
Adding test for bug 307076
2009-02-17 12:39:21 -05:00
Boris Zbarsky
74338296c8
Bug 478811. Use the right IsTableRelated check when finding absolute containing blocks. r=bernd, sr=roc
2009-02-17 12:21:44 -05:00
Boris Zbarsky
32b269032d
Adding test for bug 105
2009-02-16 11:15:59 -05:00
Boris Zbarsky
061e4dbf72
Adding test for bug 647.
2009-02-16 11:01:10 -05:00
Daniel.S
9e916dfd91
Adding test for bug 410621. r+sr=bzbarsky
2009-02-15 21:58:25 -05:00
Boris Zbarsky
32a811c336
Adding test
2009-02-15 14:04:23 -05:00
Ehsan Akhgari
1de3732803
Bug 478377 - Support specifying direction for :-moz-tree-cell pseudo class through CSS; r+sr=roc
2009-02-15 10:51:40 +03:30
Daniel.S
3dc68d0cb8
Bug 363728 - overflow: auto overdraws an absolute-positioned DIV; reftests; r+sr=dbaron
...
CLOSED TREE (test only)
2009-02-14 23:02:27 +01:00
L. David Baron
850e8b403f
Avoid calling PlaceBlock and unsetting dirty bits that we still need when an ancestor is going to reflow for clearance. (Bug 476357) r+sr=roc
2009-02-09 20:36:54 -08:00
L. David Baron
c53bb7ec3a
Annotate probable cause of reftest failure (which I should have done in the previous commit).
2009-02-07 09:50:51 -08:00
L. David Baron
0fcfbc3ea5
Mark test for bug 356774 as failing on Mac (at least until the test or problem can be fixed).
2009-02-07 09:35:49 -08:00
Daniel.S
0c718c9057
Reftest for bug 350506. r+sr=dbaron
2009-02-07 13:36:51 +01:00
Daniel.S
ee5363a123
Reftest for bug 343538. r+sr=dbaron
2009-02-07 13:28:41 +01:00
Daniel.S
49272d082f
Reftest for bug 321738. r+sr=dbaron
2009-02-07 13:27:24 +01:00
Daniel.S
e315a1e0df
Reftests for bug 369361. r+sr=dbaron
2009-02-07 13:25:21 +01:00
Daniel.S
74e09cd4de
Reftest for bug 356774. r+sr=dbaron
2009-02-07 13:17:06 +01:00
Daniel.S
fffa68baf9
Reftest for bug 356775. r+sr=roc
2009-02-07 13:11:51 +01:00
Boris Zbarsky
7b3665d0b1
Bug 299837. Use the right test filenames
2009-02-06 01:20:16 -05:00
Boris Zbarsky
6f9a0da875
Bug 299837. Implement text-align:end. r+sr=dbaron
2009-02-05 22:48:30 -05:00
Boris Zbarsky
f47d90d8f4
Bug 475986. Make text-align:start work on <html:th> correctly. r+sr=dbaron
2009-02-05 22:48:29 -05:00
Daniel Holbert
2033e78825
Bug 472769: Use snapToPixels when redrawing dirty background rectangles, to fix painting error in widgets at fractional positions. r+sr=roc
2009-02-05 17:39:25 -08:00
L. David Baron
815dc2c66f
Fix incorrect uses of aInherited rather than inherited so that we can make aInherited const. (Bug 476598) r+sr=bzbarsky
2009-02-04 13:24:18 -08:00
L. David Baron
f8ebcab1a6
Add test that legend is display:block by default. (Bug 476063)
2009-02-04 13:24:18 -08:00
L. David Baron
0e1e58e70d
Correctly handle a style change reflow on a subtree that has placeholders with out of flows outside that subtree. (Bug 363247) r+sr=bzbarsky
2009-02-04 13:24:18 -08:00
Boris Zbarsky
553227508e
Bug 476063. Only do special fieldsetty stuff with <legend>s that are in a fieldset. r+sr=dbaron
2009-02-03 09:29:47 -05:00
Boris Zbarsky
640796dfff
Adding test for bug 374719
2009-01-29 21:42:59 -05:00
Boris Zbarsky
1ccbdc4c0e
Adding test for bug 309914
2009-01-29 21:11:41 -05:00
Boris Zbarsky
e753880b7c
Bug 307394 part 2. Fix the indexing in ContentInserted to work correctly even when XBL is around. r+sr=dbaron. Also fixes bug 232990, bug 261826 , bug 272646, bug 386310, bug 468546
2009-01-29 14:46:20 -05:00
Neil Deakin
cbee03cb58
Bug 473847, progressmeters with large max don't work properly, caused by multiplication overflow, r+sr=dbaron
2009-01-23 10:02:31 -05:00
Boris Zbarsky
1ef933aff6
This test passes now
2009-01-22 16:22:34 -05:00
Martijn Wargers
8976be6600
Bug 474441 - Move the marquee reftests into the marquee reftests folder, r=dbaron
...
--HG--
rename : layout/reftests/bugs/336736-1-ref.html => layout/reftests/marquee/336736-1-ref.html
rename : layout/reftests/bugs/336736-1a.html => layout/reftests/marquee/336736-1a.html
rename : layout/reftests/bugs/336736-1b.html => layout/reftests/marquee/336736-1b.html
rename : layout/reftests/bugs/406073-1-ref.html => layout/reftests/marquee/406073-1-ref.html
rename : layout/reftests/bugs/406073-1.html => layout/reftests/marquee/406073-1.html
rename : layout/reftests/bugs/407016-2-ref.html => layout/reftests/marquee/407016-2-ref.html
rename : layout/reftests/bugs/407016-2.html => layout/reftests/marquee/407016-2.html
rename : layout/reftests/bugs/413027-4-ref.html => layout/reftests/marquee/413027-4-ref.html
rename : layout/reftests/bugs/413027-4.html => layout/reftests/marquee/413027-4.html
rename : layout/reftests/bugs/425247-1-ref.html => layout/reftests/marquee/425247-1-ref.html
rename : layout/reftests/bugs/425247-1.html => layout/reftests/marquee/425247-1.html
rename : layout/reftests/bugs/425247-2-ref.html => layout/reftests/marquee/425247-2-ref.html
rename : layout/reftests/bugs/425247-2.html => layout/reftests/marquee/425247-2.html
rename : layout/reftests/bugs/429849-1-ref.html => layout/reftests/marquee/429849-1-ref.html
rename : layout/reftests/bugs/429849-1.html => layout/reftests/marquee/429849-1.html
2009-01-22 18:12:27 +01:00
Daniel Holbert
8817040fe3
Reftest for bug 474472
2009-01-21 22:14:30 -08:00
Boris Zbarsky
e977ac2059
Back out bug 459443 for now, until the patch in bug 474389 gets reviewed
2009-01-20 22:54:52 -05:00
Boris Zbarsky
1ebd2ace9a
Bug 474417. <wbr> support broken. r+sr=roc
2009-01-20 14:42:25 -05:00
Neil Deakin
ad4f866114
Bug 474336, updating max on progressmeter doesn't update display, r+sr=neil
2009-01-20 12:46:52 -05:00
Boris Zbarsky
daabe16fee
Move to correct place
2009-01-19 16:48:50 -05:00
Boris Zbarsky
a2c9aa7a18
Bug 459443. Make sure to detach our editor even if we don't have a session history entry, so that scripts will get correctly reenabled. r+sr=peterv
2009-01-19 16:46:47 -05:00
Dão Gottwald
ad7444d1b9
fix reftest.list syntax
2009-01-18 13:03:55 +01:00
Kai Liu
4b0b5e5530
Bug 240536 - resizer direction is to the right, when interface is RTL; r=roc,mano sr=roc
2009-01-18 13:58:19 +03:30
Robert O'Callahan
0dd1ce33f5
Bug 471594. In ContentInserted, when we have an insertionPoint and we take the isAppend path, use the insertionPoint's last continuation as the place to append so we don't insert the new frames in the middle of some other content's continuation chain. r+sr=bzbarsky
...
--HG--
extra : rebase_source : dbcc34f8fc9a73d53105300d2aa2bebbc584ab8f
2009-01-16 21:25:04 +13:00
Daniel.S
abf2dd5de1
Add reftest for bug 206631. r+sr=dbaron
2009-01-16 19:44:21 -08:00
Robert O'Callahan
684d4edc90
Add bug number for failing test
2009-01-16 10:45:44 +13:00
Robert O'Callahan
c715b0b149
Mark new failing test 280708-1a.html as expected-fail
2009-01-16 10:41:58 +13:00
Boris Zbarsky
833d1664d3
Adding some tests
2009-01-15 14:49:33 -05:00
Mats Palmgren ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
b06807d54b
Put the root element in the undisplayed map so that we reconstruct it when it has its 'display' changed from 'none' to something else. (Bug 283686) r+sr=bzbarsky
2009-01-10 08:28:15 -08:00
Zack Weinberg
dacf4ab104
Bug 456219. Fix clipping to padding-rect with rounded corners. r+sr=roc
2009-01-09 13:28:32 +13:00
Robert O'Callahan
ec55ad45cf
Bug 440149. Don't break after empty text at the start of the line, even if we're past the available width. r=smontagu
2009-01-09 13:13:45 +13:00
Robert O'Callahan
6b943be957
Backed out changeset 5041ce453104
2009-01-08 23:19:21 +13:00
Zack Weinberg
25f522098f
Bug 456219. Fix clipping to padding-rect with rounded corners. r+sr=roc
...
--HG--
extra : rebase_source : ec710fd6f83332fcecaa926b1f0ec07e4d2e3635
2009-01-08 21:10:21 +13:00
Boris Zbarsky
95874e95d3
Bug 472500. Allow generated content on XUL frames. r+sr=roc
2009-01-07 18:22:08 -05:00
Robert O'Callahan
fc6a9b80a5
Disable reftests with random failures (probably) exposed by invalidation-reftest system
2009-01-06 21:54:02 +13:00
Robert O'Callahan
b4af72fc54
Bug 471365. Make reftest-wait tests track invalidation via MozAfterPaint and repaint the invalid areas like normal window repaining would. This makes invalidation-related bugs testable. r=dbaron
2009-01-06 14:15:13 +13:00
Boris Zbarsky
5f9f12e3db
Adding a test
2009-01-05 14:08:16 -05:00
Boris Zbarsky
9fcdc6e542
Adding test
2009-01-05 13:32:00 -05:00
Daniel.S
409d9a892a
Bug 389623 - box with background-attachment:fixed goes on top of floats; reftest; r+sr=dbaron
2009-01-02 07:21:30 +01:00
Daniel.S
5fe3c82ff6
Bug 240029 - table in this page incorrectly off right edge of page when fonts are small; r+sr=dbaron
2009-01-01 15:00:15 +01:00
Mats Palmgren
895369cbd3
Reftest for bug 302379.
2008-12-31 17:38:00 +01:00
L. David Baron
c48e8cee0e
Fix regression in CalcQuirkContainingBlockHeight from change from area frame to block frame in bug 243519. (Bug 471356) r+sr=roc
2008-12-29 10:07:38 -05:00
Mats Palmgren
201ead948a
Additional tests for clip property. (Bug 372063)
2008-12-29 10:07:38 -05:00
Robert O'Callahan
5625c48582
Bug 458296 --- fix reference test name
2008-12-29 22:31:48 +13:00
Robert O'Callahan
0731a2c4f4
Bug 458296. When a block doesn't carry out the bottom-margin of its children, add that bottom-margin to its overflow area. Also, add the bottom-padding of a scrolled block to its overflow area. r+sr=dbaron
2008-12-29 21:18:40 +13:00
L. David Baron
16aba7fd6b
Set up image loaders before reflow for border-image in XUL just like for HTML. (Bug 468473) r+sr=roc
2008-12-23 09:06:56 -05:00