You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/js
lilia f6a326577d Crash fixes for chromium
My current version of chromium inexplicably exposes a crippled version
of chrome.browserAction even though we are now a packaged app and should
not have that functionality exposed to us anymore. This results in some
errors to the tune of "property 'foo' of undefined".

It also doesn't support the innerBounds property for window creation,
only the older (deprecated) bounds property.
11 years ago
..
models Move identity key storage functions to axolotl store 11 years ago
views Convert beforeunload listeners 11 years ago
axolotl_store.js Remove remaining traces of localStorage 11 years ago
background.js Fix tests 11 years ago
bimap.js Simplify panel state management and message passing 11 years ago
chromium.js Crash fixes for chromium 11 years ago
components.js Fix unsafe eval warning on registration page 11 years ago
conversation_panel.js Make getBackground async 11 years ago
database.js Move local identitykey and registrationid to indexeddb 11 years ago
inbox_controller.js Remove remaining traces of localStorage 11 years ago
index.js Make getBackground async 11 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 11 years ago
libphonenumber-util.js jshint all the things 11 years ago
libtextsecure.js Signaling key is now an array buffer 11 years ago
notifications.js Remove remaining traces of localStorage 11 years ago
options.js Fix registration page 11 years ago
panel_controller.js Convert beforeunload listeners 11 years ago
register.js Fix registration page 11 years ago
storage.js Fix tests 11 years ago