[wpt-sync] Sync PR 15292 - [PeerConnection] Fire signalingstatechange event at the right time
Categories
(Core :: WebRTC, enhancement, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15292 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15292
Details from upstream follow.
Guido Urdaneta <guidou@chromium.org> wrote:
[PeerConnection] Fire signalingstatechange event at the right time
Prior to this CL, the event was fired before the transceiver state was
updated, in contradiction with the spec, which says it should be fired
after the transceiver state is updated.Bug: 920200
Change-Id: I757cc0161a5da4888cd628619180e24a54dc732b
Reviewed-on: https://chromium-review.googlesource.com/1458203
WPT-Export-Revision: 734f045664d8a1de043231cb7e7c72472a32b1b1
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/325b153de47f
https://hg.mozilla.org/mozilla-central/rev/6efd7c8086b3
Description
•