Closed Bug 1179212 Opened 9 years ago Closed 7 years ago

Simplify communication between storage.js and TableWidget.js (no maps etc.)

Categories

(DevTools :: Storage Inspector, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: miker, Assigned: miker)

Details

Non-serializable data does not play well in an inter-process scenario. This results in ugly hacks after passing data across the IPC boundary.

TableWidget.js should expect only serializable data (no maps or sets)... this will help tidy up actors that gather data for use in these tables.
Summary: Make TableWidget.js accept serializable data (no maps etc.) → Make TableWidget.js accept serializable data only (no maps etc.)
Specifically, simplify the gathering of indexedDB data.
Summary: Make TableWidget.js accept serializable data only (no maps etc.) → Simplify communication between storage.js and TableWidget.js (no maps etc.)
Having looked into this we cannot simplify this any further.
Assignee: nobody → mratcliffe
Status: NEW → RESOLVED
Closed: 7 years ago
Priority: -- → P2
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.