summaryrefslogtreecommitdiff
path: root/src/lib/SyncMessage.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed SoundCloud login broken by NoScript being enabled.hackademix2020-04-161-1/+2
|
* [Chromium] Fix SyncMessage broken by feature-policy headers.hackademix2020-01-091-8/+31
|
* Fixed UI not working on pages were sessionStorage is disabled.hackademix2019-12-291-5/+11
|
* [Chromium] Fixed no permissions given on first page load in a session.hackademix2019-12-231-6/+29
|
* Use invalid IP rather than domain name to prevent offline status from ↵hackademix2019-11-151-1/+2
| | | | breaking sync messaging in Chromium.
* Remove loop around XHR.hackademix2019-11-031-11/+7
|
* Semi-synchronous mode to avoid HEAD element insertion issues causing some ↵hackademix2019-10-301-14/+46
| | | | userscripts to fail.
* Use asyncrhonous messages to deliver SyncMessage payloads on Firefox.hackademix2019-10-251-86/+115
|
* More robust SyncMessage implementation coping with XHR suspension ↵hackademix2019-10-191-5/+34
| | | | inconsistencies on Firefox.
* Fixed asynchronous onSyncMessage listeners support, on Chromium too.hackademix2019-10-181-1/+30
|
* Improved console reporting.hackademix2019-10-011-7/+7
|
* SyncMessage support for asynchronous listeners.hackademix2019-10-011-3/+2
|
* "use strict" in SyncMessage.jshackademix2019-10-011-1/+2
|
* More verbose error logging while processing syncMessage listeners.hackademix2019-09-301-1/+1
|
* Leaner and faster SyncMessage shim tab id tracking hack for Firefox.hackademix2019-09-301-20/+20
|
* Add browser.runtime.(sendSyncMessage|onSyncMessage) shim.hackademix2019-09-291-0/+150