Граф коммитов

587 Коммитов

Автор SHA1 Сообщение Дата
Xidorn Quan a5e91c3f1c Bug 1157011 - Check line break suppression of BR frame from its parent frame. r=dholbert
--HG--
extra : source : e68c66b656c730352e5ebdbddd87113ede715c76
2015-04-23 13:32:53 +12:00
Xidorn Quan 9c13d12b5e Bug 1156222 - Check frame type instead of display type for ruby and simplify code. r=dholbert
--HG--
extra : source : c00a44185d012b612271e0c64c444832c19d3b54
2015-04-23 13:32:53 +12:00
Kartikaya Gupta 53dd599648 Back out cset 17aad8f83237 (bug 1154499) now that we have a nightly with APZ enabled. r=me a=me 2015-04-22 09:36:25 -04:00
David Anderson 9ae1c872f4 Enable APZ for E10S on Windows for one Nightly. This patch will be backed out after one nightly. (bug 1154459, r=kats, a=ryanvm) 2015-04-21 15:35:19 -04:00
Phil Ringnalda d68dd54c30 Backed out changeset ffde08dc5ceb (bug 1154459) for bustage
CLOSED TREE
2015-04-19 08:19:14 -07:00
David Anderson 4f6a850738 Enable APZ for E10S on Windows for one nightly build. (bug 1154459, r=kats) 2015-04-17 11:49:55 -04:00
L. David Baron aaa720c099 Bug 1123979 - Annotate known intermittent assertion on crashtest. No review. 2015-03-31 10:27:11 -07:00
Xidorn Quan b54fc57dba Bug 1146103 followup - Add comment mentions upgrading warning and add crashtest for the assertion.
--HG--
extra : source : 0323205d9d9a6fa58bedb6f8f922fd200b9b392d
2015-03-31 16:30:29 +11:00
Xidorn Quan 7ee8cc4465 Bug 1146107 - Replace MOZ_ASSERT with NS_WARN_IF_FALSE on isize check in ruby base container. r=dholbert
--HG--
extra : source : b0dea2a0018b986b90c12055e047a925705982bf
2015-03-31 16:30:29 +11:00
Xidorn Quan d6b37bd85a Bug 1146114 - Make assertion checking additional leading in ruby frame non-crash. r=dholbert
--HG--
extra : source : 3540e92c7f860c6b314abe7169adaab0f2f5c009
2015-03-31 16:30:29 +11:00
Martijn Wargers 84811f67ae Bug 1145553 - Remove remaining usage of enablePrivilege in crashtests; r=jmaher 2015-03-20 14:29:19 +01:00
L. David Baron 3ad133576f Bug 1123979 - Make the crashtest for bug 769303 more reliable by using reftest-wait correctly. r=mats
Once we do this, we'll be able to get a better sense of how common this
intermittent failure is and where it occurs.
2015-03-20 06:47:28 -07:00
Cameron McCormack 5ca39a7a39 Bug 1136010 - Don't coalesce style contexts added to RestyleManager::mContextsToClear. r=dbaron 2015-03-04 18:06:29 +11:00
Mats Palmgren ddf90708d1 Bug 1137723 - Don't call ::IsBoxWrapped(this) with the current mParent intact b/c IsBoxWrapped uses GetParent() and it may have been destroyed while this frame is still sitting an overflow list waiting to be lazy re-parented. r=roc 2015-03-02 13:59:29 +00:00
Mats Palmgren 8c27917737 Bug 1134531 - Remove nsTextFrame::DidSetStyleContext which only contained a (now obsolete) wallpaper. r=heycam 2015-02-24 18:35:30 +00:00
Xidorn Quan c84a17a9c6 Bug 1134667 - Add crashtest for this heap-buffer-overflow bug. r=dholbert
--HG--
extra : source : 67cb1e198aba3ee74bc0b2d4094ed47b80ad8d3d
2015-02-24 08:54:58 +11:00
Jesse Ruderman 9eeb7dc0d8 Bug 970710 - crashtest. 2015-02-22 02:41:59 +00:00
Abhishek Arya 94652fe96d Bug 961859 - crashtest. 2015-02-22 02:41:58 +00:00
Atte Kettunen 1240a0d52b Bug 947158 - crashtest. 2015-02-22 02:41:58 +00:00
Jesse Ruderman bee3226652 Bug 419352 - crashtest. 2015-02-22 02:41:58 +00:00
Phil Ringnalda 34a9ee669a Bug 1123195 - Skip some more crashtests that time out on OS X 10.10 debug 2015-02-03 21:22:18 -08:00
L. David Baron c64f6910f8 Bug 891347 - Make bug 385526 crashtest appropriate for use in the reftest/crashtest harness. r=mats 2015-01-31 11:00:44 -08:00
Daniel Holbert f3f221e566 Bug 1054010: Skip final reflow for flex items that receive an earlier 'measuring reflow' with the right size. r=mats 2015-01-23 14:15:11 -08:00
Daniel Holbert 73ee83551b Bug 1058954 followup: reorder crashtest.list to preserve numerical order. (no review, test manifest only) 2015-01-14 15:53:07 -08:00
L. David Baron ffe839138c Bug 1110277 patch 3 - Look for the GenConPseudos() property on the first continuation/ib-split so that we can find it when looking for the ::after frame. r=bzbarsky
The change to GetAfterFrameForContent prevents the reframe that is part
of the chain of events leading to this bug, and thus fixes the bug on
its own.  The change to GetBeforeFrameForContent seems desirable for
symmetry.

