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

[WeakRefs] Implement WeakRefs integration #19998

Closed
wants to merge 1 commit into from

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Oct 30, 2019

This uses the V8 API to register a clean up task that will execute
some time later at idle time.

The JavaScript spec is defined here:
https://tc39.es/proposal-weakrefs/

The HTML integration is defined here:
whatwg/html#4571

(Note that this CL doesn't implement ClearKeptObjects part of the
spec yet, a follow on CL will do that.)

TODO (before sumbitting this CL):

  • Add tests

Bug: 1016767
Change-Id: I2db82dc9d037d1e3bc0ec8c192d5b06908161adc
Reviewed-on: https://chromium-review.googlesource.com/1873754
WPT-Export-Revision: 905ae5e21d28f9fe8f184a0f4cc6617669f952f1

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 force-pushed the chromium-export-cl-1873754 branch 2 times, most recently from 2346d5a to 3ec5dd8 Compare October 31, 2019 15:37
This uses the V8 API to register a clean up task that will execute
some time later at idle time.

The JavaScript spec is defined here:
https://tc39.es/proposal-weakrefs/

The HTML integration is defined here:
whatwg/html#4571

(Note that this CL doesn't implement ClearKeptObjects part of the
spec yet, a follow on CL will do that.)

TODO (before sumbitting this CL):
- Add tests

Bug: 1016767
Change-Id: I2db82dc9d037d1e3bc0ec8c192d5b06908161adc
@gsnedders gsnedders closed this Jan 24, 2020
@gsnedders gsnedders deleted the chromium-export-cl-1873754 branch January 24, 2020 18:04
@gsnedders gsnedders restored the chromium-export-cl-1873754 branch January 24, 2020 18:52
@Hexcles Hexcles reopened this Jan 24, 2020
@KyleJu
Copy link
Contributor

KyleJu commented Apr 10, 2024

Close this PR because the Chromium CL cannot be found.

@KyleJu KyleJu closed this Apr 10, 2024
@KyleJu KyleJu deleted the chromium-export-cl-1873754 branch April 10, 2024 00:28
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.

7 participants