зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 7a7d6d2d2b2d (bug 1363361)
MozReview-Commit-ID: GIQgJWVCKCs
This commit is contained in:
Родитель
20c9fcae3e
Коммит
103b84c50a
|
@ -105,34 +105,6 @@ const EXPECTED_APPMENU_SUBVIEW_REFLOWS = [
|
|||
*/
|
||||
];
|
||||
|
||||
const WIN_DEBUG_E10S = Services.appinfo.OS == "WINNT" &&
|
||||
AppConstants.DEBUG &&
|
||||
gMultiProcessBrowser;
|
||||
|
||||
if (WIN_DEBUG_E10S) {
|
||||
// Bug 1380671 - For some reason, on Windows Debug with e10s disabled in
|
||||
// automation, we fire more popuppositioned events causing reflows.
|
||||
EXPECTED_APPMENU_SUBVIEW_REFLOWS.push(
|
||||
[
|
||||
"get_alignmentPosition@chrome://global/content/bindings/popup.xml",
|
||||
"adjustArrowPosition@chrome://global/content/bindings/popup.xml",
|
||||
"onxblpopuppositioned@chrome://global/content/bindings/popup.xml",
|
||||
],
|
||||
|
||||
[
|
||||
"get_alignmentPosition@chrome://global/content/bindings/popup.xml",
|
||||
"adjustArrowPosition@chrome://global/content/bindings/popup.xml",
|
||||
"onxblpopuppositioned@chrome://global/content/bindings/popup.xml",
|
||||
],
|
||||
|
||||
[
|
||||
"get_alignmentPosition@chrome://global/content/bindings/popup.xml",
|
||||
"adjustArrowPosition@chrome://global/content/bindings/popup.xml",
|
||||
"onxblpopuppositioned@chrome://global/content/bindings/popup.xml",
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
add_task(async function() {
|
||||
await ensureNoPreloadedBrowser();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче