signal-desktop/js
lilia 9af18ce6ae Encapsulate page layout js
The layout class is the only class that should have knowledge of
page-level constant markup, such as #gutter and #contacts, and
should be pretty much the only place we find elements by id (with
the exception of template elements).

This change removes references to #gutter from views. Rather than
hardcoding assumptions about page layout, view elements should
ask the layout to insert themselves into the main content area by
calling Whisper.Layout.setContent.
2014-08-31 17:46:01 -07:00
..
models Refactor components for the main content section 2014-08-25 18:54:55 -07:00
views Encapsulate page layout js 2014-08-31 17:46:01 -07:00
api.js Remove ping, update to latest spec proposal 2014-07-26 18:15:24 -04:00
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 2014-06-01 21:33:58 +02:00
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 2014-06-01 21:33:58 +02:00
crypto.js Remove unused function 2014-07-27 02:33:17 -04:00
fake_api.js Add closeSession tests as Alice and fix re-requesting prekeys 2014-07-24 20:15:27 -04:00
helpers.js Fix tests by returning promises 2014-07-27 02:05:25 -04:00
options.js Remove ping, update to latest spec proposal 2014-07-26 18:15:24 -04:00
popup.js Encapsulate page layout js 2014-08-31 17:46:01 -07:00
sendmessage.js Add closeSession tests as Alice and fix re-requesting prekeys 2014-07-24 20:15:27 -04:00
test.js Add missing localStorage.clear() 2014-07-27 02:30:00 -04:00
testvectors.js Refactor a bunch of stuff re: session closing, add test cases 2014-07-25 19:55:49 -04:00
webcrypto.js Add human readable version of errors 2014-05-28 03:45:40 +02:00