summaryrefslogtreecommitdiff
path: root/src/content/content.js
Commit message (Expand)AuthorAgeFilesLines
* Replace cookie-based hacks with synchronous messaging (currently shimmed) to ...hackademix2019-09-291-6/+3
* Work-around for browser.i18n.getMessage() API in content scripts giving away ...hackademix2019-07-311-1/+11
* Better IPV6 support.hackademix2018-09-101-7/+1
* Streamlined child policy content scripts.hackademix2018-09-101-1/+1
* Fix for various content script timing related issues.hackademix2018-09-091-2/+1
* Saner message dispatching.hackademix2018-09-081-2/+1
* Work-around for a potential race condition in message handling on extension u...hackademix2018-09-051-0/+5
* Work-around for CSP not being honored when the HEAD element has not been inse...hackademix2018-09-041-13/+1
* Better file: protocol support.hackademix2018-09-041-6/+16
* Fix fallback scripts when ServiceWorkers are unavailablePeter Wu2018-08-301-6/+6
* Reload-less service worker busting.hackademix2018-08-281-0/+10
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-188/+30
* Let content script inject failsafe CSP in the DOM.hackademix2018-08-271-2/+9
* Hotfix for some possible reload loops before refactoring CSP management.hackademix2018-08-251-1/+0
* Fixed typo causing accidental permissions/status mismatches being checked onl...hackademix2018-08-231-1/+1
* More coherent wrapper around the webex messaging API.hackademix2018-08-221-12/+3
* Fixed possible surprises in background script message handling.hackademix2018-08-211-3/+3
* Removed all references to RequestUtil.js and dependancies.hackademix2018-08-181-10/+17
* Hack: use top.name to store per-tab content-side configuration (e.g. unrestri...hackademix2018-08-171-1/+41
* Policy serialization using the contentScripts API.hackademix2018-08-161-2/+28
* Improved support for debugging code removal in releases.hackademix2018-08-011-1/+1
* Fixed updating NoScript reloads tabs with revoked temporary permissions.hackademix2018-08-011-2/+6
* Fixed browser action icon not being updated on BF cache navigation.hackademix2018-07-281-4/+10
* Fixed regression in NOSCRIPT elements emulation.hackademix2018-07-281-8/+7
* Fixed some video streams not playing anymore.hackademix2018-07-281-1/+1
* Fixed window.stop() called in empty suframes.hackademix2018-07-281-1/+1
* Disable scripting in HTML-embedding objects where webglHook cannot run, if we...hackademix2018-07-261-2/+2
* Fixed infinite reload loops on scripting permissions mismatches.hackademix2018-07-251-6/+12
* Work-around for serviceWorker loads bypassing webRequest.hackademix2018-07-241-14/+38
* More reliable handling of edge startup cases.hackademix2018-07-221-6/+23
* Fixed dynamic script injection failing sometimes with "No matching message ha...hackademix2018-07-221-2/+7
* Prevent multiple canScript content messages during the same page load.hackademix2018-07-201-1/+9
* Content-side DOM insertions made compatible with XML document.hackademix2018-07-091-0/+4
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-011-0/+107