summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Progressive count of debug messages to better trace asynchronous execution.hackademix2019-10-251-1/+4
|
* 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
|
* Fixed undefined variable error when in debugging mode.hackademix2019-10-171-1/+1
|
* 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
|
* Simplified, less noisy and more resilient Messages abstraction implementation.hackademix2019-10-011-17/+3
|
* 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
|
* Work-around for Chromium not supporting frameAncestors in webRequest.hackademix2019-09-291-0/+24
|
* Add browser.runtime.(sendSyncMessage|onSyncMessage) shim.hackademix2019-09-291-0/+150
|
* Updated TLDs.hackademix2019-09-261-1/+1
|
* Update TLDs.hackademix2019-08-191-1/+1
|
* Updated TLDs.hackademix2019-07-311-1/+1
|
* Updated TLDs.hackademix2019-07-251-1/+1
|
* Fix bug in browser type detection by content scripts.hackademix2019-07-251-1/+1
|
* Updated TLDs.hackademix2019-07-231-1/+1
|
* Updated TLDs.hackademix2019-06-301-1/+1
|
* Updated TLDs.hackademix2019-06-151-1/+1
|
* Updated TLDs.hackademix2019-05-301-1/+1
|
* Timing cap inferenced by call numbers when using low-resolution timers.hackademix2019-05-281-3/+13
|
* Fixed JSON parsing preamble regression.hackademix2019-05-281-0/+39
|
* Updated TLDs.hackademix2019-05-261-1/+1
|
* Fix mozwebext class added to content pages (Issue #80).hackademix2019-05-061-10/+20
|
* Updated TLDs.hackademix2019-04-291-1/+1
|
* Limit wrappedJSObject usages to compatible browsers.hackademix2019-04-011-1/+1
|
* Updated TLDs.hackademix2019-04-011-1/+1
|
* Remove source map reference because of ↵hackademix2019-03-281-1/+1
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1437937
* Merge branch 'chromium' into merge/chromiumhackademix2019-03-274-19/+1217
|\
| * Remove usage of non-standard Array methods.hackademix2019-02-011-2/+2
| |
| * Conditional CSS toggle for non-mozilla browsers.hackademix2019-02-011-3/+7
| |
| * Differentiate Chromium restricted URLs (where extensions cannot operate).hackademix2019-02-011-17/+17
| |
| * Generic shims for Chromium derivatives.hackademix2019-02-012-0/+1194
| |
* | Updated TLDs.hackademix2019-03-141-1/+1
|/
* Fix for unrestricted tabs not affecting about:blank subframes (issue #48).hackademix2018-12-261-0/+518
|
* Fixed placeholders missing for some blocked embeddings (Tor ticket #28720).hackademix2018-12-051-5/+5
|
* Simplified CSP HTTP header injection, avoiding report-to until actually ↵hackademix2018-10-061-17/+5
| | | | supported by browsers.
* 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-082-10/+22
|
* Work-around for a potential race condition in message handling on extension ↵hackademix2018-09-051-3/+3
| | | | updates.
* Transparent support for FQDNs and better management of file:/// URLs.hackademix2018-09-042-11/+19
|
* Reordered startup sequence to be more friendly with embedders like the Tor ↵hackademix2018-08-281-4/+10
| | | | Browser.
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-272-0/+3
|
* Refactoring CSP building out of RequestGuard.hackademix2018-08-272-0/+52
|
* Updated TLD support.hackademix2018-08-271-2/+2
|
* 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
|