Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix state handling for transceiver.stop #25235

Merged
merged 1 commit into from Sep 15, 2020

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Aug 25, 2020

The JS-visible state wasn't always in sync after stop().

Also fix tests:

Stop checking for "stopped" attribute that has been removed from spec.
Change awaiting to account for negotiationNeeded being fired from
setLocalDescription/setRemoteDescription(answer).
Change expectations to account for transceivers disappearing from view
when finally stopped.

Still some remaining issues.

Bug: chromium:980879
Change-Id: I5d4cb5482187ab40140ef99ac46f39a2d1628b27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375648
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806792}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

@chromium-wpt-export-bot chromium-wpt-export-bot changed the title Fix tests for transceiver.stop Fix state handling for transceiver.stop Sep 14, 2020
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2375648 branch 2 times, most recently from cf5f696 to 05dab88 Compare September 14, 2020 13:08
The JS-visible state wasn't always in sync after stop().

Also fix tests:

Stop checking for "stopped" attribute that has been removed from spec.
Change awaiting to account for negotiationNeeded being fired from
setLocalDescription/setRemoteDescription(answer).
Change expectations to account for transceivers disappearing from view
when finally stopped.

Still some remaining issues.

Bug: chromium:980879
Change-Id: I5d4cb5482187ab40140ef99ac46f39a2d1628b27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375648
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806792}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants