mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1261842 - browser_423132.js no longer needs to wait for remoteness flip on initial browser of new window. r=Felipe
MozReview-Commit-ID: 4QniZC8w7pA --HG-- extra : rebase_source : df8761bb86d9d3250847be559e1098b11585e2db extra : source : 1240345f5624539c14543dc21888ce1f74f9059b
This commit is contained in:
parent
daf5c06f3b
commit
70e421c78c
@ -73,12 +73,7 @@ function test() {
|
||||
TabStateFlusher.flush(newWin.gBrowser.selectedBrowser).then(ready);
|
||||
}
|
||||
|
||||
if (newWin.gMultiProcessBrowser) {
|
||||
let tab = newWin.gBrowser.selectedTab;
|
||||
promiseTabRestored(tab).then(flushAndReady);
|
||||
} else {
|
||||
flushAndReady();
|
||||
}
|
||||
flushAndReady();
|
||||
}, true, testURL);
|
||||
});
|
||||
}, false);
|
||||
|
Loading…
Reference in New Issue
Block a user