Cable-Desktop/js
lilia 5a7ab54ee6 Fix registration page
Also make it accessible by providing a mode argument to the install
function. Previously developers could just edit the url but we no longer
have the address bar as an app window, so now they must close the
default installer and run the following from the background page
console: `extension.install('standalone')`.

In the production build, this should result in an error since it is not
supported / the register page is not included there.
2015-05-15 11:39:23 -07:00
..
models Move identity key storage functions to axolotl store 2015-05-05 17:44:58 -07:00
views Convert beforeunload listeners 2015-05-15 11:39:23 -07:00
axolotl_store.js Remove remaining traces of localStorage 2015-05-15 11:39:19 -07:00
background.js Adapt window management to chrome app window api 2015-05-15 11:39:22 -07:00
bimap.js Simplify panel state management and message passing 2015-02-11 17:37:56 -08:00
chromium.js Fix registration page 2015-05-15 11:39:23 -07:00
components.js Fix unsafe eval warning on registration page 2015-04-05 16:42:08 -07:00
conversation_panel.js Make getBackground async 2015-05-12 15:39:15 -07:00
database.js Move local identitykey and registrationid to indexeddb 2015-05-15 11:38:14 -07:00
inbox_controller.js Remove remaining traces of localStorage 2015-05-15 11:39:19 -07:00
index.js Make getBackground async 2015-05-12 15:39:15 -07:00
libaxolotl-worker.js Use a worker to facilitate key generation 2015-05-05 17:44:55 -07:00
libphonenumber-util.js jshint all the things 2015-02-19 00:22:23 -08:00
libtextsecure.js Signaling key is now an array buffer 2015-05-15 11:39:22 -07:00
notifications.js Remove remaining traces of localStorage 2015-05-15 11:39:19 -07:00
options.js Fix registration page 2015-05-15 11:39:23 -07:00
panel_controller.js Convert beforeunload listeners 2015-05-15 11:39:23 -07:00
register.js Fix registration page 2015-05-15 11:39:23 -07:00
storage.js Remove remaining traces of localStorage 2015-05-15 11:39:19 -07:00