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:
Butkovits Atila
2024-11-01 19:43:00 +02:00
parent 670ecda68c
commit 24b71f7279
11 changed files with 57 additions and 369 deletions

View File

@@ -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();