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 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.
11 years ago
..
models Refactor components for the main content section 11 years ago
views Encapsulate page layout js 11 years ago
api.js Remove ping, update to latest spec proposal 11 years ago
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
crypto.js Remove unused function 11 years ago
fake_api.js Add closeSession tests as Alice and fix re-requesting prekeys 11 years ago
helpers.js Fix tests by returning promises 11 years ago
options.js Remove ping, update to latest spec proposal 11 years ago
popup.js Encapsulate page layout js 11 years ago
sendmessage.js Add closeSession tests as Alice and fix re-requesting prekeys 11 years ago
test.js Add missing localStorage.clear() 11 years ago
testvectors.js Refactor a bunch of stuff re: session closing, add test cases 11 years ago
webcrypto.js Add human readable version of errors 11 years ago