Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |||
* | Issue #638 - Part 9: Add sound icon to all tabs menu | FranklinDM | 2018-11-17 | -1/+11 |
| | ||||
* | Issue #638 - Part 8: Add overlay sound icon for pinned tabs | FranklinDM | 2018-11-17 | -1/+14 |
| | | | | - This also moves some styles to tabbrowser.css | |||
* | Issue #638 - Part 6: Fix up remaining references | FranklinDM | 2018-11-16 | -12/+54 |
| | | | | | | | | - Refactor _tabAttrModified to accept two parameters - Modify consumers of _tabAttrModified to pass details - Add missing _soundPlayingAttrRemovalTimer field - Add missing checks for mute/unmute around the tab browser - Tab sound icon should inherit 'selected' attribute instead of 'visuallyselected' | |||
* | Issue #638 - Part 5: Add mute/unmute option to tab context menu | FranklinDM | 2018-11-16 | -0/+41 |
| | ||||
* | Issue #638 - Part 4: Add tab sound icon to tab drop-down list | FranklinDM | 2018-11-16 | -0/+18 |
| | ||||
* | Issue #638 - Part 3: Add a keyboard shortcut for toggling the tab mute state | FranklinDM | 2018-11-16 | -0/+2 |
| | ||||
* | Issue #638 - Part 2: Add tooltip to mute/unmute buttons | FranklinDM | 2018-11-16 | -3/+19 |
| | ||||
* | Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabs | FranklinDM | 2018-11-16 | -1/+139 |
| | ||||
* | [Pale Moon] Sync notification widget's messageImage should inherit the ↵ | FranklinDM | 2018-11-14 | -1/+1 |
| | | | | 'type' attribute | |||
* | Show hidden left border of search button on about:newtab page | adeshkp | 2018-10-23 | -1/+0 |
| | ||||
* | Remove superfluous message manager property | Franklin DM | 2018-10-20 | -13/+0 |
| | ||||
* | Fix in-tab close button behavior | MaxKoll | 2018-10-08 | -61/+63 |
| | | | Fixes #775 (non-responsiveness when closing multiple tabs by rapidly clicking in-tab close buttons). | |||
* | Use SessionStore.promiseInitialized() to avoid race condition in ↵ | JustOff | 2018-09-17 | -5/+12 |
| | | | | | | | | "about:home" (#774) * Use SessionStore.promiseInitialized() to avoid race condition in "about:home" * Improve code style of [d6c3adb91c9f29786f8ed8d93baa14c076494017] | |||
* | [PALEMOON] Skip notifications for background tabs when restoring a session | JustOff | 2018-09-16 | -1/+12 |
| | ||||
* | Ensure the findbar target content browser follows the active tab. | wolfbeast | 2018-09-09 | -0/+5 |
| | ||||
* | Revert "Minimal easy fix -- move findbar getters to tabbrowser." | wolfbeast | 2018-09-09 | -48/+14 |
| | | | | This reverts commit fb291846a59f9b8eaf8bba29e0d9794893e895bf. | |||
* | Revert "Transfer findbar data to torn-off tabs." | wolfbeast | 2018-09-09 | -11/+0 |
| | | | | This reverts commit 333142b5af61c3fd67ad4e79467c03efb3641b20. | |||
* | Revert "[PALEMOON] Findbar - added the listener also to tabbrowser.xml, ↵ | wolfbeast | 2018-09-09 | -47/+23 |
| | | | | | | remove "_fastFind", a better focus() for the method "updateCurrentBrowser"" This reverts commit 63b10a9b4f8644550a89022b8d0d53ee26fc150b. | |||
* | [PALEMOON] Fix document navigation using F6 | JustOff | 2018-08-23 | -11/+1 |
| | ||||
* | [PALEMOON] Align viewPartialSource with the UXP codebase | JustOff | 2018-08-17 | -24/+2 |
| | ||||
* | [PALEMOON] [frontend vs backend] Implemented "originPrincipal" and ↵ | janekptacijarabaci | 2018-07-28 | -9/+102 |
| | | | | | | | "triggeringPrincipal" Issue #679 Follow up #311 | |||
* | Cater Pale Moon's about box to unofficial branding. | wolfbeast | 2018-07-24 | -0/+7 |
| | ||||
* | [PALEMOON] Remove misc leftovers of Google Safebrowsing | JustOff | 2018-07-20 | -236/+1 |
| | ||||
* | [PALEMOON] Fix Page Info - permissions (plugins.click_to_play / vulnerable ↵ | janekptacijarabaci | 2018-07-17 | -9/+18 |
| | | | | plugins) |