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

Define agents and agent clusters #2521

Merged
merged 2 commits into from
Apr 26, 2017
Merged

Define agents and agent clusters #2521

merged 2 commits into from
Apr 26, 2017

Commits on Apr 25, 2017

  1. Define agents and agent clusters

    Define the infrastructure for SharedArrayBuffer. This also clarifies
    along which boundaries a browser implementation can use processes and
    threads.
    
    Tests: web-platform-tests/wpt#5569.
    
    Follow-up to define similar-origin window agents upon a less shaky
    foundation is #2528. Because of that, similar-origin window agents
    are the best place to store state that would formerly go on unit of
    related similar-origin browsing contexts.
    
    tc39/ecma262#882 is follow-up to define
    agents in more detail; in particular make their implicit realms slot
    explicit. w3c/css-houdini-drafts#224 is
    follow-up to define worklet ownership better which is needed to
    define how they relate to agent (sub)clusters.
    
    Fixes part of #2260. Fixes #851. Fixes
    w3c/ServiceWorker#1115. Fixes most of
    w3c/css-houdini-drafts#380 (no tests and no
    nice grouping of multiple realms in a single agent as that is not
    needed).
    annevk committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    736c6e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7187cdc View commit details
    Browse the repository at this point in the history