[Webkit-unassigned] [Bug 62665] New: Storage event is not fired for documents in b/f cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 15:02:53 PDT 2011


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

           Summary: Storage event is not fired for documents in b/f cache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: jorlow at chromium.org


>From HTML5:

    ...the user agent must queue a task to fire an event with the name storage, which does
    not bubble and is not cancelable, and which uses the StorageEvent interface, at each
    Window object whose Document object has a Storage object that is affected.

    This includes Document objects that are not fully active, but events fired on those are
    ignored by the event loop until the Document becomes fully active again.

We only fire the storage event on documents that are fully active (not in b/f cache), and do not queue the event. This obviously means that documents that come back from b/f cache will not update themselves for changed local storage data.

-- 
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