Cable-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.
2015-03-11 14:12:25 -07:00
..
models Use consistent boiler plate throughout js files 2015-03-05 15:45:35 -08:00
views Support :emoji_name: syntax for emoji text input 2015-03-10 18:54:07 -07:00
background.js Curtail over-zealous websocket reconnects 2015-03-09 16:04:26 -07:00
bimap.js Simplify panel state management and message passing 2015-02-11 17:37:56 -08:00
chromium.js Curtail over-zealous websocket reconnects 2015-03-09 16:04:26 -07:00
components.js Add js-emoji as a component 2015-03-10 18:15:31 -07:00
conversation_panel.js Show an error if a conversation window fails to init 2015-03-11 14:12:25 -07:00
database.js Add index on conversation type 2015-02-11 17:38:01 -08:00
inbox_controller.js Fix inbox comparator 2015-02-18 00:11:35 -08:00
index.js Clean up inbox/compose view rendering and swapping 2015-03-09 16:05:06 -07:00
libphonenumber-util.js jshint all the things 2015-02-19 00:22:23 -08:00
libtextsecure.js Always reconnect the socket except when there is an error 2015-03-11 14:12:25 -07:00
options.js Restyle registration page 2015-03-06 15:27:49 -08:00
panel_controller.js Adjust widths of bubbles and chat window 2015-03-04 15:59:28 -08:00
register.js Restyle registration page 2015-03-06 15:27:49 -08:00