History log of /yui3/src/cache/js/cache-offline.js
Revision Date Author Comments Expand
f77aab8b8ac04d9cd05bc584d97ac08173620baa 29-Aug-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Added proper API Doc tags to all the `cache` modules so their respective pages on the site are built. Fixes #2530995

bfc7f4822c75f8338e2aecb70c51a9d5efe52245 29-Aug-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Added proper API Doc tags to all the `cache` modules so their respective pages on the site are built. Fixes #2530995

b06aac8fdb642d439d8684a78be559c9f69b1eb1 03-Dec-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

[fix #2529572] Support disabled localStorage FF3.6. FF3.6 bug causes JS error when accessing win.localStorage when it has been disabled in the browser. This commit wraps such calls in try/catch to prevent such an error.

8837801a965e1ab83bf925a49ac5c2fb4498d25e 06-Aug-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

APIDOC: Documentation of entry object properties.

ee690f24c60886e1a1f22d53910eb2d93c3a62da 06-Aug-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

[fix #2529141] Move expires CacheOffline -> Cache.

77a69e0fbb19ec24aa131bfaefe1c9374e6bf163 06-Aug-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Fix CacheOffline Date handling. Date values now converted to msecs for localStorage serialization.

4e2030f05d0777a728f566f7cebbd99721b26dda 19-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

initOnly -> writeOnce:"initOnly"

51cd1e3c989b1d9414c7749c72c369f0325cdb8e 19-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Code review feedback. Remove unnecessary validators. readonly -> readOnly. Each OfflineCache instance sandboxes its entries from other instances. Fire "error" event for quota exceeded. Add static flushAll() method.

51d88936741cad83ee95f07eb029cbf8cff8a020 15-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Store cached and expires values as Date. Expires Attribute can be set as Number or Date. Cached and expires values are stored as Dates in entry object, are serialized into String for localStorage, and then converted back to Date on the way out.

594beada864561d88596137e07159a806aabed66 12-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

I <3 unit tests. DataSourceCacheExtension initializer was being called twice. Entry property "cache" is now a Date instead of a Boolean.

e4d8ffa5a2367d80114cae95581037557287ee3e 08-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

New: cache-offline code and tests.

/yui3/build/cache/cache-base-debug.js /yui3/build/cache/cache-base-min.js /yui3/build/cache/cache-base.js /yui3/build/cache/cache-debug.js /yui3/build/cache/cache-min.js /yui3/build/cache/cache-offline-debug.js /yui3/build/cache/cache-offline-min.js /yui3/build/cache/cache-offline.js /yui3/build/cache/cache.js /yui3/build/datasource/datasource-cache-debug.js /yui3/build/datasource/datasource-cache-min.js /yui3/build/datasource/datasource-cache.js /yui3/build/datasource/datasource-debug.js /yui3/build/datasource/datasource-min.js /yui3/build/datasource/datasource.js /yui3/src/cache/README /yui3/src/cache/build.base.properties /yui3/src/cache/build.base.xml /yui3/src/cache/build.offline.properties /yui3/src/cache/build.offline.xml /yui3/src/cache/build.properties /yui3/src/cache/build.xml cache-base.js cache-offline.js /yui3/src/cache/meta/cache.json /yui3/src/cache/tests/cache-perf.html /yui3/src/cache/tests/cache.html /yui3/src/cache/tests/cacheoffline.html /yui3/src/datasource/build.cache.properties /yui3/src/datasource/js/datasource-cache.js /yui3/src/datasource/meta/datasource.json