Name Description Size Coverage
data -
manifest.toml 387 -
moz.build 323 -
scripts -
test_close_to_tray.py window.hideWindowFactory = { classId: Services.uuid.generateUUID(), QueryInterface: ChromeUtils.generateQI([ "nsIFactory", "nsIMessengerWindowsIntegration" ]), createInstance(iid) { return this.QueryInterface(iid); }, hideWindowCount: 0, hideWindow() { this.hideWindowCount++; } }; const registrar = Components.manager.QueryInterface(Ci.nsIComponentRegistrar); const contractId = "@mozilla.org/messenger/osintegration;1"; window.hideWindowFactory.oldClassId = registrar.contractIDToCID(contractId); registrar.registerFactory(window.hideWindowFactory.classId, "", contractId, window.hideWindowFactory); 4096 -
test_collapsed_toolbar_migration.py Tests that the legacy collapsed="true"/"false" values, as written by Thunderbird 9 to 60, are rewritten to the values the current code persists, since the presence of *any* value for that attribute now collapses the toolbar. 7123 -
test_commandline.py const tabmail = document.getElementById("tabmail"); tabmail.closeOtherTabs(0); 5482 -
test_compose_commandline.py Set up account preferences and restart for a compose test. 7136 -
test_menubar_migration.py return document.getElementById("toolbar-menubar").getAttribute("autohide"); 4727 -
test_sessionstore.py const tabmail = document.getElementById("tabmail"); tabmail.closeOtherTabs(0); 5410 -
test_systemintegration.py Checks that the system integration dialog is shown on startup in a profile that has completed first run tasks but somehow isn't the default application. Of course this test can't work if the app this test is ran against is already the default client. We know this test runs late enough, since making the dialog modal won't even run this code until it is closed. 2858 -
test_toolbar_migration.py Tests that a hidden="false" value for the status bar is removed from the XUL store since the presence of *any* value for that attribute now hides the status bar. 4529 -