Closed
Bug 1207243
Opened 10 years ago
Closed 5 years ago
make the storage inspector work with WebIDE
Categories
(DevTools :: Storage Inspector, defect, P3)
DevTools
Storage Inspector
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jovan.gerodetti, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0
Build ID: 20150916004013
Steps to reproduce:
1. Open WebIDE
2. connect your device
3. select your app
4. open DevTools
5. select the Storage tab
Actual results:
it just shows the message "no data present for selected host".
Expected results:
I should be able to see indexedDBs LocalStorage etc. of the selected app and inspect them.
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment 3•8 years ago
|
||
str |
Still broken... detailed STR:
1. Open WebIDE
2. Install and run the latest simulator (e.g. Firefox OS 2.2).
3. Select the Clock app
4. Open DevTools
5. In the console tab type `self.localStorage.setItem("abc", "def")` and press enter.
6. Select the Storage tab.
It just shows the message "no data present for selected host".
7. In the console tab type `self.localStorage.getItem("abc")` and press enter.
You can see that the data is there but the storage inspector missed it.
Priority: -- → P3
Reporter | ||
Comment 4•8 years ago
|
||
This is still valid for Firefox of Android. It's not possible to inspect any tabs storages.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 5•5 years ago
|
||
WebIDE isn't supported anymore, close.
Honza
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•