Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake BrowserContext spec-compliant #5238
Comments
|
I read "make How is that supposed to work w.r.t. cross-origin/different eTLD frames though? As far as I understand What am I missing/misunderstanding? |
|
Yes, we need to introduce a concept of opaque, proxy browsing contexts for cross-origin documents per #5242. |
|
I believe we have since renamed the struct as |
|
Much of this is addressed by #15120. |
|
Should this be closed then? |
|
I guess so! |
In practical terms, this means the frame tree on the script side should consist of BrowserContext values, with navigations causing the active document to be replaced. Any concept of a bfcache in the script task should store Document pointers.
Blocks #5236.