summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/tabbrowser.xml
Commit message (Collapse)AuthorAgeLines
* 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
* Fix typo in a property in tabbrowser.xmljanekptacijarabaci2018-04-13-1/+1
| | | | Issue #138
* Fix: Findbar broken (basic)janekptacijarabaci2018-04-13-25/+76
| | | | Issue #138
* [PALEMOON] [Frontend vs Backend] Login Manager: Bug 1045987 - Implemented ↵janekptacijarabaci2018-04-11-0/+10
| | | | "getBrowserForContentWindow" method in tabbrowser.xml
* [PALEMOON] Fix some errors in tabbrowser.xml by adding usercontextid where ↵Matt A. Tobin2018-04-07-5/+10
| | | | needed
* [PALEMOON] Use unprefixed requestAnimationFrame in tabbrowser.xmlMatt A. Tobin2018-04-05-1/+1
|
* [PALEMOON] Switch call to autocomplete from history to unifiedcomplete in ↵Matt A. Tobin2018-04-05-1/+1
| | | | tabbrowser.xml
* Sync Pale Moon codeMatt A. Tobin2018-04-04-1/+12
|
* Add Pale MoonMatt A. Tobin2018-02-02-0/+4960