signal-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.
2015-05-15 12:54:31 -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 Fix tests 2015-05-15 11:39:23 -07:00
bimap.js Simplify panel state management and message passing 2015-02-11 17:37:56 -08:00
chromium.js Crash fixes for chromium 2015-05-15 12:54:31 -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 Fix tests 2015-05-15 11:39:23 -07:00