henry pushed to branch mullvad-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • browser/components/tabbrowser/content/tabbrowser.js
    ... ... @@ -5185,14 +5185,11 @@
    5185 5185
               this.selectedTab = newTab;
    
    5186 5186
             } else {
    
    5187 5187
               allTabsUnloaded = true;
    
    5188
    -          // all tabs are unloaded - show Firefox View if it's present, otherwise open a new tab
    
    5189
    -          if (FirefoxViewHandler.tab || FirefoxViewHandler.button) {
    
    5190
    -            FirefoxViewHandler.openTab("opentabs");
    
    5191
    -          } else {
    
    5192
    -            this.selectedTab = this.addTrustedTab(BROWSER_NEW_TAB_URL, {
    
    5193
    -              skipAnimation: true,
    
    5194
    -            });
    
    5195
    -          }
    
    5188
    +          // We disable the firefoxview path in base browser. tor-browser#43900.
    
    5189
    +          // Might be resolved by bugzilla bug 1989429.
    
    5190
    +          this.selectedTab = this.addTrustedTab(BROWSER_NEW_TAB_URL, {
    
    5191
    +            skipAnimation: true,
    
    5192
    +          });
    
    5196 5193
             }
    
    5197 5194
           }
    
    5198 5195
           let memoryUsageBeforeUnload = await getTotalMemoryUsage();