0
Files
src/content
Daniel Murphy 2fcc6703e4 [SessionStorageS13N] Allowing multiple binds on a storage area
Allow multiple binds on a storage area where the previous binding is
unbound. This is needed because of the following case:

1. Page A (process X) opens a session storage area.
2. Page A opens a new tab to Page B (still process X) which
   opens a session storage area.
3. The user closes Page B. The storage binding still exists in
   process X.
4. The user presses Ctrl+Shift+T, which re-opens Page B but in a
   new process (process Y).
5. Process Y now opens session storage at the same namspace & origin as
   step 2, which was already bound to process X.

R=mek@chromium.org

Bug: 856629
Change-Id: I6fd833ce1502ec3fb58443f92ac48cfb1b282f99
Reviewed-on: https://chromium-review.googlesource.com/1115867
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570610}
2018-06-27 01:18:09 +00:00
..
2018-06-13 00:13:29 +00:00

Content is the core code needed to render a page using a multi-process sandboxed browser.

Developer documentation: https://www.chromium.org/developers/content-module

Internal Documentation: