summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/browser.js
Commit message (Collapse)AuthorAgeLines
* Bug 92737 - Part 7: Open multiple windows when multiple items are dropped on ↵janekptacijarabaci2018-04-15-5/+8
| | | | | | New Window button Issue #121
* Bug 92737 - Part 6: Open multiple tabs when multiple items are dropped on ↵janekptacijarabaci2018-04-15-5/+8
| | | | | | New Tab button Issue #121
* Bug 92737 - Part 5: Set multiple homepage when multiple items are dropped on ↵janekptacijarabaci2018-04-15-7/+15
| | | | | | Home button Issue #121
* Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tabjanekptacijarabaci2018-04-15-1/+2
| | | | | | | + 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/+25
| | | | | | | | | | | | | | | | | | | | 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 1100294 - Turn getShortcutOrURIAndPostData() into a task that uses the ↵janekptacijarabaci2018-04-15-71/+98
| | | | | | new keywords API Issue #121
* Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed ↵janekptacijarabaci2018-04-15-0/+6
| | | | | | callback off a zero timeout Issue #112
* Bug 989984 - getShortcutOrURIAndPostData should have a synchronous callback ↵janekptacijarabaci2018-04-15-65/+75
| | | | | | behavior Issue #112
* Bug 846635 - Use asynchronous getCharsetForURI in getShortcutOrURIjanekptacijarabaci2018-04-15-109/+130
| | | | Issue #121
* Use document's principal for favicons in browserJustOff2018-04-14-1/+1
|
* Fix: Developer Toolbar (the command: `cookie`; themes)janekptacijarabaci2018-04-13-0/+12
| | | | Issue #102
* Fix (to TODO): Findbar throws an error - "nsIPrefBranch.getBoolPref" is not ↵janekptacijarabaci2018-04-13-0/+5
| | | | | | exist in browser.js Issue #138
* Fix: Findbar broken (basic)janekptacijarabaci2018-04-13-22/+5
| | | | Issue #138
* Fix: Using "View Source" from Browser Consolejanekptacijarabaci2018-04-13-38/+32
| | | | Issue #121
* [PALEMOON] Resolve issues with redeclaration according to ES6Matt A. Tobin2018-04-12-2/+2
|
* Revert "[PALEMOON] Fix redeclarations of shorthand Cc, Ci, Cu"Matt A. Tobin2018-04-12-1/+0
| | | | This reverts commit 6fde853fa8276926f30c7135bdd5f68de3afc35a.
* [PALEMOON] [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)janekptacijarabaci2018-04-08-0/+6
| | | | Issue #102
* [PALEMOON] [DevTools] Support for adding menuitems dynamicallyjanekptacijarabaci2018-04-08-117/+4
| | | | Issue #102
* [PALEMOON] Finish incomplete ifdef'ing of MOZ_WEBRTCMatt A. Tobin2018-04-07-0/+6
|
* [PALEMOON] Fix redeclarations of shorthand Cc, Ci, CuMatt A. Tobin2018-04-05-0/+1
|
* Sync Pale Moon codeMatt A. Tobin2018-04-04-0/+54
|
* Add Pale MoonMatt A. Tobin2018-02-02-0/+7163