Bug 26091 - Make storage events match the current spec
Summary: Make storage events match the current spec
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 16:43 PDT by Sam Weinig
Modified: 2009-05-30 17:58 PDT (History)
1 user (show)

See Also:


Attachments
patch (13.92 KB, patch)
2009-05-29 16:47 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2009-05-29 16:43:22 PDT
Storage events need to be dispatched on the window, not on the HTMLBodyElement.
Comment 1 Sam Weinig 2009-05-29 16:47:33 PDT
Created attachment 30798 [details]
patch
Comment 2 Anders Carlsson 2009-05-30 16:59:45 PDT
Comment on attachment 30798 [details]
patch

r=me
Comment 3 Sam Weinig 2009-05-30 17:58:37 PDT
Fixed in r44293.