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 b9969b14b6 Always reconnect the socket except when there is an error
Turns out we can get ABNORMAL_CODE (1006) for disconnects where (for
instance) we pause the background page too long. However, in these cases
there is no preceeding ErrorEvent. In contrast, when we have bad
authentication credentials, there is an ErrorEvent. Thus, this change
ensures that we only reconnect if there was no Error.
10 years ago
..
models Use consistent boiler plate throughout js files 10 years ago
views Support :emoji_name: syntax for emoji text input 10 years ago
background.js Curtail over-zealous websocket reconnects 10 years ago
bimap.js Simplify panel state management and message passing 10 years ago
chromium.js Curtail over-zealous websocket reconnects 10 years ago
components.js Add js-emoji as a component 10 years ago
conversation_panel.js Show an error if a conversation window fails to init 10 years ago
database.js Add index on conversation type 10 years ago
inbox_controller.js Fix inbox comparator 10 years ago
index.js Clean up inbox/compose view rendering and swapping 10 years ago
libphonenumber-util.js jshint all the things 10 years ago
libtextsecure.js Always reconnect the socket except when there is an error 10 years ago
options.js Restyle registration page 10 years ago
panel_controller.js Adjust widths of bubbles and chat window 10 years ago
register.js Restyle registration page 10 years ago