summaryrefslogtreecommitdiff
path: root/src/lib/Messages.js
Commit message (Collapse)AuthorAgeFilesLines
* 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