Closed
Bug 1406337
Opened 7 years ago
Closed 11 months ago
Remove comment handling from media type parser
Categories
(Core :: Networking, enhancement, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: annevk, Assigned: dotoole)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: parity-chrome, parity-edge, parity-safari, Whiteboard: [necko-triaged])
Attachments
(1 file)
> We include '(' in the trailing trim set to catch media-type comments,
> which are not at all standard, but may occur in rare cases.
Safari does not have this behavior and Edge does not have it for parameter values (and barely for media types). Let's remove it.
See https://github.com/whatwg/mimesniff/issues/33 for further analysis. (I'm planning to refine the media/MIME type parser in that standard to get browsers more closely aligned. Eventually there will be tests too, once I know what I think the details should be like. Feedback appreciated.)
Reporter | ||
Comment 1•7 years ago
|
||
It seems Chrome is willing to fix this per https://bugs.chromium.org/p/chromium/issues/detail?id=772343 though they'd appreciate some preliminary feedback from Firefox.
Flags: needinfo?(mcmanus)
Comment 2•7 years ago
|
||
Based on the current information. Looks like we are not going to implement this soon, put it in our P3 bucket.
Priority: -- → P3
Updated•7 years ago
|
Whiteboard: [necko-triaged]
Chrome fixed this now
https://bugs.chromium.org/p/chromium/issues/detail?id=772343
Updated•2 years ago
|
Severity: normal → S3
Comment 4•1 year ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit BugBot documentation.
Flags: needinfo?(mcmanus)
Pushed by dotoole@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/21ba56d4086b
Removed comment handling from net_ParseMediaType. r=kershaw,necko-reviewers
Comment 7•11 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•