author | Ehsan Akhgari <ehsan@mozilla.com> |
Tue, 21 Jul 2015 21:29:36 -0400 | |
changeset 254021 | f4f010e2f0b1acfbb84d9c1a6b2b77daf82ca2e3 |
parent 254020 | 6713ac169edc7a276a01e5716fd5cdf4dcf4181e |
child 254022 | 5141f9fd3b4e0c8047fa19a30e7f36c0f399ae9d |
push id | 62625 |
push user | eakhgari@mozilla.com |
push date | Wed, 22 Jul 2015 01:35:52 +0000 |
treeherder | mozilla-inbound@f4f010e2f0b1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1173801 |
milestone | 42.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
|
browser/components/privatebrowsing/test/browser/browser_privatebrowsing_DownloadLastDirWithCPS.js | file | annotate | diff | comparison | revisions |
--- a/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_DownloadLastDirWithCPS.js +++ b/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_DownloadLastDirWithCPS.js @@ -2,17 +2,16 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ let gTests; function test() { waitForExplicitFinish(); requestLongerTimeout(2); - requestCompleteLog(); gTests = runTest(); gTests.next(); } /* * ================ * Helper functions * ================