Closed
Bug 1425533
Opened 7 years ago
Closed 6 years ago
While debugging an extension the storage inspector doesn't list IndexedDB tables
Categories
(DevTools :: Storage Inspector, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rhubscher, Assigned: miker, NeedInfo)
References
Details
Attachments
(3 files)
While debugging an extension the storage inspector doesn't list IndexedDB databases.
Assignee | ||
Comment 1•7 years ago
|
||
It should show indexedDB... I assume you mean a Web Extension?
Assignee: nobody → mratcliffe
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(rhubscher)
Assignee | ||
Updated•7 years ago
|
Has STR: --- → no
Assignee | ||
Comment 2•7 years ago
|
||
And I assume you are debugging the web extension via about:debugging?
Reporter | ||
Comment 3•7 years ago
|
||
It shows if I use debug in a temporarily loaded extension.
Flags: needinfo?(rhubscher)
Reporter | ||
Comment 4•7 years ago
|
||
It doesn't show anything for debugging installed extensions.
Reporter | ||
Comment 5•7 years ago
|
||
If you download https://github.com/mozilla/notes/files/1543921/addon-2.0.0rc3.zip and load it as a temporary module it doesn't work even if the sidebar is open, if you unzip it and load the manifest.json, it doesn't work either.
Assignee | ||
Updated•7 years ago
|
Has STR: no → yes
Assignee | ||
Updated•7 years ago
|
Has Regression Range: --- → irrelevant
OS: Unspecified → All
Priority: -- → P2
Hardware: Unspecified → All
Assignee | ||
Comment 6•7 years ago
|
||
I have tried your addon two ways:
Temporary Addon
1. Unzip the zip file.
2. Go to about:debugging
3. Click "Install Temporary Addon..."
4. In the file dialog choose any file from the addons folder.
5. Click the sync button and enable syncing by clicking the link in the email that is sent to you.
6. In about:debugging click debug under your addon.
7. Go to the storage inspector.
8. Open the indexedDB branches.
All data is there as expected.
1. Go to about:config
2. Set "xpinstall.signatures.required" to false.
3. Restart the browser
4. Go to about:addons
5. In about:debugging click debug under your addon.
6. Go to the storage inspector.
7. Open the indexedDB branches.
All data is there as expected.
In both cases the data is present as expected.
Can you try again using the latest nightly and let us know if this is still an issue? If you have specific steps that will allow us to reproduce the issue it would be much appreciated.
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(rhubscher)
Updated•6 years ago
|
Product: Firefox → DevTools
Assignee | ||
Comment 7•6 years ago
|
||
No communication in over a year, closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•