[Webkit-unassigned] [Bug 153783] Unable to use IndexedDB on file:/// URLs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 22:08:02 PST 2016


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

Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beidson at apple.com

--- Comment #1 from Brady Eidson <beidson at apple.com> ---
(In reply to comment #0)
> Created attachment 270465 [details]
> Test Case to be served from file:///
> 
> Calling indexedDB.open from a file:/// URL results in an InvalidAccessError
> being thrown. 

Yup, WebIDBFactoryBackend::open fails to make a database identifier for the file: opening origin and top origin.

This is because Safari ramps up the (don't)AllowFileAccessFromFileURLs restriction on file: url documents.

> With the removal of WebSQL, this means that local applications
> served via file:/// URLs have no access to data storage beyond localStorage.

WebSQL has most certainly not been removed... works great in my testing, both http and file URLs.

Why do you think WebSQL has been removed?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160202/5543b7a2/attachment.html>


More information about the webkit-unassigned mailing list