summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base
Commit message (Collapse)AuthorAgeLines
* Remove Pale Moon from the Unified XUL Platform repositoryMatt A. Tobin2019-12-14-34338/+0
| | | | Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
* Remove some leftover snippets code.wolfbeast2019-08-10-4/+0
| | | | follow-up to 3a17b713ef27abb8c9d7c116815d3af7e0f366d9
* [Pale Moon] Add a configure flag to functionally disable personas at build timeMatt A. Tobin2019-06-29-1/+6
|
* [Pale Moon] Update the check for updates menu item logic for already staged ↵Matt A. Tobin2019-05-29-1/+1
| | | | automatic updates
* Issue #1104 - Pass an opener to loadOneTab in the openURI functionFranklinDM2019-05-23-1/+3
|
* Issue #1104 - Set the browser's opener when adding a new tabFranklinDM2019-05-23-1/+10
| | | | | - This modifies `loadOneTab` and `addTab` to accept an opener - This code was adapted from Basilisk's copy of tabbrowser.xml without the refactored code changes (which is a lot more involved as it divides addTab's functions into multiple functions)
* Issue #971 - Fix browser.link.open_newwindow functionality in Pale MoonFranklinDM2019-05-22-1/+0
|
* Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵Matt A. Tobin2019-05-12-6/+1
| | | | | | | | from nsMediaFragmentURIParser.h This also magically makes Aero Peek work properly with Pale Moon thus: Resolves #809
* [PALEMOON] buildHelpMenu() is executed by the shared help menu but not all ↵Matt A. Tobin2019-05-11-7/+25
| | | | windows have the AppMenu
* Issue #1084 - Add null check for URL Bar in the writePlaceholder() methodFranklin DM2019-05-11-0/+5
|
* Issue #1081 - Restore "release notes" item in the help menuMatt A. Tobin2019-05-09-8/+31
|
* Issue #1082 - Restore a getBoolPref global shim in utilityOverlay.js for ↵Matt A. Tobin2019-05-09-0/+11
| | | | Extension compatibility
* [PALEMOON] Prevent overlapping modal prompts and preserve prompt order.wolfbeast2019-04-29-1/+9
|
* Issue #1049 - Show sync status via label of sync-buttonMatt A. Tobin2019-04-21-3/+12
|
* [PHOENIX] Fix missing default from lastSync in browser-syncui.js in Pale ↵Matt A. Tobin2019-04-21-1/+1
| | | | Moon and replace the tryblock in Basilisk
* Issue #991 Part 1: Pale MoonAscrod2019-04-13-14/+3
|
* CotPM updatewolfbeast2019-04-05-3/+3
|
* Zap the robots.wolfbeast2019-04-05-111/+0
| | | | Resolves #1036
* Merge pull request #834 from g4jc/remove_contextidMoonchild2019-03-25-25/+7
|\ | | | | Issue #756 - Remove Contextual Identity
| * Issue #756 - Remove Contextual Identity References from Pale MoonGaming4JC2019-03-18-25/+7
| |
* | Remove obsolete getPref helpers.Ascrod2019-03-24-44/+12
| |
* | Remove leftover updater lines in about boxwolfbeast2019-03-23-3/+0
|/ | | | Resolves #1020.
* [PALEMOON] Fix updatesSeparator id mismatchMatt A. Tobin2019-03-06-1/+1
|
* Tweak the about box styling some more and clean up styles.wolfbeast2019-03-06-2/+23
|
* Tweak the about box layout a bit.wolfbeast2019-03-05-1/+1
| | | | | | - Put the Licensing link in the center - Strengthen the "fog" background for the credits text for readability - Add CSS animation to fade it in.
* Fix dynamic addition of build date.wolfbeast2019-03-04-1/+1
|
* Update about box design.wolfbeast2019-03-04-39/+37
| | | | Tag #963.
* Remove updater gunk from the about box.wolfbeast2019-03-04-578/+0
|
* Make the Auth prompt DOS protection a browser-element opt-in feature.wolfbeast2019-03-01-2/+7
|
* WIP fix 1wolfbeast2019-02-28-1/+13
|
* Merge pull request #967 from Ascrod/masterMoonchild2019-02-15-1/+11
|\ | | | | Pale Moon: Add loop context menu to HTML5 media elements.
| * Rename mediaPlaybackRate to mediaPlaybackRate2.Ascrod2019-02-10-1/+1
| |
| * Pale Moon: Add loop context menu to HTML5 media elements.Ascrod2019-02-09-0/+10
| |
* | Treat aContext as a bitfield in openURI.wolfbeast2019-02-13-1/+7
| | | | | | | | Potential fix for #971
* | Add "check for updates" to main menu and AppMenu v2wolfbeast2019-02-12-2/+128
|/ | | | Tag #963.
* Revert "Add "check for updates" to main menu and AppMenu"wolfbeast2019-02-06-34/+0
| | | | This reverts commit d9a05498806ede2978623019ce222150c5cfcef5.
* Add "check for updates" to main menu and AppMenuwolfbeast2019-02-06-0/+34
| | | | Tag #963.
* Make sure Glass doesn't override LWT style for the title bar.wolfbeast2019-02-05-7/+7
| | | | This resolves #965.
* Merge pull request #959 from FranklinDM/fullscreenpatch-v2Moonchild2019-02-04-27/+10
|\ | | | | Use 'mousemove' events for hiding the Navigation Toolbar in Full Screen
| * [Pale Moon] Use mousemove events instead of MousePosTracker for hiding the ↵FranklinDM2019-02-02-27/+10
| | | | | | | | | | | | navigation bar in fullscreen * Tag #336
* | [PALEMOON] Initialize the search service asynchronously when calling ↵JustOff2018-12-26-1/+3
| | | | | | | | 'BrowserSearch.addEngine()'
* | [PALEMOON] Initialize the search service asynchronously from 'about:home' ↵JustOff2018-12-23-2/+2
| | | | | | | | and 'about:newtab'
* | Add an option to process favicons.wolfbeast2018-12-06-1/+28
| | | | | | | | | | This optimizes the size for UI display and strips animations. Default disabled. This resolves #899.
* | Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistentMatt A. Tobin2018-11-30-65/+65
| |
* | Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to componentsMatt A. Tobin2018-11-30-3533/+0
| |
* | Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to componentsMatt A. Tobin2018-11-30-2674/+0
| |
* | Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to componentsMatt A. Tobin2018-11-30-2918/+0
| |
* | Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to componentsMatt A. Tobin2018-11-30-650/+0
| |
* | Revert "[PALEMOON] Sanitize - "Form and search history" sanitize also the ↵JustOff2018-11-28-17/+7
|/ | | | | | Findbar text and history (Ctrl-Z)" This reverts commit a97887a67742aa3f95c47ad79b3c4c3827565944.
* Hide mute menu item and disable mute hotkey with existing prefFranklinDM2018-11-18-0/+39
|