Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MessagePort: implement disentanglement #52130

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

servo-wpt-sync
Copy link
Collaborator

@servo-wpt-sync servo-wpt-sync commented Apr 23, 2025

Implement disentangle
Remove bespoke gc logic which now becomes unnecessary.
Adds a wpt test that hits the "disentangle while in transfer" logic.
Updates streams code, fixing an error where disentanglement is conditional on an error.

Test coverage: there are existing tests in /webmessaging/message-channels/close-event/explicitly-closed.tentative.window.js for the no transfer case, and the simple completed transfer case, and this PR adds a test for the more complicated transfer in progress case.

Fix servo/servo#36465

Reviewed in servo/servo#36654

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 Servo project.

@servo-wpt-sync servo-wpt-sync force-pushed the servo_export_36654 branch 18 times, most recently from a8fabba to 2c544f6 Compare April 25, 2025 07:49
@servo-wpt-sync servo-wpt-sync added stale-servo-export PRs that were supposed to merge but were not able to do so. and removed do not merge yet labels Apr 30, 2025
@servo-wpt-sync
Copy link
Collaborator Author

⛔ The downstream PR has merged (servo/servo#36654), but these changes could not be merged properly. Please address any CI issues and try to merge manually.

@jdm jdm merged commit 8f0e59f into web-platform-tests:master Apr 30, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
servo-export stale-servo-export PRs that were supposed to merge but were not able to do so. webmessaging wg-s_htmlwg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement port disentanglement
4 participants