Skip to content

Commit

Permalink
Imperatively allocate window agents and agent clusters
Browse files Browse the repository at this point in the history
Previously, the spec vaguely noted that all agents and agent clusters
must be allocated at the appropriate time.

With this change, similar-origin window agents are allocated
imperatively during document and browsing context creation, along with
their corresponding agent clusters. The agent clusters are stored in the
appropriate browsing context group, via a map keyed by scheme and
registrable domain.

Fixes #4361. Further work on imperative agent/agent cluster allocation,
specifically for workers and worklets, is tracked in #4339.
  • Loading branch information
dtapuska authored and domenic committed Sep 9, 2019
1 parent 2d783db commit 0404472
Showing 1 changed file with 159 additions and 77 deletions.
Loading

0 comments on commit 0404472

Please sign in to comment.