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 2243c09fea MessageReceiver is an event target
Rather than asking for a global target, the message receiver implements
the EventTarget interface itself. It does not expose the dispatchEvent
method, however. This ensures that events can only be triggered from
within the internal MessageReceiver class, which means we no longer need
to namespace them.

// FREEBIE
10 years ago
..
models Create requires an object 10 years ago
views Delete old code 10 years ago
axolotl_store.js
background.js MessageReceiver is an event target 10 years ago
bimap.js
chromium.js Remove double-check of unread count 10 years ago
components.js
conversation_controller.js Revert "Remove global updateInbox method" 10 years ago
conversation_panel.js
database.js
debugLog.js Make debug log handle multiple arguments 10 years ago
index.js
libaxolotl-worker.js
libphonenumber-util.js
libtextsecure.js MessageReceiver is an event target 10 years ago
notifications.js Include image previews in notifications 10 years ago
options.js
panel_controller.js Stop calling updateInbox all the time 10 years ago
register.js
storage.js