Open Bug 1437829 Opened 6 years ago Updated 7 months ago

Indexed DB Databse not shown in Developer Tools for local HTML page

Categories

(Core :: Storage: IndexedDB, defect, P2)

57 Branch
defect

Tracking

()

UNCONFIRMED

People

(Reporter: weiss.nikolaus, Unassigned)

Details

(Whiteboard: DWS_NEXT)

Attachments

(2 files)

User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36

Steps to reproduce:

Create local HTML page which uses Javascript to create and use an Indexed DB.
Open Developer Tools and go to Storage section.
Under Indexed DB, select the page that is currently open.


Actual results:

The page works normally, but the Indexed DB is not shown in the Storage section of the Developer Tools.


Expected results:

The page works normally, and the Indexed DB should be shown and be manageable in the Storage section of the Developer Tools.
I also posted a question on Stackoverflow months ago. According to the comments, at least one other user is independently experiencing the same issue. https://stackoverflow.com/questions/46766681/why-cant-i-see-my-indexed-db-in-firefox-dev-tools
Priority: -- → P2
P2 until confirmed, if it remains unconfirmed move to P3/P5. Jan, want to take a quick look?
Flags: needinfo?(jvarga)
The issue still persists as of version 59.0.2 (64-bit). Chrome used to have the same issue, but has seemingly fixed it. When running a local page, the default scope of shown Databases is file://, and all databases created by local applications are shown in the dev console. Firefox seems to try to show databases for the scope of the specific path of the page (e.g. file:/D:/webDev/...), instead of showing databases for all local pages (file://).
A screenshot of the Chrome dev console, displaying all IDBs created for local pages. Attached to help illustrate point made in last comment.
removing NI and adding to DWS_NEXT
Flags: needinfo?(jvarga)
Whiteboard: DWS_NEXT
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: