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
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.
10 years ago
..
models Fixes #275 default group image 10 years ago
views Mark conversation read on window focus event 10 years ago
axolotl_store.js Remove remaining traces of localStorage 10 years ago
background.js Support for group sync 10 years ago
bimap.js Simplify panel state management and message passing 10 years ago
chromium.js Fix for conversation & inbox windows closing callbacks never called. 10 years ago
components.js 239 Auto-expand message area when typing 10 years ago
conversation_panel.js Apply custom chrome to conversation windows 10 years ago
database.js Move local identitykey and registrationid to indexeddb 10 years ago
index.js Keep inbox window open, but allow it to be hidden 10 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 10 years ago
libphonenumber-util.js jshint all the things 10 years ago
libtextsecure.js Fix group update avatar handling 10 years ago
notifications.js Remove remaining traces of localStorage 10 years ago
options.js Add error dialog for too many devices 10 years ago
panel_controller.js Fix for conversation & inbox windows closing callbacks never called. 10 years ago
register.js Fix registration page 10 years ago
storage.js Fix tests 10 years ago