fune/browser/components/sessionstore
Nika Layzell ebcaefe356 Bug 1728332 - Part 2: Avoid raciness in sqlite interactions in browser_tabs_in_urlbar.js, r=adw
Before this change, there was raciness in this test due to the queries
to insert the opened tabs into the moz_openpages_temp table occuring at
the same time as the queries to read from that table in other
components. This patch makes the test initialize the DB connection
earlier, and ensure that no statements are still pending when running to
hopefully avoid potential races caused by the async nature of the
database connection.

Differential Revision: https://phabricator.services.mozilla.com/D141809
2022-03-25 22:25:55 +00:00
..
content Bug 1742696 - Opt-in a bunch of about:pages to dark system colors / form controls. r=Gijs,preferences-reviewers,webcompat-reviewers,twisniewski 2021-11-25 21:24:43 +00:00
test Bug 1728332 - Part 2: Avoid raciness in sqlite interactions in browser_tabs_in_urlbar.js, r=adw 2022-03-25 22:25:55 +00:00
ContentRestore.jsm
ContentSessionStore.jsm
GlobalState.jsm
jar.mn
moz.build Bug 1752853 - Stop using a worker to write session store. r=Gijs,Standard8 2022-03-25 19:42:36 +00:00
RecentlyClosedTabsAndWindowsMenuUtils.jsm Bug 1733422 - SessionStore.getClosedWindowData always returns an object r=Standard8 2021-10-25 08:18:27 +00:00
RunState.jsm
SessionCookies.jsm
SessionFile.jsm Bug 1752853 - Stop using a worker to write session store. r=Gijs,Standard8 2022-03-25 19:42:36 +00:00
SessionMigration.jsm Bug 1745354 - Remove osfile.jsm from browser/components/sessionstore r=annyG 2021-12-15 01:39:36 +00:00
SessionSaver.jsm
SessionStartup.jsm
SessionStore.jsm Bug 1728332 - Part 1: Predict remote type when inserting restored tabs, r=Gijs 2022-03-25 22:25:55 +00:00
SessionWriter.jsm Bug 1752853 - Stop using a worker to write session store. r=Gijs,Standard8 2022-03-25 19:42:36 +00:00
StartupPerformance.jsm
TabAttributes.jsm
TabState.jsm
TabStateCache.jsm
TabStateFlusher.jsm