summaryrefslogtreecommitdiff
path: root/src/lib/Messages.js
Commit message (Collapse)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 ↵hackademix2018-09-091-2/+12
| | | | and potential internal loops.
* Saner message dispatching.hackademix2018-09-081-9/+19
|
* Work-around for a potential race condition in message handling on extension ↵hackademix2018-09-051-3/+3
| | | | updates.
* Reordered startup sequence to be more friendly with embedders like the Tor ↵hackademix2018-08-281-4/+10
| | | | Browser.
* Fixed messages from content scripts being "eaten" by the wrong dispatcher ↵hackademix2018-08-231-0/+2
| | | | when UI is open (thanks skriptimaahinen).
* 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