browser.toml |
|
562 |
browser_aboutRestartRequired.toml |
|
217 |
browser_aboutRestartRequired_basic.js |
|
1399 |
browser_aboutRestartRequired_buildid_false-positive.js |
|
1180 |
browser_aboutRestartRequired_buildid_true.js |
|
1223 |
browser_aboutRestartRequired_noForkServer.toml |
|
427 |
browser_autoSubmitRequest.js |
Tests that if the user is not configured to autosubmit
backlogged crash reports, that we offer to do that, and
that the user can accept that offer.
|
5348 |
browser_launchFail.js |
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ |
1854 |
browser_multipleCrashedTabs.js |
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ |
4525 |
browser_noPermanentKey.js |
Tests tab crash page when a browser that somehow doesn't have a permanentKey
crashes.
|
1274 |
browser_printpreview_crash.js |
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ |
2910 |
browser_showForm.js |
Tests that we show the about:tabcrashed additional details form
if the "submit a crash report" checkbox was checked by default.
|
1399 |
browser_shown.js |
This function returns a Promise that resolves once the following
actions have taken place:
1) A new tab is opened up at PAGE
2) The tab is crashed
3) The about:tabcrashed page's fields are set in accordance with
fieldValues
4) The tab is restored
5) A crash report is received from the testing server
6) Any tab crash prefs that were overwritten are reset
@param fieldValues
An Object describing how to set the about:tabcrashed
fields. The following properties are accepted:
comments (String)
The comments to put in the comment textarea
includeURL (bool)
The checked value of the "Include URL" checkbox
If any of these fields are missing, the defaults from
the user preferences are used.
@param expectedExtra
An Object describing the expected values that the submitted
crash report's extra data should contain.
@returns Promise
|
6784 |
browser_shownRestartRequired.js |
This function returns a Promise that resolves once the following
actions have taken place:
1) A new tab is opened up at PAGE
2) The tab is crashed
3) The about:restartrequired page is displayed
@returns Promise
|
3648 |
browser_withoutDump.js |
Tests tab crash page when a dump is not available.
|
1081 |
file_contains_emptyiframe.html |
|
102 |
file_iframe.html |
|
96 |
head.js |
eslint-disable mozilla/no-redeclare-with-import-autofix |
8785 |