browser.toml |
|
311 |
browser_NavigationManager.js |
|
12568 |
browser_NavigationManager_failed_navigation.js |
|
3153 |
browser_NavigationManager_no_navigation.js |
|
2277 |
browser_NavigationManager_notify.js |
|
5169 |
browser_TabManager.js |
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ |
10648 |
browser_UserContextManager.js |
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ |
8283 |
head.js |
Add a new tab in a given browser, pointing to a given URL and automatically
register the cleanup function to remove it at the end of the test.
@param {Browser} browser
The browser element where the tab should be added.
@param {string} url
The URL for the tab.
@param {object=} options
Options object to forward to BrowserTestUtils.addTab.
@returns {Tab}
The created tab.
|
6374 |