Closed
Bug 1442385
Opened 7 years ago
Closed 7 years ago
Remove dead onremovestream code
Categories
(Core :: WebRTC: Signaling, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•7 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•7 years ago
|
Version: 59 Branch → 60 Branch
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8955298 [details]
Bug 1442385: Remove old onremovestream event stuff.
https://reviewboard.mozilla.org/r/224450/#review230704
This removes the internal stuff, which is fine. I'm going to open a separate bug to try to get a deprecation warning on the webidl attribute for 59.
Attachment #8955298 -
Flags: review?(jib) → review+
Comment 3•7 years ago
|
||
hg error in cmd: hg push -r tip ssh://hg.mozilla.org/integration/autoland: pushing to ssh://hg.mozilla.org/integration/autoland
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 2 changes to 2 files
remote:
remote: WebIDL file dom/webidl/PeerConnectionObserver.webidl altered in changeset b606f21906ed without DOM peer review
remote:
remote:
remote:
remote: ************************** ERROR ****************************
remote:
remote: Changes to WebIDL files in this repo require review from a DOM peer in the form of r=...
remote: This is to ensure that we behave responsibly with exposing new Web APIs. We appreciate your understanding..
remote:
remote: *************************************************************
remote:
remote:
remote: transaction abort!
remote: rollback completed
remote: pretxnchangegroup.d_webidl hook failed
abort: push failed on remote
Assignee | ||
Updated•7 years ago
|
Attachment #8955298 -
Flags: review?(bugs)
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8955298 [details]
Bug 1442385: Remove old onremovestream event stuff.
https://reviewboard.mozilla.org/r/224450/#review230856
Attachment #8955298 -
Flags: review?(bugs) → review+
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ab959de6ec50
Remove old onremovestream event stuff. r=jib,smaug
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Comment 7•7 years ago
|
||
Submitted PR against BCD repository to update this in the compat tables: https://github.com/mdn/browser-compat-data/pull/1802; this has been merged and will go live on MDN next time the data is pulled over.
Made related updates to pages:
https://developer.mozilla.org/en-US/docs/Web/Events/removestream
https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrackEvent
https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/onremovestream
And updated Firefox 60 for developers
Keywords: dev-doc-needed → dev-doc-complete
Comment 8•7 years ago
|
||
Posted the site compatibility note: https://www.fxsitecompat.com/ja/docs/2018/removestream-event-has-been-removed-from-rtcpeerconnection/
Keywords: site-compat
Comment 9•7 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•