mozilla-mobile / firefox-ios

Firefox for iOS
Mozilla Public License 2.0
12.22k stars 2.93k forks source link

Updates for BackgroundTabLoader #19871

Open data-sync-user opened 6 months ago

data-sync-user commented 6 months ago

Currently each BrowserViewController has its own instance of DefaultBackgroundTabLoader

Need to revisit this and determine how this should work for multi-window, to be sure that we’re not incorrectly loading multiple copies of the same background tab (for example) when multiple windows are open.

┆Issue is synchronized with this Jira Task

data-sync-user commented 5 months ago

➤ Alina Moldovan commented:

Matt Reagan, could you please add some details for the QA team to know what exactly we have to verify?

data-sync-user commented 5 months ago

➤ Matt Reagan commented:

Alina Moldovan This was an internal refactor to the code for background tab loading, no user-facing changes.