Closed
Bug 1319154
Opened 8 years ago
Closed 7 years ago
RustURL GetPath and GetFilePath should return different things.
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: valentin, Assigned: manishearth)
References
Details
(Whiteboard: [necko-triaged])
Both methods currently call rusturl_get_path which is wrong.
GetPath should return url[Position::BeforePath..] while GetFilePath should return url.path()
Comment 1•7 years ago
|
||
Bulk priority update: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•7 years ago
|
||
I assume we'd have heard if this is actually breaking something.
Priority: P1 → P2
Whiteboard: [necko-active]
Updated•7 years ago
|
Whiteboard: [necko-triaged]
Reporter | ||
Comment 3•7 years ago
|
||
We removed RustURL from Gecko in favor of MozURL.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•