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 a09a4776d3 Fix incoming message display/storage
There were a few problems.

1. The message event was being triggered in background, not popup
2. The initial message/thread fetches from localStorage were mis-ordered
3. The timestamp wasn't being extracted from the right place
4. #3 caused messages to fail validation and not be saved

1-3 are fixed. To address 4 I switched validate() to log a warning
instead of preventing save.
11 years ago
..
models Fix incoming message display/storage 11 years ago
views Fix incoming message display/storage 11 years ago
api.js sendMessage refactor, initial group stuff (breaks message storage) 11 years ago
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
crypto.js closeSession 11 years ago
fake_api.js sendMessage refactor, initial group stuff (breaks message storage) 11 years ago
helpers.js Some group update verification 11 years ago
options.js improved some css for options.html 11 years ago
popup.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
sendmessage.js Some group update verification 11 years ago
test.js sendMessage refactor, initial group stuff (breaks message storage) 11 years ago
webcrypto.js Add human readable version of errors 11 years ago