Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start ↵ | janekptacijarabaci | 2018-06-06 | -30/+0 |
| | | | | | | of browser Issue #430 | |||
* | Merge pull request #441 from janekptacijarabaci/pm_findbar_1 | Moonchild | 2018-06-03 | -5/+26 |
|\ | | | | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys | |||
| * | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys | janekptacijarabaci | 2018-06-03 | -5/+26 |
| | | | | | | | | Issue #430 | |||
* | | Revert "Reinstate tabMinWidth and tabMaxWidth prefs." | wolfbeast | 2018-06-03 | -8/+0 |
|/ | | | | This reverts commit 6e8846622a79549542adaca58d741d9263daf686. | |||
* | Reinstate tabMinWidth and tabMaxWidth prefs. | wolfbeast | 2018-05-30 | -0/+8 |
| | | | | This resolves #410. | |||
* | [PALEMOON] [frontend and backend] Added support for "referrerPolicy" | janekptacijarabaci | 2018-04-29 | -1/+17 |
| | | | | | Issue #121 https://bugzilla.mozilla.org/show_bug.cgi?id=1113431 | |||
* | Merge pull request #282 from JustOff/PR_urlbarChangeTracker | Moonchild | 2018-04-28 | -28/+13 |
|\ | | | | | [PALEMOON] Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar changes | |||
| * | Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar ↵ | JustOff | 2018-04-28 | -28/+13 |
| | | | | | | | | changes | |||
* | | [PALEMOON] Fix typo in tabbrowser.xml | janekptacijarabaci | 2018-04-28 | -1/+1 |
| | | ||||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-04-25 | -1/+1 |
|\| | | | | | | | pm_url_1 | |||
| * | Restore nsPlacesAutoComplete | Matt A. Tobin | 2018-04-17 | -1/+1 |
| | | ||||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-04-17 | -10/+14 |
|\| | | | | | | | pm_url_1 | |||
| * | Revert "[PALEMOON] Source nsPlacesAutoComplete from the suite" | Matt A. Tobin | 2018-04-16 | -1/+1 |
| | | | | | | | | This reverts commit 532de8c09d10767960cdecbb4fcaa4262884016e. | |||
| * | [PALEMOON] Source nsPlacesAutoComplete from the suite | Matt A. Tobin | 2018-04-16 | -1/+1 |
| | | ||||
| * | [PALEMOON] [Frontend vs Backend] HTML - input - datetime | janekptacijarabaci | 2018-04-15 | -10/+14 |
| | | | | | | | | Issue #162 | |||
* | | Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tab | janekptacijarabaci | 2018-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 ↵ | janekptacijarabaci | 2018-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 getShortcutOrURI | janekptacijarabaci | 2018-04-15 | -1/+3 |
|/ | | | | Issue #121 | |||
* | Use document's principal for favicons in browser | JustOff | 2018-04-14 | -9/+18 |
| | ||||
* | Fix: Developer Toolbar (the command: `cookie`; themes) | janekptacijarabaci | 2018-04-13 | -0/+4 |
| | | | | Issue #102 | |||
* | Fix typo in a property in tabbrowser.xml | janekptacijarabaci | 2018-04-13 | -1/+1 |
| | | | | Issue #138 | |||
* | Fix: Findbar broken (basic) | janekptacijarabaci | 2018-04-13 | -25/+76 |
| | | | | Issue #138 | |||
* | [PALEMOON] [Frontend vs Backend] Login Manager: Bug 1045987 - Implemented ↵ | janekptacijarabaci | 2018-04-11 | -0/+10 |
| | | | | "getBrowserForContentWindow" method in tabbrowser.xml | |||
* | [PALEMOON] Fix some errors in tabbrowser.xml by adding usercontextid where ↵ | Matt A. Tobin | 2018-04-07 | -5/+10 |
| | | | | needed | |||
* | [PALEMOON] Use unprefixed requestAnimationFrame in tabbrowser.xml | Matt A. Tobin | 2018-04-05 | -1/+1 |
| | ||||
* | [PALEMOON] Switch call to autocomplete from history to unifiedcomplete in ↵ | Matt A. Tobin | 2018-04-05 | -1/+1 |
| | | | | tabbrowser.xml | |||
* | Sync Pale Moon code | Matt A. Tobin | 2018-04-04 | -1/+12 |
| | ||||
* | Add Pale Moon | Matt A. Tobin | 2018-02-02 | -0/+4960 |