| data |
|
|
- |
| manifest.toml |
|
226 |
- |
| moz.build |
|
351 |
- |
| scripts |
|
|
- |
| test_commandline.py |
const tabmail = document.getElementById("tabmail");
tabmail.closeOtherTabs(0);
|
9216 |
- |
| test_menubar_migration.py |
return document.getElementById("toolbar-menubar").getAttribute("autohide");
|
4727 |
- |
| test_sessionstore.py |
const tabmail = document.getElementById("tabmail");
tabmail.closeOtherTabs(0);
|
5406 |
- |
| 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.
|
2690 |
- |
| 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 |
- |