| data |
|
|
| manifest.toml |
|
196 |
| moz.build |
|
351 |
| scripts |
|
|
| test_commandline.py |
const tabmail = document.getElementById("tabmail");
tabmail.closeOtherTabs(0);
|
8009 |
| 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_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 |