summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/tabbrowser.xml
Commit message (Collapse)AuthorAgeLines
* Remove Pale Moon from the Unified XUL Platform repositoryMatt A. Tobin2019-12-14-5403/+0
| | | | Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
* Issue #1104 - Set the browser's opener when adding a new tabFranklinDM2019-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)
* Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵Matt A. Tobin2019-05-12-6/+1
| | | | | | | | from nsMediaFragmentURIParser.h This also magically makes Aero Peek work properly with Pale Moon thus: Resolves #809
* [PALEMOON] Prevent overlapping modal prompts and preserve prompt order.wolfbeast2019-04-29-1/+9
|
* Issue #991 Part 1: Pale MoonAscrod2019-04-13-5/+1
|
* Issue #756 - Remove Contextual Identity References from Pale MoonGaming4JC2019-03-18-19/+7
|
* Make the Auth prompt DOS protection a browser-element opt-in feature.wolfbeast2019-03-01-1/+5
|
* WIP fix 1wolfbeast2019-02-28-1/+4
|
* Add an option to process favicons.wolfbeast2018-12-06-1/+28
| | | | | This optimizes the size for UI display and strips animations. Default disabled. This resolves #899.
* 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-1/+1
| | | | - alltabs => allTabs
* Issue #638 - Part 8: Add overlay sound icon for pinned tabsFranklinDM2018-11-17-0/+4
| | | | - 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 4: Add tab sound icon to tab drop-down listFranklinDM2018-11-16-0/+18
|
* 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
|
* 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).
* [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-41/+0
| | | | 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] [frontend vs backend] Implemented "originPrincipal" and ↵janekptacijarabaci2018-07-28-0/+26
| | | | | | | "triggeringPrincipal" Issue #679 Follow up #311
* [PALEMOON] Findbar - added the listener also to tabbrowser.xml, remove ↵janekptacijarabaci2018-06-18-23/+47
| | | | | | "_fastFind", a better focus() for the method "updateCurrentBrowser" Issue #513
* Transfer findbar data to torn-off tabs.wolfbeast2018-06-15-0/+11
|
* Minimal easy fix -- move findbar getters to tabbrowser.wolfbeast2018-06-12-0/+41
| | | | Resolves #487
* Merge pull request #459 from janekptacijarabaci/pm_findbar_2Moonchild2018-06-07-30/+0
|\ | | | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start of browser
| * [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start ↵janekptacijarabaci2018-06-06-30/+0
| | | | | | | | | | | | of browser Issue #430
* | Issue #448: Pale Moon: Include pinned tabs when warning about closing tabs ↵SpockFan022018-06-06-2/+16
|/ | | | | with more than one window This resolves #448.
* Merge pull request #441 from janekptacijarabaci/pm_findbar_1Moonchild2018-06-03-5/+26
|\ | | | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys
| * [PALEMOON] Fix the Findbar - open when you press "/" or "'" keysjanekptacijarabaci2018-06-03-5/+26
| | | | | | | | Issue #430
* | Revert "Reinstate tabMinWidth and tabMaxWidth prefs."wolfbeast2018-06-03-8/+0
|/ | | | This reverts commit 6e8846622a79549542adaca58d741d9263daf686.
* Reinstate tabMinWidth and tabMaxWidth prefs.wolfbeast2018-05-30-0/+8
| | | | This resolves #410.
* [PALEMOON] [frontend and backend] Added support for "referrerPolicy"janekptacijarabaci2018-04-29-1/+17
| | | | | Issue #121 https://bugzilla.mozilla.org/show_bug.cgi?id=1113431
* Merge pull request #282 from JustOff/PR_urlbarChangeTrackerMoonchild2018-04-28-28/+13
|\ | | | | [PALEMOON] Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar changes
| * Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar ↵JustOff2018-04-28-28/+13
| | | | | | | | changes
* | [PALEMOON] Fix typo in tabbrowser.xmljanekptacijarabaci2018-04-28-1/+1
| |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-25-1/+1
|\| | | | | | | pm_url_1
| * Restore nsPlacesAutoCompleteMatt A. Tobin2018-04-17-1/+1
| |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-17-10/+14
|\| | | | | | | pm_url_1
| * Revert "[PALEMOON] Source nsPlacesAutoComplete from the suite"Matt A. Tobin2018-04-16-1/+1
| | | | | | | | This reverts commit 532de8c09d10767960cdecbb4fcaa4262884016e.
| * [PALEMOON] Source nsPlacesAutoComplete from the suiteMatt A. Tobin2018-04-16-1/+1
| |
| * [PALEMOON] [Frontend vs Backend] HTML - input - datetimejanekptacijarabaci2018-04-15-10/+14
| | | | | | | | Issue #162
* | Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tabjanekptacijarabaci2018-04-15-24/+19
| | | | | | | | | | | | | | + Follow up: Bug 92737 - Part 3: Open multiple tabs when multiple items are dropped on remote content area - browser.js: "usercontextid" (default: 0)
* | Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on ↵janekptacijarabaci2018-04-15-6/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-remote content area browser.js: // handleDroppedLink has the following 2 overloads: // handleDroppedLink(event, url, name) // handleDroppedLink(event, links) function handleDroppedLink(event, urlOrLinks, name) { let links; if (Array.isArray(urlOrLinks)) { links = urlOrLinks; } else { links = [{ url: urlOrLinks, name, type: "" }]; } ...it is in the previous commit.
* | Bug 846635 - Use asynchronous getCharsetForURI in getShortcutOrURIjanekptacijarabaci2018-04-15-1/+3
|/ | | | Issue #121
* Use document's principal for favicons in browserJustOff2018-04-14-9/+18
|
* Fix: Developer Toolbar (the command: `cookie`; themes)janekptacijarabaci2018-04-13-0/+4
| | | | Issue #102