summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base
Commit message (Collapse)AuthorAgeLines
...
* Fix undefined isSameDocumentFranklinDM2018-11-17-0/+2
|
* Follow-up: Add missing getTabFromAudioEvent methodFranklinDM2018-11-17-0/+16
|
* Issue #638 - Part 10: Rename all tabs sound icon to be consistent with othersFranklinDM2018-11-17-2/+2
| | | | - alltabs => allTabs
* Issue #638 - Part 9: Add sound icon to all tabs menuFranklinDM2018-11-17-1/+11
|
* Issue #638 - Part 8: Add overlay sound icon for pinned tabsFranklinDM2018-11-17-1/+14
| | | | - This also moves some styles to tabbrowser.css
* Issue #638 - Part 6: Fix up remaining referencesFranklinDM2018-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 menuFranklinDM2018-11-16-0/+41
|
* Issue #638 - Part 4: Add tab sound icon to tab drop-down listFranklinDM2018-11-16-0/+18
|
* Issue #638 - Part 3: Add a keyboard shortcut for toggling the tab mute stateFranklinDM2018-11-16-0/+2
|
* Issue #638 - Part 2: Add tooltip to mute/unmute buttonsFranklinDM2018-11-16-3/+19
|
* Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabsFranklinDM2018-11-16-1/+139
|
* [Pale Moon] Sync notification widget's messageImage should inherit the ↵FranklinDM2018-11-14-1/+1
| | | | 'type' attribute
* Show hidden left border of search button on about:newtab pageadeshkp2018-10-23-1/+0
|
* Remove superfluous message manager propertyFranklin DM2018-10-20-13/+0
|
* Fix in-tab close button behaviorMaxKoll2018-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 ↵JustOff2018-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 sessionJustOff2018-09-16-1/+12
|
* Ensure the findbar target content browser follows the active tab.wolfbeast2018-09-09-0/+5
|
* Revert "Minimal easy fix -- move findbar getters to tabbrowser."wolfbeast2018-09-09-48/+14
| | | | This reverts commit fb291846a59f9b8eaf8bba29e0d9794893e895bf.
* Revert "Transfer findbar data to torn-off tabs."wolfbeast2018-09-09-11/+0
| | | | This reverts commit 333142b5af61c3fd67ad4e79467c03efb3641b20.
* Revert "[PALEMOON] Findbar - added the listener also to tabbrowser.xml, ↵wolfbeast2018-09-09-47/+23
| | | | | | remove "_fastFind", a better focus() for the method "updateCurrentBrowser"" This reverts commit 63b10a9b4f8644550a89022b8d0d53ee26fc150b.
* [PALEMOON] Fix document navigation using F6JustOff2018-08-23-11/+1
|
* [PALEMOON] Align viewPartialSource with the UXP codebaseJustOff2018-08-17-24/+2
|
* [PALEMOON] [frontend vs backend] Implemented "originPrincipal" and ↵janekptacijarabaci2018-07-28-9/+102
| | | | | | | "triggeringPrincipal" Issue #679 Follow up #311
* Cater Pale Moon's about box to unofficial branding.wolfbeast2018-07-24-0/+7
|
* [PALEMOON] Remove misc leftovers of Google SafebrowsingJustOff2018-07-20-236/+1
|
* [PALEMOON] Fix Page Info - permissions (plugins.click_to_play / vulnerable ↵janekptacijarabaci2018-07-17-9/+18
| | | | plugins)
* Issue #336: Mouse position tracker not set even if chrome is still visible ↵Franklin DM2018-07-13-0/+12
| | | | on fullscreen
* Pale Moon: Fix positioning of caption buttons in application-drawn titlebarSpockMan022018-07-08-0/+2
|
* Bug 1334411 - Remove the UI for indexedDB in Page Info and Permissions Managerjanekptacijarabaci2018-07-02-95/+0
|
* Issue #562 Part 2: Remove unnecessary grid calculation code.wolfbeast2018-06-29-110/+11
|
* Add back the Quickdial show/hide control.wolfbeast2018-06-28-2/+24
| | | | | This also slightly tweaks the grid design styling. Resolves #563
* Add missing aCurrentBrowser definition in utilityOverlay.jswolfbeast2018-06-28-0/+4
| | | | | Follow-up to cadeea97bbefe42f89d16a4678fdc382c7b74bcd This obsoletes #561.
* Issue #562 Part 1: Transfix the gridwolfbeast2018-06-28-31/+47
|
* Merge pull request #556 from JustOff/PR_sanitize_promisesMoonchild2018-06-28-1/+1
|\ | | | | [PALEMOON] Use Promises.jsm instead of promise.js from jetpack in sanitize.js
| * [PALEMOON] Use Promises.jsm instead of promise.js from jetpack in sanitize.jsJustOff2018-06-27-1/+1
| |
* | Reorganize some internal pages.wolfbeast2018-06-27-0/+67
|/
* Merge pull request #525 from MoonchildProductions/newtab-page-workMoonchild2018-06-22-330/+1100
|\ | | | | Newtab page work
| * Reinstate erroneously removed line.wolfbeast2018-06-22-0/+1
| |
| * Prevent the Quickdial page from stealing focus from the address bar.wolfbeast2018-06-22-18/+4
| |
| * Be more explicit about which browser content object is focused and when.wolfbeast2018-06-22-10/+19
| |
| * Update jar manifest for removed files.wolfbeast2018-06-22-2/+0
| |
| * Remove unused files.wolfbeast2018-06-22-3259/+0
| |
| * Issue #517 Part 7: Remove enhanced/sponsored links styling and page codewolfbeast2018-06-21-183/+6
| |
| * Issue #517 Part 6: Restyle for Pale Moon.wolfbeast2018-06-21-6/+5
| | | | | | | | | | This splits out common rules for different OSes to themes/shared and applies new styling to the newtab page.
| * Fix typo.wolfbeast2018-06-21-1/+1
| |
| * Issue #517 Part 5b: Remove configuration styles + leftovers.wolfbeast2018-06-21-211/+0
| |
| * Issue #517 Part 5: Remove configuration menuwolfbeast2018-06-21-150/+0
| |
| * Issue #517: Remove leftover contentSearch include.wolfbeast2018-06-21-1/+0
| |
| * Issue #517 Part 3b: Remove compact style prefwolfbeast2018-06-20-4/+0
| |