-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[WPT] BFCache: storage events #31080
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The review process for this patch is being conducted in the Chromium project.
ebca549
to
6f3d43d
Compare
6f3d43d
to
eaf243b
Compare
ba112d5
to
db034cb
Compare
@asutherland, would you able to review this WPT for whatwg/storage#119 (It's also on Chromium Gerrit: https://chromium-review.googlesource.com/c/chromium/src/+/3198458) |
db034cb
to
26ecff4
Compare
0ed6ccd
to
4e08670
Compare
@annevk / @asutherland, would you be interested in reviewing this WPT? (We are reviewing it on the Chrome side as well here: https://chromium-review.googlesource.com/c/chromium/src/+/3198458) |
4e08670
to
0067451
Compare
Expectation: When localStorage is modified when a page is in BFCache, storage events should NOT be fired for the page even after the page becomes active. Results: Firefox/Safari: Pass. Chromium: Fail (events are fired, https://crbug.com/1328939). Bug: 1328939, 1107415, whatwg/storage#119 Change-Id: I53c92b2d5f8f4791a43c2c702a441029fdbc7101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3198458 Reviewed-by: Marijn Kruisselbrink <[email protected]> Reviewed-by: Rakina Zata Amni <[email protected]> Commit-Queue: Hiroshige Hayashizaki <[email protected]> Cr-Commit-Position: refs/heads/main@{#1009350}
0067451
to
64bf0e8
Compare
Expectation:
When localStorage is modified when a page is in BFCache,
storage events should NOT be fired for the page
even after the page becomes active.
Results:
Firefox/Safari: Pass.
Chromium: Fail (events are fired, https://crbug.com/1328939).
Bug: 1328939, 1107415, whatwg/storage#119
Change-Id: I53c92b2d5f8f4791a43c2c702a441029fdbc7101
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3198458
Reviewed-by: Marijn Kruisselbrink <[email protected]>
Reviewed-by: Rakina Zata Amni <[email protected]>
Commit-Queue: Hiroshige Hayashizaki <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1009350}