Name Description Size
browser.toml 540
browser_aboutRestartRequired.toml 722
browser_aboutRestartRequired_basic.js 853
browser_aboutRestartRequired_buildid_false-positive.js 987
browser_aboutRestartRequired_buildid_mismatch.js 1541
browser_aboutRestartRequired_buildid_no-platform-ini.js 1381
browser_aboutRestartRequired_noForkServer.toml 707
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. 1084
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 3983
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 Returns a Promise that resolves once a crash report has been submitted. This function will also test the crash reports extra data to see if it matches expectedExtra. @param expectedExtra (object) An Object whose key-value pairs will be compared against the key-value pairs in the extra data of the crash report. A test failure will occur if there is a mismatch. If the value of the key-value pair is "null", this will be interpreted as "this key should not be included in the extra data", and will cause a test failure if it is detected in the crash report. Note that this will ignore any keys that are not included in expectedExtra. It's possible that the crash report will contain other extra information that is not compared against. @returns Promise 7427