Cable-Desktop/js
adambar 52857f09ea Fix for conversation & inbox windows closing callbacks never called.
As discussed in similar issue there: https://github.com/GoogleChrome/chromedeveditor/issues/1023 - it is not possible to add onClosed event listener on an 'abstract' current window property, it needs to be set on the particular window instance instead.

Before that change, the clean up function was never actually called, because the listener was never properly attached. That was probably the reason of existence for "panel isn't actually open ... and so we try again." code that was executed if the previous window wasn't cleaned up properly (so actually every time). This code is no longer needed, I guess, as the windows are now cleaned up properly.
2015-07-01 22:28:06 +02:00
..
models Fixes #275 default group image 2015-06-26 11:30:54 -07:00
views Mark conversation read on window focus event 2015-06-26 11:53:00 -07:00
axolotl_store.js Remove remaining traces of localStorage 2015-05-15 11:39:19 -07:00
background.js Support for group sync 2015-06-25 13:24:32 -07:00
bimap.js Simplify panel state management and message passing 2015-02-11 17:37:56 -08:00
chromium.js Fix for conversation & inbox windows closing callbacks never called. 2015-07-01 22:28:06 +02:00
components.js 239 Auto-expand message area when typing 2015-06-23 22:45:41 +02:00
conversation_panel.js Apply custom chrome to conversation windows 2015-05-21 14:35:44 -07:00
database.js Move local identitykey and registrationid to indexeddb 2015-05-15 11:38:14 -07:00
index.js Keep inbox window open, but allow it to be hidden 2015-05-21 13:08:43 -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 Fix group update avatar handling 2015-06-26 12:23:57 -07:00
notifications.js Remove remaining traces of localStorage 2015-05-15 11:39:19 -07:00
options.js Add error dialog for too many devices 2015-06-25 13:24:31 -07:00
panel_controller.js Fix for conversation & inbox windows closing callbacks never called. 2015-07-01 22:28:06 +02: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