[Webkit-unassigned] [Bug 40734] Storage event not called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 03:26:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40734


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME
                 CC|                            |jorlow at chromium.org




--- Comment #2 from Jeremy Orlow <jorlow at chromium.org>  2010-09-24 03:26:18 PST ---
This is how it's specced.  Please see http://dev.w3.org/html5/webstorage/

"When the setItem(), removeItem(), and clear() methods are called on a Storage object x that is associated with a session storage area, if the methods did something, then in every HTMLDocument object whose Window object's sessionStorage attribute's Storage object is associated with the same storage area, other than x, a storage event must be fired, as described below."

and

"When the setItem(), removeItem(), and clear() methods are called on a Storage object x that is associated with a local storage area, if the methods did something, then in every HTMLDocument object whose Window object's localStorage attribute's Storage object is associated with the same storage area, other than x, a storage event must be fired, as described below."

This question has come up a few times, so I'm not convinced it's the right course of action though.  Maybe you should bring this up on WhatWG?  If so, please cc me?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list