[Webkit-unassigned] [Bug 159174] New: Main frame storage event never dispatched for localStorage/sessionStorage modifications
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 27 15:27:36 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159174
Bug ID: 159174
Summary: Main frame storage event never dispatched for
localStorage/sessionStorage modifications
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: joepeck at webkit.org
CC: achristensen at apple.com, andersca at apple.com,
beidson at apple.com, jj at johanjensen.dk,
joepeck at webkit.org,
webkit-bug-importer at group.apple.com
Summary:
Main frame storage event never dispatched for localStorage/sessionStorage modifications
Steps to Reproduce:
1. Inspect this page
2. js> window.onstorage = function(e) { console.log(e); }; localStorage.x = 123;
=> Expected console to log, it did not.
Notes:
- LayoutTests/storage/domstorage/events/basic.html shows that the storage event does fire for a subframe, but surprisingly it does not fire for the main frame
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160627/b661506d/attachment.html>
More information about the webkit-unassigned
mailing list