Closed
Bug 1974444
Opened 5 months ago
Closed 5 months ago
Move RTCDataChannel's const attributes to the DOM representation, and associated cleanup
Categories
(Core :: WebRTC: Networking, task, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
142 Branch
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
Details
Attachments
(5 files)
This covers moving the const attributes, some webidl fixes, and renaming/rehoming RTCDataChannel to be consistent with how we organize the rest of our RTC* API.
| Assignee | ||
Comment 1•5 months ago
|
||
| Assignee | ||
Comment 2•5 months ago
|
||
Depends on D255375
| Assignee | ||
Comment 3•5 months ago
|
||
Depends on D255376
| Assignee | ||
Comment 4•5 months ago
|
||
Depends on D255377
| Assignee | ||
Comment 5•5 months ago
|
||
Depends on D255533
Pushed by bcampen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/7b1e3cd5eae8
https://hg.mozilla.org/integration/autoland/rev/3d9c85ffa183
Remove a non-standard attribute, and fix the types on some others. r=mjf,webidl,saschanaz
https://github.com/mozilla-firefox/firefox/commit/409a45f410c8
https://hg.mozilla.org/integration/autoland/rev/72471872c7f0
Move RTCDataChannel's const attrs to the DOM object, and associated cleanup. r=mjf
https://github.com/mozilla-firefox/firefox/commit/40642ac5146f
https://hg.mozilla.org/integration/autoland/rev/479c7432303c
Rename nsDOMDataChannel to RTCDataChannel, and move the sources. r=mjf
https://github.com/mozilla-firefox/firefox/commit/41dced247682
https://hg.mozilla.org/integration/autoland/rev/7e457172fdff
Use UTF8String for these. r=emilio,webrtc-reviewers,mjf
https://github.com/mozilla-firefox/firefox/commit/0f74bd2ded62
https://hg.mozilla.org/integration/autoland/rev/41721e7733b8
Nothing sets or uses this. r=mjf
Comment 7•5 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3d9c85ffa183
https://hg.mozilla.org/mozilla-central/rev/72471872c7f0
https://hg.mozilla.org/mozilla-central/rev/479c7432303c
https://hg.mozilla.org/mozilla-central/rev/7e457172fdff
https://hg.mozilla.org/mozilla-central/rev/41721e7733b8
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•