Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Semi-synchronous mode to avoid HEAD element insertion issues causing some ↵ | hackademix | 2019-10-30 | 1 | -14/+46 |
| | | | | userscripts to fail. | ||||
* | Use asyncrhonous messages to deliver SyncMessage payloads on Firefox. | hackademix | 2019-10-25 | 1 | -86/+115 |
| | |||||
* | More robust SyncMessage implementation coping with XHR suspension ↵ | hackademix | 2019-10-19 | 1 | -5/+34 |
| | | | | inconsistencies on Firefox. | ||||
* | Fixed asynchronous onSyncMessage listeners support, on Chromium too. | hackademix | 2019-10-18 | 1 | -1/+30 |
| | |||||
* | Improved console reporting. | hackademix | 2019-10-01 | 1 | -7/+7 |
| | |||||
* | SyncMessage support for asynchronous listeners. | hackademix | 2019-10-01 | 1 | -3/+2 |
| | |||||
* | "use strict" in SyncMessage.js | hackademix | 2019-10-01 | 1 | -1/+2 |
| | |||||
* | More verbose error logging while processing syncMessage listeners. | hackademix | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | Leaner and faster SyncMessage shim tab id tracking hack for Firefox. | hackademix | 2019-09-30 | 1 | -20/+20 |
| | |||||
* | Add browser.runtime.(sendSyncMessage|onSyncMessage) shim. | hackademix | 2019-09-29 | 1 | -0/+150 |