[Webkit-unassigned] [Bug 47730] Web Inspector: grant access to local storage to web inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 02:34:01 PDT 2010


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2010-10-18 02:34:00 PST ---
(In reply to comment #5)
> (From update of attachment 70884 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=70884&action=review
> 
> > WebCore/page/SecurityOrigin.h:124
> >      bool canAccessDatabase() const { return !isUnique(); }
> 
> At some point we might want to use database and filesystem from within inspector. So the right solution is to make inspector non-Unique on all the platforms.

Indeed.  However, we shouldn't do that by granting it magical privileges.  Instead, we should use a URL scheme that doesn't impose uniqueness.

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