index
:
noscript
master
[no description]
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
SyncMessage.js
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed UI not working on pages were sessionStorage is disabled.
hackademix
2019-12-29
1
-5
/
+11
|
*
[Chromium] Fixed no permissions given on first page load in a session.
hackademix
2019-12-23
1
-6
/
+29
|
*
Use invalid IP rather than domain name to prevent offline status from ↵
hackademix
2019-11-15
1
-1
/
+2
|
|
|
|
breaking sync messaging in Chromium.
*
Remove loop around XHR.
hackademix
2019-11-03
1
-11
/
+7
|
*
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