Cable-Desktop/js
lilia df06499a19 Use blob urls to display attachments
Converting attachment data to base64-encoded data uris takes O(n) and
there's no need! URL.createObjectURL returns a magic link that can be
set as the `src` attribute to `img`, `video`, and `audio` tags to load
blob data directly without copying.

https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
2015-03-03 13:05:24 -08:00
..
models Render group members in the message detail view 2015-02-26 13:35:04 -08:00
views Use blob urls to display attachments 2015-03-03 13:05:24 -08:00
background.js Check END_SESSION messages in processDecrypted 2015-02-26 12:11:05 -08:00
bimap.js Simplify panel state management and message passing 2015-02-11 17:37:56 -08:00
chromium.js Abstract chrome browser action and windows stuff 2015-02-11 17:37:56 -08:00
components.js Swap in unminified typeahead code 2015-02-12 13:21:16 -08:00
conversation_panel.js Remove uneeded render 2015-02-12 13:21:18 -08: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 Setup loading gif on conversation list 2015-02-11 17:37:59 -08:00
libphonenumber-util.js jshint all the things 2015-02-19 00:22:23 -08:00
libtextsecure.js Remove non-existant device messages 2015-02-26 12:13:56 -08:00
options.js jshint all the things 2015-02-19 00:22:23 -08:00
panel_controller.js Render group members in the message detail view 2015-02-26 13:35:04 -08:00