janekptacijarabaci
|
cc008be0a7
|
Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on 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.
|
2019-02-15 23:52:30 +08:00 |
|
janekptacijarabaci
|
d8637395c5
|
Bug 846635 - Use asynchronous getCharsetForURI in getShortcutOrURI
Issue #121
|
2019-02-15 23:52:23 +08:00 |
|
NTD
|
b291ad857d
|
Restore nsPlacesAutoComplete
|
2019-02-15 23:46:27 +08:00 |
|
NTD
|
c887c0a5ee
|
Revert "[PALEMOON] Source nsPlacesAutoComplete from the suite"
This reverts commit 532de8c09d10767960cdecbb4fcaa4262884016e.
|
2019-02-15 23:46:23 +08:00 |
|
NTD
|
d8e1602c55
|
[PALEMOON] Source nsPlacesAutoComplete from the suite
|
2019-02-15 23:46:19 +08:00 |
|
janekptacijarabaci
|
a422978746
|
[PALEMOON] [Frontend vs Backend] HTML - input - datetime
Issue #162
|
2019-02-15 23:45:57 +08:00 |
|
JustOff
|
e05e624eb8
|
Use document's principal for favicons in browser
|
2019-02-15 23:44:14 +08:00 |
|
janekptacijarabaci
|
ef8ecc5bcd
|
Fix: Developer Toolbar (the command: cookie; themes)
Issue #102
|
2019-02-15 23:43:59 +08:00 |
|
janekptacijarabaci
|
2b0e91b059
|
Fix typo in a property in tabbrowser.xml
Issue #138
|
2019-02-15 23:43:54 +08:00 |
|
janekptacijarabaci
|
25b7b3d1d3
|
Fix: Findbar broken (basic)
Issue #138
|
2019-02-15 23:43:51 +08:00 |
|
janekptacijarabaci
|
6c1f35b378
|
[PALEMOON] [Frontend vs Backend] Login Manager: Bug 1045987 - Implemented "getBrowserForContentWindow" method in tabbrowser.xml
|
2019-02-15 23:42:32 +08:00 |
|
NTD
|
09bb0bc482
|
[PALEMOON] Fix some errors in tabbrowser.xml by adding usercontextid where needed
|
2019-02-15 23:41:13 +08:00 |
|
NTD
|
c784ad0ead
|
[PALEMOON] Use unprefixed requestAnimationFrame in tabbrowser.xml
|
2019-02-15 23:40:52 +08:00 |
|
NTD
|
c8af8ae332
|
[PALEMOON] Switch call to autocomplete from history to unifiedcomplete in tabbrowser.xml
|
2019-02-15 23:40:45 +08:00 |
|
NTD
|
a5f9344426
|
Sync Pale Moon code
|
2019-02-15 23:40:01 +08:00 |
|
NTD
|
fe8028fa2e
|
Add Pale Moon
|
2018-02-02 03:35:06 -05:00 |
|