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 9e04910124 Recompile curve25519 with emcc 1.29.0
Now with actual malloc/free implementations. Had to drop back to -O1
optimization because the ed25519 signature test broke with -O2. :(

Closes #153

The toolchain install and build process, for reference:
```
wget https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz
tar xvfz emsdk-portable.tar.gz
cd emsdk-portable
./emsdk update
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
cd ../TextSecure-Browser
grunt build
```
11 years ago
..
models Fix tests 11 years ago
views Unbind frontend listeners when window closes 11 years ago
background.js Unread counts 11 years ago
bimap.js Simplify panel state management and message passing 11 years ago
chromium.js Curtail over-zealous websocket reconnects 11 years ago
components.js Add js-emoji as a component 11 years ago
conversation_panel.js Move most scripts to the background page 11 years ago
database.js Add index on conversation type 11 years ago
inbox_controller.js Unread counts 11 years ago
index.js Move most scripts to the background page 11 years ago
libphonenumber-util.js jshint all the things 11 years ago
libtextsecure.js Recompile curve25519 with emcc 1.29.0 11 years ago
options.js Restyle registration page 11 years ago
panel_controller.js Close the inbox if the background page is refreshed 11 years ago
register.js Register Input Handling 11 years ago