Closed
Bug 1031192
Opened 10 years ago
Closed 7 years ago
[meta] Edit/Delete/Add support for Storage Inspector
Categories
(DevTools :: Storage Inspector, enhancement, P2)
DevTools
Storage Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Optimizer, Assigned: miker)
References
Details
(Keywords: meta)
Attachments
(5 obsolete files)
Comment hidden (obsolete) |
Reporter | ||
Updated•10 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Comment hidden (obsolete) |
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → scrapmachines
Status: NEW → ASSIGNED
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Updated•10 years ago
|
Blocks: firebug-gaps
Updated•10 years ago
|
Comment 10•10 years ago
|
||
Firebug.next report:
https://github.com/firebug/firebug.next/issues/373
Any news for this enhancement? It was really appreciated in Firebug 2.0 and it would be great to have it in Firebug 3.0.
Florent
Comment hidden (obsolete) |
Updated•10 years ago
|
Flags: needinfo?(scrapmachines)
Comment 12•10 years ago
|
||
Note that the using JSON to serialize indexedDB values is by definition lossy (as experienced in bug 1159545) since IndexedDB values have the full fidelity of the structured clone algorithm, so it might be advisable to remove IndexedDB support from this patch until:
- Structured clone is used for transit for IndexedDB values (bug 1159545 or whatever it gets duped to or ends up depending on)
- Blobs are dealt with (bug 1054028 touches on this). This probably needs to be handled by creating a devtools managed handle system that holds onto the Blob reference from the object and gives it some unique identifier. Then when the object is re-constituted in the actual process, the Blob reference can be reconstituted.
Comment hidden (obsolete) |
Updated•10 years ago
|
Assignee: scrapmachines → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(scrapmachines)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mratcliffe
Alias: rw-storage
Blocks: 1190648
Updated•9 years ago
|
Comment 17•9 years ago
|
||
Split off the patch in smaller parts. This is all :Optimizer's work, which is why I kept his name.
Attachment #8600591 -
Attachment is obsolete: true
Comment hidden (obsolete) |
Comment 19•9 years ago
|
||
(In reply to Michael Ratcliffe [:miker] [:mratcliffe] from comment #18)
> @ntim: Can you let us know the status of this bug... I mean, does the patch
> work?
I haven't finished splitting up the patch, and the only one I have is the one I've uploaded here, which I haven't tested (requires the rest of the patch).
The very old "Rebased Patch" is obsolete with the e10s work that has been done.
Flags: needinfo?(ntim.bugs)
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(ntim.bugs)
Comment 22•9 years ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #20)
> Tim, Mike, would it make sense splitting this bug into smaller ones, so each
> storage feature can be tackled individually?
>
> Sebastian
I'm not too fond of doing this, because we may end up shipping code with comments like "unimplemented", whereas here, we could have had written multiple patches then ship them when everything is done.
But since you've already filed bugs, that should be fine too. I've changed your bugs to backend bugs, simply because it's more convenient to add an UI when everything is done instead of handling uimplemented functionality in the UI. Also, I've merged edit/add with delete bugs since they share the same underlying work. IndexedDB is a different story so the separation should be fine.
Comment hidden (obsolete) |
Assignee | ||
Updated•9 years ago
|
Summary: Edit/Delete/Add support for Storage Inspector → [meta] Edit/Delete/Add support for Storage Inspector
Assignee | ||
Comment 24•9 years ago
|
||
(In reply to Tim Nguyen [:ntim] from comment #22)
> (In reply to Sebastian Zartner [:sebo] from comment #20)
> > Tim, Mike, would it make sense splitting this bug into smaller ones, so each
> > storage feature can be tackled individually?
> >
> > Sebastian
>
> I'm not too fond of doing this, because we may end up shipping code with
> comments like "unimplemented", whereas here, we could have had written
> multiple patches then ship them when everything is done.
>
> But since you've already filed bugs, that should be fine too. I've changed
> your bugs to backend bugs, simply because it's more convenient to add an UI
> when everything is done instead of handling uimplemented functionality in
> the UI. Also, I've merged edit/add with delete bugs since they share the
> same underlying work. IndexedDB is a different story so the separation
> should be fine.
@ntim: Forget about us splitting this up... can you tell me the status of this bug e.g. what works and doesn't work. We are planning on landing this very soon so we need to get things moving and I am happy to base my changes on top of your code.
Flags: needinfo?(ntim.bugs)
Comment 25•9 years ago
|
||
(In reply to Michael Ratcliffe [:miker] [:mratcliffe] from comment #24)
> @ntim: Forget about us splitting this up... can you tell me the status of
> this bug e.g. what works and doesn't work. We are planning on landing this
> very soon so we need to get things moving and I am happy to base my changes
> on top of your code.
The only patch I had finished rebasing was the TableWidget patch (which I've posted). I had some incomplete rebases of the rest of the patch, but never got the time to finish them, and now they're all outdated with the file move.
Flags: needinfo?(ntim.bugs)
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Comment 29•8 years ago
|
||
Will the ability to add data in Storage inspector be implemented?
Assignee | ||
Updated•7 years ago
|
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Attachment #8648517 -
Attachment is obsolete: true
Assignee | ||
Comment 30•7 years ago
|
||
All relevant dependencies are fixed, closing.
Alias: rw-storage
Severity: normal → enhancement
Status: NEW → RESOLVED
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: [storage]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.