Robert O'Callahan
|
ba8463c7e0
|
Bug 468771. Make sure to reflow the last column of a column-set if we're changing its height to be unbounded; it needs to pull all the content from the extra column, if there is one. r+sr=dbaron
--HG--
extra : rebase_source : a285d26735ef7c0cddb0f8ff21504c52cd4346fc
|
2009-02-11 14:20:59 +13:00 |
Michael Ventnor
|
6784138b72
|
Bug 477531. Support CSS3 :indeterminate pseudo-class. r+sr=dbaron,r=bzbarsky
--HG--
extra : rebase_source : 03d1be9b5742e8d17114aaeb0b5de20d61926d51
|
2009-02-11 14:19:37 +13:00 |
Jesse Ruderman
|
e0ff240014
|
Add a bunch of crashtests
|
2009-02-10 22:18:05 -08:00 |
Jesse Ruderman
|
aab1c02b20
|
Add some crashtests
|
2009-02-10 16:36:04 -08:00 |
L. David Baron
|
2f77af4d99
|
Fix the ignoring of load events for previous documents check so that it also works for (most) cases of the assertion check. (Bug 477409) r=jruderman
|
2009-02-10 14:05:27 -08:00 |
L. David Baron
|
ac472086a2
|
Remove the aBits parameter from ReLayoutChildren, given that what it does blows away the distinction between NS_FRAME_IS_DIRTY and NS_FRAME_HAS_DIRTY_CHILDREN. (Bug 477294) r+sr=bzbarsky
|
2009-02-10 14:05:27 -08:00 |
Mats Palmgren
|
0144bc2259
|
Crash test for bug 421671 and bug 444027.
|
2009-02-10 20:24:07 +01:00 |
Masayuki Nakano
|
f304226455
|
Backing out the patch of bug 442774. This might cause a timeout failure on test_keycodes.xul
|
2009-02-11 03:19:15 +09:00 |
Boris Zbarsky
|
ea4bf7f811
|
Bug 477333. Make sure to skip over editor's bogus anon content when dealing with first-letter too. r+sr=dbaron
|
2009-02-10 12:08:12 -05:00 |
Masayuki Nakano
|
4763c0441a
|
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.Pettay, sr=roc
|
2009-02-10 20:17:37 +09:00 |
Mats Palmgren
|
b03120879b
|
Keep track of the line container and forget the current line if it's for a different container. b=444027 r+sr=roc
|
2009-02-10 10:23:05 +01:00 |
Michael Ventnor
|
7a2af3b188
|
Bug 476738. Implement 'inset' box-shadows. r+sr=roc,r=dbaron
|
2009-02-10 21:45:13 +13:00 |
Jonathan Kew
|
4a08835d68
|
Bug 475092. Fix horizontal offsets for vertically-offset glyphs on Windows. r=vlad,r+sr=roc
|
2009-02-10 21:34:51 +13:00 |
Robert O'Callahan
|
726583baed
|
Bug 459666. GetReferencedFrame should bail out if we've destroyed the frame tree while reconstructing frames for the entire document. r+sr=bzbarsky
|
2009-02-10 21:28:16 +13:00 |
Jesse Ruderman
|
d10d1967a8
|
Add a bunch of crashtests
|
2009-02-10 00:09:40 -08:00 |
Jesse Ruderman
|
09906ac91f
|
Skip the crashtest for bug 403175 due to timeouts (see bug 473680)
|
2009-02-10 00:03:48 -08:00 |
L. David Baron
|
f60528cf06
|
Remove nsStyleContext::DumpRegressionData, code that uses it, and code that exists only for it. (Bug 477522) r+sr=bzbarsky
|
2009-02-09 20:36:54 -08:00 |
L. David Baron
|
3e1dff1ed0
|
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 |
Jonathan Watt
|
b6a7aa953b
|
Fixing bug 461863. Nested filtering is broken (inner filtered elements are clipped or don't paint). r+sr=roc@ocallahan.org
|
2009-02-10 13:54:28 +13:00 |
Bernd
|
0d5223a73b
|
fix tinderbox mac failure by disabling the test bug 477504
|
2009-02-08 20:31:03 +01:00 |
L. David Baron
|
62389575a5
|
Tests for bidi and first letter.
|
2009-02-08 10:28:30 -08:00 |
L. David Baron
|
8736e2ebea
|
Make reftest check its invariants regarding the failure timeout, so we can see if any intermittent failures are due to such harness bugs. (Bug 477409) r=jruderman
|
2009-02-08 10:28:30 -08:00 |
Jesse Ruderman
|
15035d1940
|
Skip long-url-list-stack-overflow.html because it keeps timing out. See bug 477490.
|
2009-02-08 09:15:15 -08:00 |
Bernd
|
d76ea33be3
|
reftests for border collapse implementation of rules and frames
|
2009-02-08 17:47:57 +01:00 |
Bernd
|
5650221667
|
include the border width for border collapsed tables as required by CSS 2.1. We implemented before what CSS 2.0 required and it was ugly, so the spec changed. r=fantasai sr=roc, bug 155955
|
2009-02-08 17:46:42 +01:00 |
Bernd
|
5c3f00c403
|
remove dead debugging code r/sr=bzbarsky bug 475075
|
2009-02-08 17:45:28 +01:00 |
Bernd
|
5f1537e450
|
fix a pence post error in painting of dotted border collapse borders r/sr=roc bug 126540
|
2009-02-08 17:42:01 +01:00 |
Jesse Ruderman
|
d9d331fea9
|
Add crashtests for the following bugs: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=328944+401042+413085+416461+431705+437142+449006+463741+465651+472782+474744
|
2009-02-07 21:33:31 -08:00 |
L. David Baron
|
d2f08d1e5b
|
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
|
1a010a7b8c
|
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 |
Ehsan Akhgari
|
3024e7ccf5
|
Disable tests for bug 441782 / bug 467672 on Windows, rather than on non-Windows. (Bug 467672) r+sr=roc
|
2009-02-07 08:43:11 -08:00 |
Daniel.S
|
112e4e2c36
|
Reftest for bug 350506. r+sr=dbaron
|
2009-02-07 13:36:51 +01:00 |
Daniel.S
|
9b0b44457f
|
Reftest for bug 343538. r+sr=dbaron
|
2009-02-07 13:28:41 +01:00 |
Daniel.S
|
a4a0604280
|
Reftest for bug 321738. r+sr=dbaron
|
2009-02-07 13:27:24 +01:00 |
Daniel.S
|
e0171fff9a
|
Reftests for bug 369361. r+sr=dbaron
|
2009-02-07 13:25:21 +01:00 |
Daniel.S
|
39e16be0ac
|
Reftest for bug 422804. r+sr=roc
|
2009-02-07 13:21:30 +01:00 |
Daniel.S
|
7fe72a6cfc
|
Reftest for bug 356774. r+sr=dbaron
|
2009-02-07 13:17:06 +01:00 |
Daniel.S
|
54bc182b9e
|
Reftest for bug 356775. r+sr=roc
|
2009-02-07 13:11:51 +01:00 |
Robert O'Callahan
|
8ba82e52f8
|
Backing out bug 455364
|
2009-02-07 23:38:22 +13:00 |
Robert O'Callahan
|
27bfdf7c9e
|
Backed out changeset a142df653655
|
2009-02-07 23:37:23 +13:00 |
Zack Weinberg
|
eb22e386fe
|
Bug 455364. Make border-image drawing use nsLayoutUtils::DrawImage and friends so we get the right pixel-snapping behaviour. r+sr=roc
|
2009-02-07 21:35:54 +13:00 |
Robert O'Callahan
|
d0813e815c
|
Bug 472950. Restrict the lazy-parent-pointer optimization so it isn't used if we already have child frames. r=dbaron
|
2009-02-07 21:34:27 +13:00 |
Arpad Borsos
|
7262b8baba
|
Bug 474369 - get rid of nsVoidArray, layout/tables part. r+sr=roc
|
2009-02-05 10:09:50 +01:00 |
L. David Baron
|
26d24aae77
|
sheet-set-switch-1 is still random, not just failing, on Mac. (Bug 468217)
|
2009-02-06 16:41:04 -08:00 |
L. David Baron
|
3f8736f49a
|
sheet-set-switch-1 still fails on Mac.
|
2009-02-06 09:51:32 -08:00 |
L. David Baron
|
4736b17773
|
Try other HTTP ports if the first one is busy. (Bug 477164) r=jwalden
|
2009-02-06 08:52:13 -08:00 |
L. David Baron
|
d707f1b8e5
|
Stop using MarkXMark2Y in reftest references, since its underline offsets don't correctly match combinations, and go back to using combinations. (Bug 468217) r=jdaggett
|
2009-02-06 08:52:13 -08:00 |
L. David Baron
|
1134395c4b
|
Invalidate the correct area when loading an image for which we've displayed the loading-image icon. (Bug 409870) r+sr=bzbarsky r=roc
|
2009-02-06 08:52:13 -08:00 |
L. David Baron
|
ec72154dad
|
Typesafe helpers for nsCSSDataBlock::StorageFor. (Bug 475214) r+sr=bzbarsky
|
2009-02-06 08:52:13 -08:00 |
L. David Baron
|
1abc7bdbee
|
Eliminate nsCSSDeclaration::GetValueOrImportantValue. (Bug 475214) r+sr=bzbarsky
|
2009-02-06 08:52:13 -08:00 |