session-desktop/libtextsecure/test
Daniel Gasienica ba4d8952c6 Revert "Use protocol buffer module for libtextsecure"
This does not work with `ArrayBuffer` out of the box and will need to be
investigated and tested more before switching.

Some APIs also seemed to have changed:
- Before (OOP): `new textsecure.protobuf.WebSocketMessage(…).encode();`
- After (functional):
  ```
  textsecure.protobuf.WebSocketMessage.encode(
    new textsecure.protobuf.WebSocketMessage(…)
  );
  ```

This reverts commit d758119d9de4f99742ea941e86180b1d600c2f22.
2018-05-07 21:53:41 -04:00
..
_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
account_manager_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
blanket_mocha.js Split tests between libtextsecure and main 2015-01-14 09:35:57 -10:00
contacts_parser_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
crypto_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
fake_api.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
generate_keys_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
helpers_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
in_memory_signal_protocol_store.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
index.html Revert "Use protocol buffer module for libtextsecure" 2018-05-07 21:53:41 -04:00
message_receiver_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
protocol_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
protocol_wrapper_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
storage_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
task_with_timeout_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
websocket-resources_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00
websocket_test.js Now we've got everything prettified! 2018-05-02 13:40:57 -07:00