[Webkit-unassigned] [Bug 83012] Web Inspector: localStorage items are not updated when the storage changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 05:09:55 PDT 2012


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





--- Comment #2 from Yury Semikhatsky <yurys at chromium.org>  2012-04-05 05:09:55 PST ---
(In reply to comment #1)
> After analyzing the scenario, I have arrived at two points where this needs to be fixed
> 
> 1. The front-end inspector code should listen on window.addEventListener("storage") so that any updates in the storage will be notified to the inspector.
> 

InspectorDOMStorageResource::startReportingChangesToFrontend should start listening localStorage on the inspected page side, see http://code.google.com/searchframe#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/inspector/InspectorDOMStorageResource.cpp&exact_package=chromium&q=StorageResource&type=cs&l=98 But for some reason that event handler is never invoked.

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