Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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) | ||||
* | Issue #336: Mouse position tracker not set even if chrome is still visible ↵ | Franklin DM | 2018-07-13 | -0/+12 | |
| | | | | on fullscreen | ||||
* | Pale Moon: Fix positioning of caption buttons in application-drawn titlebar | SpockMan02 | 2018-07-08 | -0/+2 | |
| | |||||
* | Bug 1334411 - Remove the UI for indexedDB in Page Info and Permissions Manager | janekptacijarabaci | 2018-07-02 | -95/+0 | |
| | |||||
* | Issue #562 Part 2: Remove unnecessary grid calculation code. | wolfbeast | 2018-06-29 | -110/+11 | |
| | |||||
* | Add back the Quickdial show/hide control. | wolfbeast | 2018-06-28 | -2/+24 | |
| | | | | | This also slightly tweaks the grid design styling. Resolves #563 | ||||
* | Add missing aCurrentBrowser definition in utilityOverlay.js | wolfbeast | 2018-06-28 | -0/+4 | |
| | | | | | Follow-up to cadeea97bbefe42f89d16a4678fdc382c7b74bcd This obsoletes #561. | ||||
* | Issue #562 Part 1: Transfix the grid | wolfbeast | 2018-06-28 | -31/+47 | |
| | |||||
* | Merge pull request #556 from JustOff/PR_sanitize_promises | Moonchild | 2018-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.js | JustOff | 2018-06-27 | -1/+1 | |
| | | |||||
* | | Reorganize some internal pages. | wolfbeast | 2018-06-27 | -0/+67 | |
|/ | |||||
* | Merge pull request #525 from MoonchildProductions/newtab-page-work | Moonchild | 2018-06-22 | -330/+1100 | |
|\ | | | | | Newtab page work | ||||
| * | Reinstate erroneously removed line. | wolfbeast | 2018-06-22 | -0/+1 | |
| | | |||||
| * | Prevent the Quickdial page from stealing focus from the address bar. | wolfbeast | 2018-06-22 | -18/+4 | |
| | | |||||
| * | Be more explicit about which browser content object is focused and when. | wolfbeast | 2018-06-22 | -10/+19 | |
| | | |||||
| * | Update jar manifest for removed files. | wolfbeast | 2018-06-22 | -2/+0 | |
| | | |||||
| * | Remove unused files. | wolfbeast | 2018-06-22 | -3259/+0 | |
| | | |||||
| * | Issue #517 Part 7: Remove enhanced/sponsored links styling and page code | wolfbeast | 2018-06-21 | -183/+6 | |
| | | |||||
| * | Issue #517 Part 6: Restyle for Pale Moon. | wolfbeast | 2018-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. | wolfbeast | 2018-06-21 | -1/+1 | |
| | | |||||
| * | Issue #517 Part 5b: Remove configuration styles + leftovers. | wolfbeast | 2018-06-21 | -211/+0 | |
| | | |||||
| * | Issue #517 Part 5: Remove configuration menu | wolfbeast | 2018-06-21 | -150/+0 | |
| | | |||||
| * | Issue #517: Remove leftover contentSearch include. | wolfbeast | 2018-06-21 | -1/+0 | |
| | | |||||
| * | Issue #517 Part 3b: Remove compact style pref | wolfbeast | 2018-06-20 | -4/+0 | |
| | | |||||
| * | Issue #517 Part 3: Remove compact style | wolfbeast | 2018-06-20 | -19/+1 | |
| | |