summaryrefslogtreecommitdiff
path: root/src/lib/Messages.js
Commit message (Expand)AuthorAgeFilesLines
* Consolidated missing endpoint error detection in Messages.hackademix2019-10-251-0/+4
* More compatible Messages abstraction.hackademix2019-10-251-9/+22
* Fixed undefined variable error when in debugging mode.hackademix2019-10-171-1/+1
* Simplified, less noisy and more resilient Messages abstraction implementation.hackademix2019-10-011-17/+3
* Gracefully handle legacy message recipients.hackademix2018-09-141-0/+1
* Message loops checks coping with multiple options window.hackademix2018-09-091-3/+5
* Fixed message handling regression causing incompatibilities with embedders an...hackademix2018-09-091-2/+12
* Saner message dispatching.hackademix2018-09-081-9/+19
* Work-around for a potential race condition in message handling on extension u...hackademix2018-09-051-3/+3
* Reordered startup sequence to be more friendly with embedders like the Tor Br...hackademix2018-08-281-4/+10
* Fixed messages from content scripts being "eaten" by the wrong dispatcher whe...hackademix2018-08-231-0/+2
* More coherent wrapper around the webex messaging API.hackademix2018-08-221-3/+12
* Fixed possible surprises in background script message handling.hackademix2018-08-211-0/+31