summaryrefslogtreecommitdiff
path: root/application/palemoon/base
Commit message (Collapse)AuthorAge
* Treat aContext as a bitfield in openURI.wolfbeast2019-02-15
| | | | Potential fix for #971
* Revert "Add "check for updates" to main menu and AppMenu"wolfbeast2019-02-06
| | | | This reverts commit d9a05498806ede2978623019ce222150c5cfcef5.
* Add "check for updates" to main menu and AppMenuwolfbeast2019-02-06
| | | | Tag #963.
* Make sure Glass doesn't override LWT style for the title bar.wolfbeast2019-02-05
| | | | This resolves #965.
* Merge pull request #959 from FranklinDM/fullscreenpatch-v2Moonchild2019-02-04
|\ | | | | 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
| | | | | | | | | | | | navigation bar in fullscreen * Tag #336
* | [PALEMOON] Initialize the search service asynchronously when calling ↵JustOff2018-12-26
| | | | | | | | 'BrowserSearch.addEngine()'
* | [PALEMOON] Initialize the search service asynchronously from 'about:home' ↵JustOff2018-12-23
| | | | | | | | and 'about:newtab'
* | Add an option to process favicons.wolfbeast2018-12-06
| | | | | | | | | | 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
| |
* | Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to componentsMatt A. Tobin2018-11-30
| |
* | Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to componentsMatt A. Tobin2018-11-30
| |
* | Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to componentsMatt A. Tobin2018-11-30
| |
* | Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to componentsMatt A. Tobin2018-11-30
| |
* | Revert "[PALEMOON] Sanitize - "Form and search history" sanitize also the ↵JustOff2018-11-28
|/ | | | | | Findbar text and history (Ctrl-Z)" This reverts commit a97887a67742aa3f95c47ad79b3c4c3827565944.
* Hide mute menu item and disable mute hotkey with existing prefFranklinDM2018-11-18
|
* Fix undefined isSameDocumentFranklinDM2018-11-17
|
* Follow-up: Add missing getTabFromAudioEvent methodFranklinDM2018-11-17
|
* Issue #638 - Part 10: Rename all tabs sound icon to be consistent with othersFranklinDM2018-11-17
| | | | - alltabs => allTabs
* Issue #638 - Part 9: Add sound icon to all tabs menuFranklinDM2018-11-17
|
* Issue #638 - Part 8: Add overlay sound icon for pinned tabsFranklinDM2018-11-17
| | | | - This also moves some styles to tabbrowser.css
* Issue #638 - Part 6: Fix up remaining referencesFranklinDM2018-11-16
| | | | | | | | - 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 menuFranklinDM2018-11-16
|
* Issue #638 - Part 4: Add tab sound icon to tab drop-down listFranklinDM2018-11-16
|
* Issue #638 - Part 3: Add a keyboard shortcut for toggling the tab mute stateFranklinDM2018-11-16
|
* Issue #638 - Part 2: Add tooltip to mute/unmute buttonsFranklinDM2018-11-16
|
* Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabsFranklinDM2018-11-16
|
* [Pale Moon] Sync notification widget's messageImage should inherit the ↵FranklinDM2018-11-14
| | | | 'type' attribute
* Show hidden left border of search button on about:newtab pageadeshkp2018-10-23
|
* Remove superfluous message manager propertyFranklin DM2018-10-20
|
* Fix in-tab close button behaviorMaxKoll2018-10-08
| | | Fixes #775 (non-responsiveness when closing multiple tabs by rapidly clicking in-tab close buttons).
* Use SessionStore.promiseInitialized() to avoid race condition in ↵JustOff2018-09-17
| | | | | | | | "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 sessionJustOff2018-09-16
|
* Ensure the findbar target content browser follows the active tab.wolfbeast2018-09-09
|
* Revert "Minimal easy fix -- move findbar getters to tabbrowser."wolfbeast2018-09-09
| | | | This reverts commit fb291846a59f9b8eaf8bba29e0d9794893e895bf.
* Revert "Transfer findbar data to torn-off tabs."wolfbeast2018-09-09
| | | | This reverts commit 333142b5af61c3fd67ad4e79467c03efb3641b20.
* Revert "[PALEMOON] Findbar - added the listener also to tabbrowser.xml, ↵wolfbeast2018-09-09
| | | | | | remove "_fastFind", a better focus() for the method "updateCurrentBrowser"" This reverts commit 63b10a9b4f8644550a89022b8d0d53ee26fc150b.
* [PALEMOON] Fix document navigation using F6JustOff2018-08-23
|
* [PALEMOON] Align viewPartialSource with the UXP codebaseJustOff2018-08-17
|
* [PALEMOON] [frontend vs backend] Implemented "originPrincipal" and ↵janekptacijarabaci2018-07-28
| | | | | | | "triggeringPrincipal" Issue #679 Follow up #311
* Cater Pale Moon's about box to unofficial branding.wolfbeast2018-07-24
|
* [PALEMOON] Remove misc leftovers of Google SafebrowsingJustOff2018-07-20
|
* [PALEMOON] Fix Page Info - permissions (plugins.click_to_play / vulnerable ↵janekptacijarabaci2018-07-17
| | | | plugins)
* Issue #336: Mouse position tracker not set even if chrome is still visible ↵Franklin DM2018-07-13
| | | | on fullscreen
* Pale Moon: Fix positioning of caption buttons in application-drawn titlebarSpockMan022018-07-08
|
* Bug 1334411 - Remove the UI for indexedDB in Page Info and Permissions Managerjanekptacijarabaci2018-07-02
|
* Issue #562 Part 2: Remove unnecessary grid calculation code.wolfbeast2018-06-29
|
* Add back the Quickdial show/hide control.wolfbeast2018-06-28
| | | | | This also slightly tweaks the grid design styling. Resolves #563
* Add missing aCurrentBrowser definition in utilityOverlay.jswolfbeast2018-06-28
| | | | | Follow-up to cadeea97bbefe42f89d16a4678fdc382c7b74bcd This obsoletes #561.
* Issue #562 Part 1: Transfix the gridwolfbeast2018-06-28
|