Closed
Bug 1569420
Opened 7 years ago
Closed 7 years ago
Unused argument resulting in slightly reduced test coverage in browser/components/sessionstore/test/browser_cookies_privacy.js
Categories
(Firefox :: Session Restore, defect, P3)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
Firefox 70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: dennisschagt, Assigned: dennisschagt)
Details
Attachments
(1 file)
On Line 7 of browser_cookies_privacy.js the scheme is hardcoded as "http" instead of passing on the scheme parameter.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Mike: Could you assign this bug to me?
Severity: normal → minor
Flags: needinfo?(mdeboer)
Updated•7 years ago
|
Assignee: nobody → dennisschagt
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(mdeboer)
Priority: -- → P3
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/914ccce25e35
Use scheme parameter instead of hardcoded "http" r=mconley
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•