Closed
Bug 1620687
Opened 5 years ago
Closed 5 years ago
Unused "aURI" parameter in NS_GetFilenameFromDisposition
Categories
(Core :: Networking, enhancement, P5)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: sonakshisaxena1, Assigned: sonakshisaxena1, Mentored)
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36
Steps to reproduce:
NS_GetFilenameFromDisposition with file path- "netwerk/base/nsNetUtil.cpp" doesn't use "aURI" parameter anywhere in its scope. Hence, it can be safely removed from it's definition as well as from all the places where NS_GetFilenameFromDisposition is called.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(valentin.gosu)
Updated•5 years ago
|
Assignee: nobody → sonakshisaxena1
Updated•5 years ago
|
Component: General → Networking
Flags: needinfo?(valentin.gosu)
Priority: -- → P5
Whiteboard: [necko-triaged]
Updated•5 years ago
|
Mentor: valentin.gosu
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D65868
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c6d5564da360
Removing unused aURI parameter r=valentin
Comment 4•5 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•