Note that patch 6 also independently fixes the reported bug.

This probably needs somewhat careful review.  We should examine:

 (1) what the rules for calling nsLayoutUtils::GetBeforeFrame and
     nsLayoutUtils::GetAfterFrame are, and whether both (or neither)
     need to be patched.

 (2) What the rules are for which frame the GenConProperty() lives on,
     and whether we should adjust nsIFrame::GetGenConPseudos() to either
     do something more intelligent, or assert about callers.

(We should probably clean up some of these things in a followup bug.)

Since the symptom of this bug is (once patch 4 is in the tree) only
causing extra reframes, it can only be tested using the new API (from
bug 1115691) for observing reframes.  I confirmed that the test for this
bug fails without the patch and passes with the patch (as noted by the
removal of its todo annotation).

This patch fixes the assertion on layout/generic/crashtests/600100.xhtml,
though I haven't investigated why.
2015-01-11 15:43:11 -08:00
Mats Palmgren 5e7f3b9df5 Bug 447660 part 1 - Replace the #define DISABLE_FLOAT_BREAKING_IN_COLUMNS with a pref to enable fragmenting of floats inside columns. Set the pref enabled by default in non-RELEASE builds only. r=roc 2014-12-19 16:28:43 +00:00
Bob Clary a08e4446e4 Bug 622596 - crashtest. 2014-11-23 15:09:51 +00:00
Jesse Ruderman 5919efd1e0 Bug 472957 - crashtest. 2014-11-23 15:09:51 +00:00
Jesse Ruderman 4dbf029a32 Bug 430991 - crashtest. 2014-11-23 15:09:51 +00:00
Jesse Ruderman 47b0568d7c Bug 429960 - crashtests. 2014-11-23 15:09:51 +00:00
Jesse Ruderman 310e5bae93 Bug 429458 - crashtest. 2014-11-23 15:09:50 +00:00
David Anderson a7ce0b61d2 Put meta viewport support behind a pref (bug 1092450, r=kats). 2014-11-21 14:32:32 -05:00
Mats Palmgren 426662ee0a Bug 399262, part 1 - The -moz-button-content pseudo is also allowed to have a ::first-letter. r=roc 2014-11-20 13:07:57 +00:00
Jesse Ruderman 8a365e54c5 Bug 400190 - crashtest. 2014-11-02 22:47:00 +00:00
Nils 9fb66feb4d Bug 898871 - crashtest. 2014-11-02 16:47:26 +00:00
Ryan VanderMeulen 3b6c60ff92 Bug 1089857 - Bump the allowed assertions for 944909-1.html to 8. rs=mats 2014-10-28 16:02:05 -04:00
Jesse Ruderman 4f83af4dbd Bug 863935 - crashtest. 2014-10-24 17:08:23 +00:00
Jesse Ruderman 6013c70f55 Bug 862185 - crashtest. 2014-10-24 17:08:23 +00:00
Jesse Ruderman 55501d5420 Bug 837007 - crashtest. 2014-10-24 17:08:23 +00:00
Jesse Ruderman 7e1981b7ee Bug 822910 - crashtest. 2014-10-24 17:08:23 +00:00
Mats Palmgren 4126bb10d5 Bug 724235 - crashtest. 2014-10-24 17:08:22 +00:00
Nils b310c04d01 Bug 814995 - Add crashtest. 2014-10-18 17:08:23 +00:00
SkyLined 97eee84f7c Bug 810303 - Add crashtest. 2014-10-18 17:08:23 +00:00
Jesse Ruderman 3e99f239a7 Bug 459968 - Add crashtest. 2014-10-18 17:08:22 +00:00
Jesse Ruderman c87863a83e Bug 462968 - Add crashtest. 2014-10-18 17:08:22 +00:00
Daniel Holbert 06ef0fa68b Bug 1023344, part 2: Mark 876074-1.html as being allowed to fail 0 assertions, on Android. crashtest-manifest-only, no review 2014-09-08 14:28:42 -07:00
Daniel Holbert 93e016a256 Bug 1023344: Use MozReftestInvalidate to make 876074-1.html's behavior more reliable. r=mats 2014-09-05 15:03:59 -07:00
Geoff Brown 645f001019 Bug 1009754 - Allow 0 assertions in crashtest 479938-1; r=jruderman 2014-08-28 12:39:44 -06:00
Jonathan Kew 04e468953a bug 1058954 - add testcase. r=smontagu 2014-08-28 16:00:01 +01:00
Mats Palmgren 0ddbded605 Bug 1042489 - Call DrainOverflowColumns() to pick up any overflow frames from our prev-in-flow. r=roc 2014-08-25 04:25:00 +02:00