зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1324647 - stylo: Downgrade "Need to flush before destroying!" assertion since it occurs frequently. r=me
MozReview-Commit-ID: AOUnCyG4I2O
This commit is contained in:
Родитель
e64744beef
Коммит
95f75d80be
|
@ -11,4 +11,4 @@ load 570884.html
|
|||
skip-if(!haveTestPlugin||http.platform!="X11") load 598862.html
|
||||
skip-if(Android) load 626602-1.html # bug 908363
|
||||
load 752340.html
|
||||
asserts-if(stylo,1) load 843086.xhtml # bug 1324647
|
||||
load 843086.xhtml
|
||||
|
|
|
@ -40,7 +40,8 @@ public:
|
|||
|
||||
~OverflowChangedTracker()
|
||||
{
|
||||
NS_ASSERTION(mEntryList.empty(), "Need to flush before destroying!");
|
||||
// XXXheycam Temporarily downgrade this assertion (bug 1324647).
|
||||
NS_ASSERTION_STYLO_WARNING(mEntryList.empty(), "Need to flush before destroying!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -451,7 +451,7 @@ asserts(4-6) asserts-if(Android&&!asyncPan,2) load 898913.html # bug 847368
|
|||
pref(layers.acceleration.disabled,true) pref(layers.force-active,true) load 919434.html
|
||||
load 926728.html
|
||||
load 930381.html
|
||||
asserts-if(stylo,1) load 931450.html # bug 1324647
|
||||
load 931450.html
|
||||
load 931460-1.html
|
||||
load 931464.html
|
||||
load 935765-1.html
|
||||
|
@ -460,7 +460,7 @@ load 942690.html
|
|||
load 973390-1.html
|
||||
load 1001237.html
|
||||
load 1009036.html
|
||||
asserts-if(stylo,1) load 1043163-1.html # bug 1324647
|
||||
load 1043163-1.html
|
||||
load 1061028.html
|
||||
load 1107508-1.html
|
||||
load 1116104.html
|
||||
|
|
|
@ -575,9 +575,9 @@ pref(font.size.inflation.minTwips,200) load 1032450.html
|
|||
load 1032613-1.svg
|
||||
load 1032613-2.html
|
||||
load 1037903.html
|
||||
asserts-if(stylo,1) load 1039454-1.html # bug 1324647
|
||||
load 1039454-1.html
|
||||
load 1042489.html
|
||||
asserts-if(stylo,1) load 1054010-1.html # bug 1324647
|
||||
load 1054010-1.html
|
||||
load 1058954-1.html
|
||||
load 1134531.html
|
||||
load 1134667.html
|
||||
|
@ -585,7 +585,7 @@ load 1137723-1.html
|
|||
load 1137723-2.html
|
||||
load 1140268-1.html
|
||||
load 1145768.html
|
||||
asserts-if(stylo,1) load 1146103.html # bug 1324647
|
||||
load 1146103.html
|
||||
load 1146107.html
|
||||
load 1146114.html
|
||||
asserts(0-20) load 1153478.html # bug 1144852
|
||||
|
|
|
@ -23,7 +23,7 @@ load 337408-1.xul
|
|||
load 338301-1.xhtml
|
||||
load 338312-1.xhtml
|
||||
load 340083-1.svg
|
||||
asserts-if(stylo,1) load 340945-1.svg # bug 1324647
|
||||
load 340945-1.svg
|
||||
load 342923-1.html
|
||||
load 343221-1.xhtml
|
||||
load 344749-1.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче