Backed out 2 changesets (bug 1819421) for causing linting failures at browser.js. CLOSED TREE
Backed out changeset b4f770bfe94c (bug 1819421) Backed out changeset b11774655311 (bug 1819421)
This commit is contained in:
@@ -1583,7 +1583,7 @@ nsDefaultCommandLineHandler.prototype = {
|
||||
if (
|
||||
AppConstants.platform == "win" &&
|
||||
cmdLine.state != Ci.nsICommandLine.STATE_INITIAL_LAUNCH &&
|
||||
lazy.WindowsUIUtils.inWin10TabletMode
|
||||
lazy.WindowsUIUtils.inTabletMode
|
||||
) {
|
||||
// In windows 10 tablet mode, do not create a new window, but reuse the existing one.
|
||||
let win = lazy.BrowserWindowTracker.getTopWindow();
|
||||
|
||||
Reference in New Issue
Block a user