summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
Commit message (Collapse)AuthorAgeLines
...
| * | Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to componentsMatt A. Tobin2018-11-30-0/+3547
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to componentsMatt A. Tobin2018-11-30-0/+2688
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to componentsMatt A. Tobin2018-11-30-0/+2932
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to componentsMatt A. Tobin2018-11-30-0/+664
| | |
| * | Issue #890 - Port cpp aboutRedirector to javascriptMatt A. Tobin2018-11-30-263/+139
|/ /
* | [PALEMOON] Align the places component with the updated PlacesUtils APIJustOff2018-11-16-23/+34
| |
* | Issue #861 - The bookmark properties window should focus on the Name Picker ↵Matt A. Tobin2018-11-14-0/+5
| | | | | | | | text box on init
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-11-14-11/+4
|\ \
| * | [PALEMOON] Use generic application icon for external applications in about:feedsMatt A. Tobin2018-11-14-16/+4
| | |
| * | Revert "[PALEMOON] Use generic application icon for external applications in ↵Matt A. Tobin2018-11-14-1/+6
| | | | | | | | | | | | | | | | | | about:feeds" This reverts commit c8d90e332f4da50fdaa77eb733481d8be547391c.
* | | Revert "[PALEMOON] Focus and select the first non-collapsed text element in ↵wolfbeast2018-11-14-5/+0
|/ / | | | | | | | | | | | | | | the bookmark properties dialog" This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9. Tag #867
* | [PALEMOON] Use generic application icon for external applications in about:feedsMatt A. Tobin2018-11-14-6/+1
| |
* | #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.
* | [PALEMOON] Focus and select the first non-collapsed text element in the ↵JustOff2018-11-03-0/+5
| | | | | | | | bookmark properties dialog
* | [PALEMOON] Open about:permissions when notification settings are requestedJustOff2018-10-20-0/+15
| |
* | [PALEMOON] Add filter query to about:permissionsJustOff2018-10-20-0/+8
| |
* | [PALEMOON] Use message manager to detect full-screen HTML5 video in S4E moduleJustOff2018-10-01-20/+69
| |
* | Use SSM's createCodebasePrincipalFromOrigin() instead of the nonexistent ↵wolfbeast2018-09-22-2/+2
| | | | | | | | | | | | BrowserUtils.principalFromOrigin() This resolves #734.
* | [PALEMOON] Skip notifications for background tabs when restoring a sessionJustOff2018-09-16-2/+5
| |
* | 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] Fix document navigation using F6JustOff2018-08-23-1/+1
| |
* | [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
|/
* Merge pull request #662 from janekptacijarabaci/pm_places_controller_clean-up_2Moonchild2018-07-21-5/+0
|\ | | | | [PALEMOON] Places - remove unnecessary line from controller.js
| * [PALEMOON] Places - remove unnecessary line from controller.jsjanekptacijarabaci2018-07-21-2/+0
| |
| * [PALEMOON] Places - remove unused @param from controller.jsjanekptacijarabaci2018-07-21-3/+0
| |
* | Fix position and size of Permissions Manager main content area.wolfbeast2018-07-21-1/+1
|/ | | | This resolves #660
* [PALEMOON] Fix Permissions Manager (plugins.click_to_play / vulnerable plugins)janekptacijarabaci2018-07-17-16/+22
|
* Fix redirector pathswolfbeast2018-07-06-6/+1
| | | | This resolves #602.
* [PALEMOON] about:sessionrestore - fix an error "treeView.treeBox is null" in ↵janekptacijarabaci2018-07-03-0/+3
| | | | | | aboutSessionRestore.js Issue #350
* Bug 1334411 - Remove the UI for indexedDB in Page Info and Permissions Managerjanekptacijarabaci2018-07-02-51/+6
|
* Prevent suppressing executable warnings using the "don't ask me this again" ↵wolfbeast2018-07-02-11/+6
| | | | | | | | | | checkbox. A hidden preference matching the behavior of "browser.download.manager.alertOnEXEOpen" is kept, but is renamed in order to recover cases where the checkbox was used accidentally. While there, simplify the `confirmLaunchExecutable` function by converting from promises to async function. Since Basilisk moved this prompting to toolkit, we also clean up some unused duplicate strings from application/basilisk while we're there. This resolves #581
* Confirm launch of executables other than .exe on Windows.wolfbeast2018-06-30-14/+15
|
* Reorganize some internal pages.wolfbeast2018-06-27-1/+1
|
* 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
* Issue #517 Part 1: Import newtab page from Basilisk (sans directory service ↵wolfbeast2018-06-19-1/+1
| | | | provider module)
* [PALEMOON] Remove named function syntax in aboutPermissions.jsjanekptacijarabaci2018-06-19-8/+8
| | | | Issue #516
* [PALEMOON] Fix "Permissions Manager" and "Remove All Cookies"janekptacijarabaci2018-06-19-1/+2
| | | | Follow up #273
* [PALEMOON] Fix "Permissions Manager" and cookiesjanekptacijarabaci2018-06-19-1/+1
| | | | Follow up #273
* [PALEMOON] Remove `image/jxr` from `image.http.accept` until JPEG-XR decoder ↵JustOff2018-06-13-1/+17
| | | | is implemented
* Merge pull request #471 from janekptacijarabaci/pm_move_permissions_1Moonchild2018-06-12-13/+27
|\ | | | | [PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/
| * [PALEMOON] Moving About permissions component files from ↵janekptacijarabaci2018-06-11-13/+27
| | | | | | | | | | | | components/preferences/ to components/permissions/ Issue #191
* | [PALEMOON] Change the three-state DoNotTrack controls to a simple on/off switchJustOff2018-06-11-51/+20
|/
* Merge pull request #461 from trav90/HSTSMoonchild2018-06-07-3/+3
|\ | | | | Improve HSTS preload list generation