summaryrefslogtreecommitdiff
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* UI adjustments for better mobile experience (thanks Bram Pitoyo for suggestio...hackademix2020-05-173-49/+129
* Apply "font-family: Inter" to the mobile stylesheet only.hackademix2020-03-161-1/+2
* Added CSS reference to Inter font to improve UI look on Fenix.hackademix2020-03-131-1/+1
* Minor adjustments for Firefox Preview (Fenix) compatibility.hackademix2020-02-294-8/+11
* Fixed autoreload after popup closing broken on Vivaldi.hackademix2020-01-301-2/+3
* Fixed settings export button broken on Vivaldi (issue #124).hackademix2019-12-301-2/+5
* Added "ping" (beacon/ping) capability control.hackademix2019-12-251-1/+1
* Fixed shortcut and context menu doing nothing unless browserAction icon is vi...hackademix2019-12-111-2/+1
* [Tor] Treat .onion sites whose protocol is HTTP as if it was HTTPS.hackademix2019-10-271-3/+7
* [Tor] Display .onion sites as "secure" in the UI (tickets #27313 and #27307).hackademix2019-10-091-2/+3
* [Tor] Work-around for prompts being huge when resistFingerprinting is enabled.hackademix2019-08-021-2/+13
* Work-around for browser.i18n.getMessage() API in content scripts giving away ...hackademix2019-07-311-0/+3
* Update childNode.parentNode.removeChild(childNode) pattern to childNode.remov...hackademix2019-07-231-3/+3
* Fixed toolbar drag and drop configuration not working on Chrome.hackademix2019-06-301-1/+0
* Further work-around for setting importation file picking inconsistencies on A...hackademix2019-05-303-5/+22
* Fixed [Import] button on Android (issue #76).hackademix2019-05-281-5/+4
* More accurate algorithm to account for permissions changes in the UI triggeri...hackademix2019-05-262-8/+13
* Skip page autoreloads on transitions between temporary and permanent presets ...hackademix2019-05-261-12/+14
* Removed work-around for https://bugzilla.mozilla.org/show_bug.cgi?id=1532530...hackademix2019-05-222-11/+0
* 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
| * 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 (default...hackademix2019-03-152-1/+5
* | Selective handling of Tor Browser options and work-around for https://bugzill...hackademix2019-03-144-5/+39
|/
* Fixed preset customization UI showing inherited DEFAULT permissions if a prot...hackademix2018-10-061-1/+1
* 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 "tem...hackademix2018-09-051-5/+6
* 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 auto-detec...hackademix2018-08-136-41/+93
* 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