summaryrefslogtreecommitdiff
path: root/src/content/staticNS.js
Commit message (Expand)AuthorAgeFilesLines
* Support for safe asynchronous page loading without fallback reloads.hackademix2019-10-181-18/+7
* Prevent startup tabs to remain stuck with about:blank.hackademix2019-10-021-1/+1
* Prevent startup race conditions breaking pinned tabs sometimes.hackademix2019-10-021-4/+3
* Make extra efforts to ensure safety net reloads happen only once on startup.hackademix2019-10-021-16/+27
* Handle edge-case policy retrieval for file:// pages loaded by session restore...hackademix2019-10-011-2/+31
* Replace cookie-based hacks with synchronous messaging (currently shimmed) to ...hackademix2019-09-291-66/+16
* Catch SecurityException thrown on cross-origin wrappedJSObject access.hackademix2019-04-081-1/+6
* Limit wrappedJSObject usages to compatible browsers.hackademix2019-04-011-1/+1
* Safer cookie-less check for unrestricted tabs from subdocuments.hackademix2018-12-271-4/+9
* Fix for unrestricted tabs not affecting about:blank subframes (issue #48).hackademix2018-12-261-1/+15
* Fixed potential race condition in per-tab configuration cookie hack.hackademix2018-10-141-3/+4
* Use cookie instead of window.name as a tab-configuration hack.hackademix2018-10-131-20/+9
* Set tab restrictions status across all frames.hackademix2018-10-121-9/+5
* Better IPV6 support.hackademix2018-09-101-1/+20
* Streamlined child policy content scripts.hackademix2018-09-101-6/+5
* More efficient window.name persistence for tab-scoped permissions.hackademix2018-09-081-30/+34
* Further CSP refactoring and removal of obsolete fallbacks.hackademix2018-08-271-0/+99