Opened 14 years ago
Closed 14 years ago
#2128 closed defect (fixed)
Dojo Storage does not work when loaded from file:// or chrome:// URLs
Reported by: | bradneuberg | Owned by: | bradneuberg |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Storage/Flash | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojo Storage does not work when loaded from file:// or chrome:// URLs. Create a FileStorageProvider? that seamlessly uses native file storage if available. On Firefox use XPCOM; on Internet Explorer use ActiveX; on Safari use Java+LiveConnect? with a hidden applet.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Done; Dojo Storage now autodetects if it is loaded from a file:// URL and will use native file abilities if available. Did not finish for Safari; opening seperate bug to track that: http://trac.dojotoolkit.org/ticket/2129