Closed
Bug 1298512
Opened 8 years ago
Closed 8 years ago
aRequireHostMatch argument to nsCookieService::CheckPrefs is unused
Categories
(Core :: Networking: Cookies, defect)
Core
Networking: Cookies
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: jdm, Assigned: sumi29, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=c++])
Attachments
(1 file)
It should be safe to remove this argument. If `./mach build` succeeds, it's good enough to submit a patch!
Code: netwerk/cookies/nsCookieService.cpp
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Build passes, no test failures either (I ran the full suite just as a sanity check).
Reporter | ||
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8785519 [details]
Bug 1298512 - Remove aRequireHostMatch to nsCookieService::CheckPrefs;
https://reviewboard.mozilla.org/r/74684/#review72552
Attachment #8785519 -
Flags: review?(josh) → review+
Reporter | ||
Comment 4•8 years ago
|
||
Thanks for doing this! I've instructed our automation to merge the patch, so that should begin shortly.
Pushed by jmatthews@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/97f0ec5c3a9a
Remove aRequireHostMatch to nsCookieService::CheckPrefs; r=jdm
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → sumi29
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•