Cable-Desktop/js
lilia 1bb480f6ea DRY up a common view pattern
Define a Whisper.View base class that automatically parses and renders
templates and attributes defined by the subclass. This saves us a good
number of lines of code as well as some marginal memory overhead, since
we are no longer saving per-instance copies of template strings.
2015-03-05 15:36:35 -08:00
..
models Render group members in the message detail view 2015-02-26 13:35:04 -08:00
views DRY up a common view pattern 2015-03-05 15:36:35 -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 Add canvas.toBlob polyfill 2015-03-03 18:44:18 -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 Adjust widths of bubbles and chat window 2015-03-04 15:59:28 -08:00