summaryrefslogtreecommitdiff
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Further work-around for setting importation file picking inconsistencies on ↵hackademix2019-05-303-5/+22
| | | | Android.
* Fixed [Import] button on Android (issue #76).hackademix2019-05-281-5/+4
|
* More accurate algorithm to account for permissions changes in the UI ↵hackademix2019-05-262-8/+13
| | | | triggering automatic reloads.
* Skip page autoreloads on transitions between temporary and permanent presets ↵hackademix2019-05-261-12/+14
| | | | of the same kind.
* Removed work-around for ↵hackademix2019-05-222-11/+0
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1532530 (see https://trac.torproject.org/projects/tor/ticket/29969#comment:9).
* Reference internal pages as absolute URLs for Chromium compatibility.hackademix2019-04-291-2/+4
|
* Chromium-compatible popup closure handling.hackademix2019-03-281-14/+16
|
* Merge branch 'chromium' into merge/chromiumhackademix2019-03-2711-7/+42
|\
| * Remove usage of non-standard Array methods.hackademix2019-02-011-1/+1
| |
| * Fallback XSS filtering to XSS Auditor since asynchronous webRequest handlers ↵hackademix2019-02-013-4/+12
| | | | | | | | are not supported by Chromium.
| * Chromium-compatible UI stylesheets.hackademix2019-02-013-1/+18
| |
| * Graceful degradation for missing WebExtensions APIs on Chromium.hackademix2019-02-011-4/+6
| |
| * Generic shims for Chromium derivatives.hackademix2019-02-014-0/+8
| |
* | Improved prompts layout.hackademix2019-03-202-3/+12
| |
* | Improved popup initialization perceived speed.hackademix2019-03-192-24/+20
| |
* | Fixed popup top buttons not visible in high contrast appearance mode.hackademix2019-03-191-4/+22
| |
* | "General/Cascade top document's restrictions to subdocuments" option ↵hackademix2019-03-152-1/+5
| | | | | | | | (default true on the Tor Browser).
* | Selective handling of Tor Browser options and work-around for ↵hackademix2019-03-144-5/+39
|/ | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1532530
* Fixed preset customization UI showing inherited DEFAULT permissions if a ↵hackademix2018-10-061-1/+1
| | | | protocol-level preset exists.
* Better UX for overriding protocol-level permissions.hackademix2018-10-063-24/+73
|
* SUpport for protocol-only entries in UI.hackademix2018-09-091-6/+11
|
* Init the CUSTOM preset not just with the capabilities, but also with the ↵hackademix2018-09-051-5/+6
| | | | "temporary" status of the previously selected one.
* Transparent support for FQDNs and better management of file:/// URLs.hackademix2018-09-041-2/+6
|
* Better file: protocol support.hackademix2018-09-041-6/+5
|
* Fixed typo in restricted.js inclusion.hackademix2018-08-291-1/+1
|
* Better timing feedback for permissions changes in the popup UI.hackademix2018-08-281-5/+7
|
* More coherent wrapper around the webex messaging API.hackademix2018-08-222-13/+9
|
* Fixed possible surprises in background script message handling.hackademix2018-08-211-4/+4
|
* "High contrast appearance" option to override high contrast themes ↵hackademix2018-08-136-41/+93
| | | | auto-detection.
* Fixed unlocalized NoScript Options title.hackademix2018-08-061-3/+1
|
* [UI] More flexible CSS layout for preset buttons.hackademix2018-07-241-2/+2
|
* Replaced unicode glyphs missing on some platforms and in the Tor Browser.hackademix2018-07-202-5/+9
|
* Fixed first popup row not showing the initial site active preset.hackademix2018-07-121-30/+30
|
* Removed deprecated windowType usages.hackademix2018-07-121-1/+1
|
* Autosize preset buttons final.hackademix2018-07-122-39/+47
|
* Autosize preset buttons part 2.hackademix2018-07-112-4/+8
|
* Made preset buttons automatically sized according to their (localized) content.hackademix2018-07-112-4/+53
|
* More graceful handling of internal and restricted URLs.hackademix2018-07-091-1/+5
|
* Truncate preset labels which exceed the button size, accomodating for longer ↵hackademix2018-07-081-1/+1
| | | | localized strings.
* More informative / useful popup on (semi)privileged pages.hackademix2018-07-061-19/+34
|
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-0118-0/+2689