Home | History | Annotate | Download | only in resources

Lines Matching refs:crashes

9  * Requests the list of crashes from the backend.
16 * Callback from backend with the list of crashes. Builds the UI.
19 * @param {array} crashes The list of crashes.
22 function updateCrashList(enabled, dynamicBackend, crashes, version) {
24 crashes.length);
40 for (var i = 0; i < crashes.length; i++) {
41 var crash = crashes[i];
93 $('noCrashes').hidden = crashes.length != 0;
97 * Request crashes get uploaded in the background.