]> git.evergreen-ils.org Git - working/Evergreen.git/commit
XUL localStorage interface
authorBill Erickson <berick@esilibrary.com>
Fri, 25 Jan 2013 20:46:39 +0000 (15:46 -0500)
committerBen Shum <bshum@biblio.org>
Thu, 14 Feb 2013 22:42:18 +0000 (17:42 -0500)
commit2317ed132b4db57973650569c23c3a31f1ead737
tree69a7cf4a945f56361c21cd2d9eb7066a6970a83e
parent4e48c4a25f54c4043e492792fde1a0fe6ed0c3da
XUL localStorage interface

localStorage is so much better than cookies.  To use it inside of
XUL-embedded web pages, we have to use the XUL localStorage interface,
since window.localStorage is not available within the oils:// protocol.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/js/dojo/openils/XUL.js