summaryrefslogtreecommitdiff
path: root/src/bg
Commit message (Expand)AuthorAgeFilesLines
* Best effort to run webRequest.onHeaderReceived listener last (issue #6)hackademix2018-08-061-6/+24
* Skip non-content windows when deferring startup page loading.hackademix2018-08-011-4/+4
* Fixed inline scripts not being reported to UI (skriptimaahinen).hackademix2018-08-011-0/+1
* Fixed startup race condition with pending request tracking.hackademix2018-08-011-2/+3
* Fixed random stallings on page transitions.hackademix2018-07-281-1/+1
* Fixed regression in NOSCRIPT elements emulation.hackademix2018-07-281-1/+1
* Fixed window.stop() called in empty suframes.hackademix2018-07-281-2/+3
* Disable scripting in HTML-embedding objects where webglHook cannot run, if we...hackademix2018-07-262-11/+16
* More edge cases covered in dynamic script injection.hackademix2018-07-262-16/+24
* Fixed some resource loading feedback glitches.hackademix2018-07-262-41/+44
* Fix for stalling embedded objects load on dynamic script injection.hackademix2018-07-251-3/+2
* Fixed infinite reload loops on scripting permissions mismatches.hackademix2018-07-251-1/+1
* Work-around for serviceWorker loads bypassing webRequest.hackademix2018-07-241-5/+16
* More reliable handling of edge startup cases.hackademix2018-07-223-30/+92
* 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-202-20/+37
* 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
* Removed deprecated windowType usages.hackademix2018-07-121-3/+1
* 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 graceful handling of internal and restricted URLs.hackademix2018-07-091-2/+4
* 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-072-15/+17
* Work-around for onload not being fired on XML documents in Tor Browser/ESR60.hackademix2018-07-062-27/+41
* 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-022-116/+47
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-015-0/+1123