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

Describe integration with the WeakRefs proposal #4571

Merged
merged 23 commits into from
Mar 18, 2021
Merged

Commits on Mar 12, 2021

  1. Describe integration with the WeakRefs proposal

    The main observable semantics here are that both clearing the KeptAlive
    list and calling the finalization callback on any particular
    FinalizationGroup happen on individual tasks, on a separate task source.
    littledan authored and syg committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    5aa7783 View commit details
    Browse the repository at this point in the history
  2. Editorial: Add cross-reference

    littledan authored and syg committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    64762e1 View commit details
    Browse the repository at this point in the history
  3. Changes from review from Anne and Mathieu

    littledan authored and syg committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    979b9fb View commit details
    Browse the repository at this point in the history
  4. Move WeakRef processing logic back to the WeakRef specification

    The role of HTML here is strictly limited to being a task scheduling
    service for JavaScript.
    littledan authored and syg committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    02d7ca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37de013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65407e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    531e610 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fda8e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bfbfd2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec9b8f1 View commit details
    Browse the repository at this point in the history
  11. Editorial changes.

    Ms2ger authored and syg committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ec24205 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78b5ca9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b03f374 View commit details
    Browse the repository at this point in the history
  14. Review comment

    Ms2ger authored and syg committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    906bc7c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3e6f119 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7d4e6aa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e0611bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2bbab42 View commit details
    Browse the repository at this point in the history
  19. Add notes about ClearKeptObjects

    syg committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f06928d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    44b79e1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f7041ef View commit details
    Browse the repository at this point in the history
  22. Address domenic review

    syg committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    cb0f44e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. formatting

    annevk committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    557bd3d View commit details
    Browse the repository at this point in the history