summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/preferences
Commit message (Collapse)AuthorAgeLines
* Remove Pale Moon from the Unified XUL Platform repositoryMatt A. Tobin2019-12-14-9627/+0
| | | | Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
* Issue #1289 - Part 4: Update Pale Moon UI.wolfbeast2019-11-14-31/+4
| | | | | This swaps the UI choice to using the new boolean pref instead of enforcement level.
* Issue #1156 - Location Bar Preferences CheckboxesRyan Fox2019-07-27-33/+0
| | | | Signed-off-by: Ryan Fox <flewkey@2a03.party>
* Add UI preference for overall vertical smooth scrolling speedwolfbeast2019-07-26-0/+9
| | | | | | (as a percentage). Resolves #1147.
* Revert "Only write the newtab URL if the machinery for it had previously been"JustOff2019-03-26-1/+1
| | | | This reverts commit eb77e289bbe056b58051db0fa868e95da803aa0a.
* Prevent mistaken overwriting of browser.newtab.url when using the browser ↵JustOff2019-03-26-26/+39
| | | | preferences dialog
* Only write the newtab URL if the machinery for it had previously beenwolfbeast2019-03-25-1/+1
| | | | | | initialized. This prevents the URL being overwritten with e.g. about:logopage.
* Move "No proxy for" control down to clarify it is a global effect.wolfbeast2019-02-14-3/+3
| | | | | Follow-up to the behavior change in commit 6567bb631a78033b6b4cc32bc93e07d837652276
* Never let "localhost" get sent to a proxy.wolfbeast2019-02-07-1/+1
| | | | Also make "No proxy for" editable always when usable.
* Merge pull request #931 from Ascrod/masterMoonchild2019-01-18-3/+3
|\ | | | | Fix option for disabling HSTS in Pale Moon
| * [PALEMOON] Fix the option to disable HSTS.Ascrod2019-01-16-3/+3
| |
* | [PALEMOON] Add captive portal preference to the UI.wolfbeast2019-01-16-0/+12
| | | | | | | | Tag #860
* | [PALEMOON] Clean up advanced prefs XULwolfbeast2019-01-16-14/+0
|/ | | | | Remove commented out old Firefox prefs that haven't been used in a loon while and aren't going to be reinstated.
* Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistentMatt A. Tobin2018-11-30-37/+37
|
* #863 Part 3: Add Pale Moon GUI options for Opportunistic Encryption.wolfbeast2018-11-05-0/+19
|
* Backout opportunistic encryption changes.wolfbeast2018-11-04-8/+0
| | | | | | Apparently there is some functional and naming confusion here. Backing out to re-land after evaluation and possible changes. Tag #863.
* Add GUI control to Pale Moon for opportunistic encryption.wolfbeast2018-11-04-0/+8
| | | | Pale Moon part for #863.
* Use SSM's createCodebasePrincipalFromOrigin() instead of the nonexistent ↵wolfbeast2018-09-22-2/+2
| | | | | | BrowserUtils.principalFromOrigin() This resolves #734.
* Use the default value from 'browser.startup.homepage' instead of the ↵JustOff2018-09-03-2/+7
| | | | hardcoded 'http://start.palemoon.org/'
* Update 'browser.newtab.url' when it's used for new tabs and ↵JustOff2018-09-03-55/+74
| | | | 'browser.startup.homepage' changes
* [PALEMOON] Bug 863773 - Changes the way plugin handlers are loaded at the ↵janekptacijarabaci2018-07-26-21/+12
| | | | preferences applications pane. Uses enabledPlugin attribute from each navigator.mimeTypes to find the actual plugin used to handle the mime type
* [PALEMOON] Bug 1034043 - Fix remaining use of "awlaysAsk" attribute in ↵janekptacijarabaci2018-07-25-1/+1
| | | | applications pref pane
* [PALEMOON] Bug 480242 - "Always ask" doesn't work for Pluginsjanekptacijarabaci2018-07-25-24/+30
|
* [PALEMOON] Bug 757726 - Populate Preferences' Applications list using PluginHostjanekptacijarabaci2018-07-25-18/+20
|
* Preferences - Show Cookies - <tree onselect>/"onCookieSelected" is not fired ↵janekptacijarabaci2018-06-24-1/+3
| | | | twice
* Preferences - Show Cookies - "Remove Selected" button should not be active ↵janekptacijarabaci2018-06-24-1/+3
| | | | if there are no items
* Merge pull request #471 from janekptacijarabaci/pm_move_permissions_1Moonchild2018-06-12-1806/+0
|\ | | | | [PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/
| * [PALEMOON] Moving About permissions component files from ↵janekptacijarabaci2018-06-11-1806/+0
| | | | | | | | | | | | components/preferences/ to components/permissions/ Issue #191
* | [PALEMOON] Change the three-state DoNotTrack controls to a simple on/off switchJustOff2018-06-11-50/+5
|/
* [PALEMOON] Update the pref name for HSTStrav902018-06-07-3/+3
| | | | This aligns the pref name for Pale Moon with what is used in the platform.
* Remove the obsolete `media.mediasource.format-reader` control from the ↵JustOff2018-05-11-28/+1
| | | | preferences UI
* [PALEMOON] Remove fullscreen and pointer-lock from permission managingJustOff2018-05-06-91/+2
|
* [PALEMOON] Remove "dom.push.enabled" from aboutPermissions.js (consolidated ↵janekptacijarabaci2018-04-27-2/+0
| | | | to "dom.webnotifications.enabled")
* [PALEMOON] Remove double rows from aboutPermissions.jsjanekptacijarabaci2018-04-27-2/+0
|
* Bug 1288557 - Part 1: Replace custom exceptions dialog with usage of permissionsjanekptacijarabaci2018-04-26-6/+18
|
* Bug 1288557 - Part 0: Fix permissions dialog while receiving deleted eventjanekptacijarabaci2018-04-26-1/+1
|
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-26-15/+25
|\ | | | | | | pm_permissions_1
| * Merge pull request #269 from adeshkp/button_messagesMoonchild2018-04-26-15/+25
| |\ | | | | | | Improve some button labels in preferences
| | * [Pale Moon] Change button labels in cookies dialogadeshkp2018-04-26-15/+25
| | |
* | | [PALEMOON] Preferences: Fix permissions.xul (an introductory comment)janekptacijarabaci2018-04-26-4/+4
| | |
* | | [follow up] Bug 1192458, Part 1 - Consolidate push and desktop notification ↵janekptacijarabaci2018-04-26-21/+0
| | | | | | | | | | | | permissions
* | | [PALEMOON] Permisions Manager: Added a commentjanekptacijarabaci2018-04-26-0/+4
| | |
* | | Bug 1280775 - null check in removePermission to prevent crash: permission ↵janekptacijarabaci2018-04-26-13/+13
| | | | | | | | | | | | manager change
* | | Bug 1212610 - Fix sorting permissions by site due a legacy property name ↵janekptacijarabaci2018-04-26-1/+1
| | | | | | | | | | | | being referenced
* | | Bug 1190175 - Update offlineapp listbox to display origin propertyjanekptacijarabaci2018-04-26-1/+1
| | |
* | | Bug 1189073 - Handle entering 'localhost:12345' into the cookie exceptions ↵janekptacijarabaci2018-04-26-2/+13
| | | | | | | | | | | | dialog correctly
* | | Bug 1185365 - Correctly deal with full URLs in the cookie exceptions dialogjanekptacijarabaci2018-04-26-1/+1
| | |
* | | Bug 1173523 - Part 7: Update advanced.js to use new API for nsIPermissionjanekptacijarabaci2018-04-26-18/+14
| | |
* | | Bug 1173523 - Part 5: Update the preferences permissions UI to use new API ↵janekptacijarabaci2018-04-26-37/+41
| | | | | | | | | | | | for nsIPermission (+ fix typos)
* | | Bug 1173523 - Part 4: Update about:permissions to use new API for nsIPermissionjanekptacijarabaci2018-04-26-61/+58
| | |