Ticket #2285 (closed task: fixed)
Remove FileStorageProvider
| Reported by: | bradneuberg | Owned by: | bradneuberg |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Storage/Flash | Version: | 0.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In a mad bout of coding I created a FileStorageProvider? for XPCOM and ActiveX, for pages loaded from file:// URLs. I was all excited about this until I realized..... that very few people will actually use this. I want to reduce the size of Dojo Storage. Remove this code, then place it as a patch either linked off the Dojo Storage docs on the Wiki or on this bug so that folks can simply cut and paste the code if they want to know how to do file loading/saving with XPCOM and ActiveX; they can copy and paste this code into Dojo Storage themselves if they want.
Perhaps, if I can figure it out, I'll make a file called extra.js that has this code, removed from browser.js.