summaryrefslogtreecommitdiff
path: root/src/bg/main.js
Commit message (Expand)AuthorAgeFilesLines
* Added "ping" (beacon/ping) capability control.hackademix2019-12-251-1/+14
* Fixed shortcut and context menu doing nothing unless browserAction icon is vi...hackademix2019-12-111-8/+12
* Fixed onionSecure setting persistence issue (Tor ticket #32362).hackademix2019-11-071-0/+2
* Fixed bug in policy fetching.hackademix2019-10-311-1/+2
* Make tests not to run automatically on dev mode startup anymore.hackademix2019-10-311-5/+5
* Policy fetching asynchronous only before initialization.hackademix2019-10-181-1/+4
* Fixed typo causing initializing promise not being cached.hackademix2019-10-181-2/+3
* Handle edge-case policy retrieval for file:// pages loaded by session restore...hackademix2019-10-011-6/+16
* Make policy fetching resilient to missing tab information.hackademix2019-09-301-5/+5
* Replace cookie-based hacks with synchronous messaging (currently shimmed) to ...hackademix2019-09-291-10/+12
* Remove ChildPolicies and its dependencies.hackademix2019-09-291-7/+28
* 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