Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 24581 by [email protected]: Storage: Provide valid Document URI and DOMWindow source into the StoreEvents http://code.google.com/p/chromium/issues/detail?id=24581 1. Start chrome as chrome.exe --enable-databases --enable-local-storage -- enable-session-storage 2. Open demo page http://webkit.org/demos/sticky-notes/index.html 3. Open DevTools window (Ctrl+Shift+J), choose Storage panel 4. In console type in "window.localStorage[1] = 3", hit Enter See crash in InspectorController. The reason is that URI is hardcoded to be a String() and DOMWindow is 0! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
