[Webkit-unassigned] [Bug 56354] Web Inspector: empty, non-functional window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 02:37:37 PDT 2011


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





--- Comment #11 from Pavel Feldman <pfeldman at chromium.org>  2011-03-25 02:37:36 PST ---
http://www.webkit.org/coding/contributing.html#changelogs claims there should be an email. I'd rather not violate it. I see opendarwin at lapcatsoftware.com in the comments titles, so it is already available to the spammers...

> I don't think there would be a difference between V8 and JSC, because the value comes from DOMWindow::sessionStorage():
> 
> https://trac.webkit.org/browser/trunk/Source/WebCore/page/DOMWindow.cpp

It is wrapped in the VM-specific JavaScript bindings, but it looks like both engines behave the same way. However, I suspect that compiling WebKit without ENABLE_DOM_STORAGE would result in window.localStorage being undefined, so == is better.

> 
> https://bugs.webkit.org/show_bug.cgi?id=56703
> 
> If the linked bug is implemented, then we'd need to wrap a try around the check as opposed to (or in addition to) checking for null. However, I'd rather fix the web inspector now and possibly revise it later if and when the SECURITY_ERR change is implemented. I don't know how much opposition there would be to throwing a SECURITY_ERR.

Yes, lets keep them separate.

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