summaryrefslogtreecommitdiff
path: root/src/bg/main.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed inconsistencies in handling of browser-internal URLs.hackademix2019-04-081-2/+4
* Chromium-compatible popup closure handling.hackademix2019-03-281-1/+1
* Fixed ns.requestCan() using hardcoded "script" rather than its capability arg...hackademix2019-03-161-1/+1
* Selective handling of Tor Browser options and work-around for https://bugzill...hackademix2019-03-141-0/+4
* Added missing await to async options saving.hackademix2019-03-141-1/+1
* Fix for various content script timing related issues.hackademix2018-09-091-1/+1
* Saner message dispatching.hackademix2018-09-081-11/+12
* Better file: protocol support.hackademix2018-09-041-2/+3
* Reordered startup sequence to be more friendly with embedders like the Tor Br...hackademix2018-08-281-16/+14
* Merge pull request #16 from rustybird/startedhackademix2018-08-281-0/+1
|\
| * Broadcast a "started" message after initializationRusty Bird2018-08-271-0/+1
* | Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-5/+11
|/
* More coherent wrapper around the webex messaging API.hackademix2018-08-221-7/+2
* Fixed possible surprises in background script message handling.hackademix2018-08-211-270/+246
* Removed all references to RequestUtil.js and dependancies.hackademix2018-08-181-1/+1
* Policy serialization using the contentScripts API.hackademix2018-08-161-1/+4
* More reliable handling of edge startup cases.hackademix2018-07-221-26/+15
* Removed deprecated windowType usages.hackademix2018-07-121-3/+1
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-011-0/+282