Closed Bug 1369698 Opened 7 years ago Closed 7 years ago

Fix deprecation warning for `URL.createObjectURL(MediaStream)`

Categories

(Core :: WebRTC: Audio/Video, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox54 --- wontfix
firefox55 --- fixed

People

(Reporter: padenot, Assigned: padenot)

References

Details

(Keywords: DevAdvocacy)

Attachments

(1 file)

The wrong key was specified in dom.properties (missing "Warning" at the end) so this was not getting logged in the console.
Assignee: nobody → padenot
Comment on attachment 8873803 [details]
Bug 1369698 - Fix the key for the URL.createObjectURL(MediaStream) deprecation string.

https://reviewboard.mozilla.org/r/145232/#review149176
Attachment #8873803 - Flags: review?(bugs) → review+
Thanks to Belén for the good find and Sole for the heads up!
Pushed by paul@paul.cx:
https://hg.mozilla.org/integration/autoland/rev/1c58753cc0fa
Fix the key for the URL.createObjectURL(MediaStream) deprecation string. r=smaug
Keywords: DevAdvocacy
Comment on attachment 8873803 [details]
Bug 1369698 - Fix the key for the URL.createObjectURL(MediaStream) deprecation string.

Approval Request Comment
[Feature/Bug causing the regression]: Bug 1334564
[User impact if declined]: We're trying to deprecate an API, but the message that would inform the user of our intent wasn't working because of a typo.
[Is this code covered by automated tests?]: No.
[Has the fix been verified in Nightly?]: Yes, manually.
[Needs manual test from QE? If yes, steps to reproduce]: Should be safe now, I verified manually, but opening https://mozdevs.github.io/MediaRecorder-examples/get-canvas-stream.html and verifying that a message is printed in the developer tools' console would be the steps.
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No.
[Why is the change risky/not risky?]: This is not changing code, only a string identifier.
[String changes made/needed]: Not a string change, but a key change in `dom.properties`.
Attachment #8873803 - Flags: approval-mozilla-beta?
https://hg.mozilla.org/mozilla-central/rev/1c58753cc0fa
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
(In reply to Paul Adenot (:padenot) from comment #5)
> [String changes made/needed]: Not a string change, but a key change in
> `dom.properties`.

That counts as a string change.
Comment on attachment 8873803 [details]
Bug 1369698 - Fix the key for the URL.createObjectURL(MediaStream) deprecation string.

Per comment #7, we won't allow string change in the beta cycle. Beta54-.
Attachment #8873803 - Flags: approval-mozilla-beta? → approval-mozilla-beta-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: