summaryrefslogtreecommitdiff
path: root/src/bg/RequestUtil.js
Commit message (Expand)AuthorAgeFilesLines
* Removed all references to RequestUtil.js and dependancies.hackademix2018-08-181-169/+0
* Fixed random stallings on page transitions.hackademix2018-07-281-1/+1
* Disable scripting in HTML-embedding objects where webglHook cannot run, if we...hackademix2018-07-261-8/+4
* More edge cases covered in dynamic script injection.hackademix2018-07-261-9/+15
* Fixed some resource loading feedback glitches.hackademix2018-07-261-31/+34
* Fix for stalling embedded objects load on dynamic script injection.hackademix2018-07-251-3/+2
* Fixed dynamic script injection failing sometimes with "No matching message ha...hackademix2018-07-221-1/+8
* Fixed externally handled resources opened in popups being broken by dynamic s...hackademix2018-07-201-19/+36
* Refactor ContentMetadata into ResponseMetaData.hackademix2018-07-191-8/+10
* Removed useless work-around suggested in moz bug 1410755 which caused Tor Bro...hackademix2018-07-191-14/+5
* Prevent script injection from messing with content-disposition=attachment res...hackademix2018-07-171-11/+15
* Cosmetic bug fixes.hackademix2018-07-161-1/+1
* Fixed cleaning up reloadingTabs in StreamFilter.onstart() was still breaking ...hackademix2018-07-121-10/+8
* Fixed race condition in work-around for broken feeds in ESR60.hackademix2018-07-111-12/+15
* Reload hack to let the RSS feed reader work on ESR60hackademix2018-07-101-13/+54
* More specific dynamic script injection exceptions.hackademix2018-07-091-14/+14
* More specific content-type exception for dynamic script injection.hackademix2018-07-091-1/+2
* Fixed dynamic script injection breaking images shown as frame content.hackademix2018-07-071-3/+6
* Work-around for onload not being fired on XML documents in Tor Browser/ESR60.hackademix2018-07-061-22/+35
* Backport dynamic script injection to Tor Browser / Fx ESR60.hackademix2018-07-031-4/+12
* Fixed regression: dynamic script injection breaking images loaded as frame co...hackademix2018-07-031-1/+17
* Simplified and apparently more reliable+flexible+efficient dynamic script inj...hackademix2018-07-021-115/+46
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-011-0/+130