Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove loop around XHR. | hackademix | 2019-11-03 | 1 | -11/+7 |
* | Semi-synchronous mode to avoid HEAD element insertion issues causing some use... | hackademix | 2019-10-30 | 1 | -14/+46 |
* | Use asyncrhonous messages to deliver SyncMessage payloads on Firefox. | hackademix | 2019-10-25 | 1 | -86/+115 |
* | More robust SyncMessage implementation coping with XHR suspension inconsisten... | hackademix | 2019-10-19 | 1 | -5/+34 |
* | 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 |