summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Further JSON reduction optimizations.hackademix2019-05-281-4/+3
|
* Version bump: 10.6.3rc5.hackademix2019-05-281-1/+1
|
* Timing cap inferenced by call numbers when using low-resolution timers.hackademix2019-05-281-3/+13
|
* Make XSS timeouts fatal and reported.hackademix2019-05-281-1/+2
|
* Fixed JSON parsing preamble regression.hackademix2019-05-282-1/+41
|
* Version bump: 10.6.3rc4.hackademix2019-05-281-1/+1
|
* XSS Filter made further asynchronous, prevents freezes on complex JSON payloads.hackademix2019-05-272-123/+147
|
* Version bump: 10.6.3rc3.hackademix2019-05-271-1/+1
|
* More accurate algorithm to account for permissions changes in the UI ↵hackademix2019-05-263-9/+27
| | | | triggering automatic reloads.
* Version bump: 10.6.3rc2.hackademix2019-05-261-1/+1
|
* Updated TLDs.hackademix2019-05-262-8/+168
|
* Skip page autoreloads on transitions between temporary and permanent presets ↵hackademix2019-05-261-12/+14
| | | | of the same kind.
* Version bump: 10.6.3rc1.hackademix2019-05-261-1/+1
|
* Version bump: 10.6.2.hackademix2019-05-221-1/+1
|
* Updated InjectionChecker's HTML5 events.hackademix2019-05-223-2/+5
|
* Removed work-around for ↵hackademix2019-05-2222-238/+9
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1532530 (see https://trac.torproject.org/projects/tor/ticket/29969#comment:9).
* Removed legacy DomNode.replaceChild() usage.hackademix2019-05-221-1/+1
|
* Version bump: 10.6.2rc2.hackademix2019-05-221-1/+1
|
* Fix mozwebext class added to content pages (Issue #80).hackademix2019-05-061-10/+20
|
* Updated TLDs.hackademix2019-04-292-23/+37
|
* Updated Transifex-managed locales (es, ms, tr).hackademix2019-04-293-28/+28
|
* Skip MediaSource patching where it's disabled by browser settings.hackademix2019-04-291-1/+2
|
* Skip dev-mode XSS tests unless the browser is Firefox.hackademix2019-04-291-1/+1
|
* Reference internal pages as absolute URLs for Chromium compatibility.hackademix2019-04-292-3/+7
|
* Version bump: 10.6.2rc1.hackademix2019-04-291-1/+1
|
* Version bump: 10.6.1.hackademix2019-04-081-1/+1
|
* Updated Transifex-managed nl locale.hackademix2019-04-081-1/+1
|
* Catch SecurityException thrown on cross-origin wrappedJSObject access.hackademix2019-04-081-1/+6
|
* Make RequestGuard's header processing synchronous on non-supporting browsers.hackademix2019-04-082-8/+15
|
* Fixed inconsistencies in handling of browser-internal URLs.hackademix2019-04-084-9/+13
|
* Fixed resetting options works just once per session (defaults reference ↵hackademix2019-04-061-1/+1
| | | | current settings) - issue #69.
* Updated Transifex-managed locales (de, fr, it, tr).hackademix2019-04-064-9/+9
|
* Version bump: 10.6.1rc1.hackademix2019-04-011-1/+1
|
* Version bump: 10.6.hackademix2019-04-011-1/+1
|
* Version bump: 10.6rc2.hackademix2019-04-011-1/+1
|
* Limit wrappedJSObject usages to compatible browsers.hackademix2019-04-014-4/+4
|
* Version bump: 10.6rc1.hackademix2019-04-011-1/+1
|
* Updated TLDs.hackademix2019-04-012-11/+33
|
* Updated de, fr, he, ru locales.hackademix2019-04-014-4/+4
|
* Preserve chromium zip on releases only.hackademix2019-04-011-2/+3
|
* Keep the built .zip file for chrome web store submission.hackademix2019-03-281-1/+1
|
* Chromium-compatible popup closure handling.hackademix2019-03-283-15/+34
|
* Work-around for potential issues with legacy prefs.hackademix2019-03-281-3/+5
|
* Chromium-compatible version number.hackademix2019-03-281-1/+1
|
* Remove source map reference because of ↵hackademix2019-03-281-1/+1
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1437937
* Fixed manifest description for cross-browser and chrome web store usage.hackademix2019-03-281-2/+2
|
* Merge branch 'chromium' into merge/chromiumhackademix2019-03-2723-41/+1288
|\
| * Remove usage of non-standard Array methods.hackademix2019-02-014-11/+10
| |
| * Removed non-standard uneval() usage.hackademix2019-02-011-1/+1
| |
| * Fallback XSS filtering to XSS Auditor since asynchronous webRequest handlers ↵hackademix2019-02-014-4/+14
| | | | | | | | are not supported by Chromium.