summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/browser.js
Commit message (Expand)AuthorAgeLines
* Remove Pale Moon from the Unified XUL Platform repositoryMatt A. Tobin2019-12-14-7440/+0
* Remove some leftover snippets code.wolfbeast2019-08-10-4/+0
* [Pale Moon] Add a configure flag to functionally disable personas at build timeMatt A. Tobin2019-06-29-0/+2
* Issue #1104 - Pass an opener to loadOneTab in the openURI functionFranklinDM2019-05-23-1/+3
* Issue #971 - Fix browser.link.open_newwindow functionality in Pale MoonFranklinDM2019-05-22-1/+0
* Issue #1084 - Add null check for URL Bar in the writePlaceholder() methodFranklin DM2019-05-11-0/+5
* Merge pull request #834 from g4jc/remove_contextidMoonchild2019-03-25-4/+0
|\
| * Issue #756 - Remove Contextual Identity References from Pale MoonGaming4JC2019-03-18-4/+0
* | Remove obsolete getPref helpers.Ascrod2019-03-24-4/+4
|/
* WIP fix 1wolfbeast2019-02-28-0/+5
* Treat aContext as a bitfield in openURI.wolfbeast2019-02-13-1/+7
* [PALEMOON] Initialize the search service asynchronously when calling 'Browser...JustOff2018-12-26-1/+3
* [PALEMOON] Initialize the search service asynchronously from 'about:home' and...JustOff2018-12-23-2/+2
* Hide mute menu item and disable mute hotkey with existing prefFranklinDM2018-11-18-0/+39
* Issue #638 - Part 5: Add mute/unmute option to tab context menuFranklinDM2018-11-16-0/+40
* Use SessionStore.promiseInitialized() to avoid race condition in "about:home"...JustOff2018-09-17-5/+12
* Revert "Minimal easy fix -- move findbar getters to tabbrowser."wolfbeast2018-09-09-7/+14
* [PALEMOON] Fix document navigation using F6JustOff2018-08-23-8/+0
* [PALEMOON] [frontend vs backend] Implemented "originPrincipal" and "triggerin...janekptacijarabaci2018-07-28-3/+19
* Issue #517 Part 1: Fix newtab Searchwolfbeast2018-06-20-0/+29
* Minimal easy fix -- move findbar getters to tabbrowser.wolfbeast2018-06-12-14/+7
* Using "function()" in browser.js - consistency with the surrounding codejanekptacijarabaci2018-06-07-3/+3
* Fix a comment in browser.js (the FindBar - a tab vs the chrome window's context)janekptacijarabaci2018-06-06-2/+3
* [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start ...janekptacijarabaci2018-06-06-0/+62
* [PALEMOON] Fix the Findbar - open when you press "/" or "'" keysjanekptacijarabaci2018-06-03-1/+1
* [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const...janekptacijarabaci2018-05-28-1/+3
* [PALEMOON] [frontend vs backend] Reduce size of PopupBlocking:UpdateBlockedPo...janekptacijarabaci2018-05-27-55/+57
* [PALEMOON] Update fullscreen activation event to match UXPJustOff2018-05-06-1/+1
* [PALEMOON] Align the application with the updated fullscreen APIJustOff2018-05-01-2/+2
* [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in f...JustOff2018-05-01-2/+2
* Merge pull request #289 from janekptacijarabaci/pm_referrerPolicy_1Moonchild2018-04-29-8/+36
|\
| * [PALEMOON] [frontend and backend] Added support for "referrerPolicy"janekptacijarabaci2018-04-29-8/+36
* | Fix the lexical scope of `gBrowser.gInitialPages`JustOff2018-04-28-1/+1
|/
* [PALEMOON] Fix a function "middleMousePaste" ("Save") in browser.jsjanekptacijarabaci2018-04-28-1/+2
* [PALEMOON] Style clean up in browser.jsjanekptacijarabaci2018-04-28-1/+1
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into pm_...janekptacijarabaci2018-04-28-8/+2
|\
| * Bug 996448 - Lazify the loading of PluralForm.jsm everywherejanekptacijarabaci2018-04-26-8/+2
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into pm_...janekptacijarabaci2018-04-17-3/+9
|\|
| * [PALEMOON] Update UA Compatibility modes in a backwards compatible wayMatt A. Tobin2018-04-16-0/+5
| * Mass-replace global-scope let with var in Pale Moon and TychoAMwolfbeast2018-04-16-3/+4
* | Bug 92737 - Part 7: Open multiple windows when multiple items are dropped on ...janekptacijarabaci2018-04-15-5/+8
* | Bug 92737 - Part 6: Open multiple tabs when multiple items are dropped on New...janekptacijarabaci2018-04-15-5/+8
* | Bug 92737 - Part 5: Set multiple homepage when multiple items are dropped on ...janekptacijarabaci2018-04-15-7/+15
* | Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tabjanekptacijarabaci2018-04-15-1/+2
* | Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on non...janekptacijarabaci2018-04-15-6/+25
* | Bug 1100294 - Turn getShortcutOrURIAndPostData() into a task that uses the ne...janekptacijarabaci2018-04-15-71/+98
* | Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed ...janekptacijarabaci2018-04-15-0/+6
* | Bug 989984 - getShortcutOrURIAndPostData should have a synchronous callback b...janekptacijarabaci2018-04-15-65/+75
* | Bug 846635 - Use asynchronous getCharsetForURI in getShortcutOrURIjanekptacijarabaci2018-04-15-109/+130
|/
* Use document's principal for favicons in browserJustOff2018-04-14-1/+1