Closed
Bug 1493550
Opened 6 years ago
Closed 6 years ago
Update MimeType.cpp to allow quoted empty string parameters (MimeSniffing PR #79).
Categories
(Core :: Networking, enhancement, P5)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: twisniewski, Assigned: twisniewski)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
MimeSniff PR #79 now allows quoted empty string parameter values. This bug is about updating the standards-compliant implementation added in bug 1454590 to account for this change.
Assignee | ||
Comment 1•6 years ago
|
||
I'm not seeing any worrying signs on a try-run, so I'll request a review on Phabricator: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8394269768383799fc26c00753e393c9d8d5d3ec
Assignee: nobody → twisniewski
Assignee | ||
Comment 2•6 years ago
|
||
allow quoted empty mime parameters in MimeType.cpp, per MimeSniffing PR #79
Comment 3•6 years ago
|
||
Comment on attachment 9011333 [details]
Bug 1493550 - allow quoted empty mime parameters in MimeType.cpp, per MimeSniffing PR #79; r?hsivonen
Henri Sivonen (:hsivonen) has approved the revision.
Attachment #9011333 -
Flags: review+
Updated•6 years ago
|
Priority: -- → P5
Whiteboard: [necko-triaged]
Assignee | ||
Comment 4•6 years ago
|
||
Did another try-run just to make sure it's still looking clear: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5fe8f0c4c1f78adb15713731760e114db63b7efa
Requesting check-in.
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2fcab3faf315
allow quoted empty mime parameters in MimeType.cpp, per MimeSniffing PR #79; r=hsivonen
Keywords: checkin-needed
Assignee | ||
Comment 6•6 years ago
|
||
Ouch, I'm sorry, I forgot to arc diff for my latest revision :S (Still not 100% used to Phabricator)
Should we back this out and try again with the latest version?
Flags: needinfo?(apavel)
Comment 7•6 years ago
|
||
Thomas i canceled the jobs on the previous land, did you make the necessary changes in phabricator?
Flags: needinfo?(apavel) → needinfo?(twisniewski)
Assignee | ||
Comment 8•6 years ago
|
||
Yes, I just did that a moment ago. Please let me know if there's anything else.
Flags: needinfo?(twisniewski) → needinfo?(apavel)
Keywords: checkin-needed
Comment 9•6 years ago
|
||
(In reply to Thomas Wisniewski [:twisniewski] from comment #8)
> Yes, I just did that a moment ago. Please let me know if there's anything
> else.
There is this: https://irccloud.mozilla.com/file/pocGL2K0/image.png
Flags: needinfo?(apavel) → needinfo?(twisniewski)
Assignee | ||
Comment 10•6 years ago
|
||
Hmm. I'm not seeing any conflicts when I apply the patch to a local copy of moz-inbound, so I'm not sure what's going on there.
Not that I expect it to help, but I've done another quick arc diff to address nits the C++ static analysis checker found (that my local run of the checker didn't warn me about for some reason). Maybe a fresh copy of the patch won't be as troublesome?
Flags: needinfo?(twisniewski) → needinfo?(apavel)
Comment 12•6 years ago
|
||
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/20faad8222c2
allow quoted empty mime parameters in MimeType.cpp, per MimeSniffing PR #79; r=hsivonen
Keywords: checkin-needed
Comment 13•6 years ago
|
||
Backout by aciure@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8143457980ac
Backed out changeset 2fcab3faf315 for missing arc diff CLOSED TREE
Comment 14•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•