author | Felipe Gomes <felipc@gmail.com> |
Fri, 22 Jan 2016 19:40:06 -0200 | |
changeset 281291 | 50875d44e5c5d42fdc765e9b3bb754db4f8eeecd |
parent 281290 | 6a250cbf8c2c51ba371bd88f5c10bc7ed2ae74e0 |
child 281292 | 728713d8e7c65a41945dcce6c5241e7643d1d77d |
push id | 70744 |
push user | felipc@gmail.com |
push date | Fri, 22 Jan 2016 21:40:18 +0000 |
treeherder | mozilla-inbound@50875d44e5c5 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | test-fix |
bugs | 1241959 |
milestone | 46.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
toolkit/modules/tests/browser/browser_Troubleshoot.js | file | annotate | diff | comparison | revisions |
--- a/toolkit/modules/tests/browser/browser_Troubleshoot.js +++ b/toolkit/modules/tests/browser/browser_Troubleshoot.js @@ -120,16 +120,19 @@ const SNAPSHOT_SCHEMA = { }, supportURL: { type: "string", }, remoteAutoStart: { type: "boolean", required: true, }, + autoStartStatus: { + type: "number", + }, numTotalWindows: { type: "number", }, numRemoteWindows: { type: "number", }, safeMode: { type: "boolean",