Closed
Bug 1454889
Opened 7 years ago
Closed 7 years ago
Remove createObjectURL()'s MediaStream overload
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: annevk, Assigned: baku)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
18.76 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
Per https://w3c.github.io/mediacapture-main/ this was removed in 2013 from the standard, but we appear to still implement it. Safari does throw.
Reporter | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Keywords: site-compat
Assignee | ||
Comment 2•7 years ago
|
||
The warning message landed 1 year ago, in Firefox 54. I think it's time to remove this method.
Reporter | ||
Updated•7 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 3•7 years ago
|
||
Assignee: nobody → amarchesini
Attachment #8969702 -
Flags: review?(valentin.gosu)
Updated•7 years ago
|
Attachment #8969702 -
Flags: review?(valentin.gosu) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0c5a4939300c
Remove createObjectURL()'s MediaStream overload, r=valentin
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 6•7 years ago
|
||
Posted the site compatibility note: https://www.fxsitecompat.com/en-CA/docs/2018/url-createobjecturl-no-longer-accepts-mediastream-as-argument/
Backout by nbeleuzu@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/fb435df9797a
Backed out changeset 0c5a4939300c for causing frequent Leaks (Bug 1378025). a=backout
Comment 8•7 years ago
|
||
Backed out for causing frequent Leaks (Bug 1378025)
Backout link: https://hg.mozilla.org/mozilla-central/rev/fb435df9797a471419670fe2d053432556959a9d
Failure log link: https://treeherder.mozilla.org/logviewer.html#?job_id=177193780&repo=autoland&lineNumber=3463
Bug 1378025 : https://bugzilla.mozilla.org/show_bug.cgi?id=1378025
Flags: needinfo?(amarchesini)
Updated•7 years ago
|
Status: RESOLVED → REOPENED
status-firefox61:
fixed → ---
Resolution: FIXED → ---
Target Milestone: mozilla61 → ---
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/43e0ab28dfe2
Re-add expected fail mediacapture-streams/historical.html after backout. a=wpt-fix
Updated•7 years ago
|
Priority: -- → P2
Comment 10•7 years ago
|
||
You should be able to reland now. Note that WPT needs an additional unexpected-pass fix, per https://treeherder.mozilla.org/#/jobs?repo=try&revision=b568e34493797742ad83deea0a439cdda9dbf4ce&selectedJob=178302962
Comment 11•7 years ago
|
||
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1076e77e7b5c
Remove createObjectURL()'s MediaStream overload, r=valentin
Comment 12•7 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment 13•7 years ago
|
||
Updated the site compatibility note for 62: https://www.fxsitecompat.com/en-CA/docs/2018/url-createobjecturl-no-longer-accepts-mediastream-as-argument/
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(amarchesini)
Comment 14•7 years ago
|
||
Docs updated:
https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/srcObject
https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL
Also submitted BCD PR #2149 to update compatibility tables with notes referring to https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL#Using_object_URLs_for_media_streams for details.
Keywords: dev-doc-needed → dev-doc-complete
Assignee | ||
Comment 16•6 years ago
|
||
This issue has been discussed on dev-platform. I didn't know when Chrome was planning to deprecate this feature.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•