Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Pale Moon] Update the check for updates menu item logic for already staged ↵ | Matt A. Tobin | 2019-05-29 | -1/+1 |
| | | | | automatic updates | |||
* | Issue #1104 - Pass an opener to loadOneTab in the openURI function | FranklinDM | 2019-05-23 | -1/+3 |
| | ||||
* | Issue #1104 - Set the browser's opener when adding a new tab | FranklinDM | 2019-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 Moon | FranklinDM | 2019-05-22 | -1/+0 |
| | ||||
* | Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵ | Matt A. Tobin | 2019-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. Tobin | 2019-05-11 | -7/+25 |
| | | | | windows have the AppMenu | |||
* | Issue #1084 - Add null check for URL Bar in the writePlaceholder() method | Franklin DM | 2019-05-11 | -0/+5 |
| | ||||
* | Issue #1081 - Restore "release notes" item in the help menu | Matt A. Tobin | 2019-05-09 | -8/+31 |
| | ||||
* | Issue #1082 - Restore a getBoolPref global shim in utilityOverlay.js for ↵ | Matt A. Tobin | 2019-05-09 | -0/+11 |
| | | | | Extension compatibility | |||
* | [PALEMOON] Prevent overlapping modal prompts and preserve prompt order. | wolfbeast | 2019-04-29 | -1/+9 |
| | ||||
* | Issue #1049 - Show sync status via label of sync-button | Matt A. Tobin | 2019-04-21 | -3/+12 |
| | ||||
* | [PHOENIX] Fix missing default from lastSync in browser-syncui.js in Pale ↵ | Matt A. Tobin | 2019-04-21 | -1/+1 |
| | | | | Moon and replace the tryblock in Basilisk | |||
* | Issue #991 Part 1: Pale Moon | Ascrod | 2019-04-13 | -14/+3 |
| | ||||
* | CotPM update | wolfbeast | 2019-04-05 | -3/+3 |
| | ||||
* | Zap the robots. | wolfbeast | 2019-04-05 | -111/+0 |
| | | | | Resolves #1036 | |||
* | Merge pull request #834 from g4jc/remove_contextid | Moonchild | 2019-03-25 | -25/+7 |
|\ | | | | | Issue #756 - Remove Contextual Identity | |||
| * | Issue #756 - Remove Contextual Identity References from Pale Moon | Gaming4JC | 2019-03-18 | -25/+7 |
| | | ||||
* | | Remove obsolete getPref helpers. | Ascrod | 2019-03-24 | -44/+12 |
| | | ||||
* | | Remove leftover updater lines in about box | wolfbeast | 2019-03-23 | -3/+0 |
|/ | | | | Resolves #1020. | |||
* | [PALEMOON] Fix updatesSeparator id mismatch | Matt A. Tobin | 2019-03-06 | -1/+1 |
| | ||||
* | Tweak the about box styling some more and clean up styles. | wolfbeast | 2019-03-06 | -2/+23 |
| | ||||
* | Tweak the about box layout a bit. | wolfbeast | 2019-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. | wolfbeast | 2019-03-04 | -1/+1 |
| | ||||
* | Update about box design. | wolfbeast | 2019-03-04 | -39/+37 |
| | | | | Tag #963. | |||
* | Remove updater gunk from the about box. | wolfbeast | 2019-03-04 | -578/+0 |
| | ||||
* | Make the Auth prompt DOS protection a browser-element opt-in feature. | wolfbeast | 2019-03-01 | -2/+7 |
| | ||||
* | WIP fix 1 | wolfbeast | 2019-02-28 | -1/+13 |
| | ||||
* | Merge pull request #967 from Ascrod/master | Moonchild | 2019-02-15 | -1/+11 |
|\ | | | | | Pale Moon: Add loop context menu to HTML5 media elements. | |||
| * | Rename mediaPlaybackRate to mediaPlaybackRate2. | Ascrod | 2019-02-10 | -1/+1 |
| | | ||||
| * | Pale Moon: Add loop context menu to HTML5 media elements. | Ascrod | 2019-02-09 | -0/+10 |
| | | ||||
* | | Treat aContext as a bitfield in openURI. | wolfbeast | 2019-02-13 | -1/+7 |
| | | | | | | | | Potential fix for #971 | |||
* | | Add "check for updates" to main menu and AppMenu v2 | wolfbeast | 2019-02-12 | -2/+128 |
|/ | | | | Tag #963. | |||
* | Revert "Add "check for updates" to main menu and AppMenu" | wolfbeast | 2019-02-06 | -34/+0 |
| | | | | This reverts commit d9a05498806ede2978623019ce222150c5cfcef5. | |||
* | Add "check for updates" to main menu and AppMenu | wolfbeast | 2019-02-06 | -0/+34 |
| | | | | Tag #963. | |||
* | Make sure Glass doesn't override LWT style for the title bar. | wolfbeast | 2019-02-05 | -7/+7 |
| | | | | This resolves #965. | |||
* | Merge pull request #959 from FranklinDM/fullscreenpatch-v2 | Moonchild | 2019-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 ↵ | FranklinDM | 2019-02-02 | -27/+10 |
| | | | | | | | | | | | | navigation bar in fullscreen * Tag #336 | |||
* | | [PALEMOON] Initialize the search service asynchronously when calling ↵ | JustOff | 2018-12-26 | -1/+3 |
| | | | | | | | | 'BrowserSearch.addEngine()' | |||
* | | [PALEMOON] Initialize the search service asynchronously from 'about:home' ↵ | JustOff | 2018-12-23 | -2/+2 |
| | | | | | | | | and 'about:newtab' | |||
* | | Add an option to process favicons. | wolfbeast | 2018-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 consistent | Matt A. Tobin | 2018-11-30 | -65/+65 |
| | | ||||
* | | Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to components | Matt A. Tobin | 2018-11-30 | -3533/+0 |
| | | ||||
* | | Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to components | Matt A. Tobin | 2018-11-30 | -2674/+0 |
| | | ||||
* | | Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to components | Matt A. Tobin | 2018-11-30 | -2918/+0 |
| | | ||||
* | | Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to components | Matt A. Tobin | 2018-11-30 | -650/+0 |
| | | ||||
* | | Revert "[PALEMOON] Sanitize - "Form and search history" sanitize also the ↵ | JustOff | 2018-11-28 | -17/+7 |
|/ | | | | | | Findbar text and history (Ctrl-Z)" This reverts commit a97887a67742aa3f95c47ad79b3c4c3827565944. | |||
* | Hide mute menu item and disable mute hotkey with existing pref | FranklinDM | 2018-11-18 | -0/+39 |
| | ||||
* | Fix undefined isSameDocument | FranklinDM | 2018-11-17 | -0/+2 |
| | ||||
* | Follow-up: Add missing getTabFromAudioEvent method | FranklinDM | 2018-11-17 | -0/+16 |
| | ||||
* | Issue #638 - Part 10: Rename all tabs sound icon to be consistent with others | FranklinDM | 2018-11-17 | -2/+2 |
| | | | | - alltabs => allTabs |