Commit graph

213 commits

Author SHA1 Message Date
adeshkp
b4e59a234c [Pale Moon] Fix buildid on Mac 2019-02-15 23:53:13 +08:00
janekptacijarabaci
3991e27340 [PALEMOON] [frontend and backend] Added support for "referrerPolicy"
Issue #121
https://bugzilla.mozilla.org/show_bug.cgi?id=1113431
2019-02-15 23:53:12 +08:00
JustOff
cc9da6628f Fix the lexical scope of gBrowser.gInitialPages 2019-02-15 23:53:10 +08:00
JustOff
ce9848de49 Use urlbarChangeTracker instead of userTypedClear to track address bar changes 2019-02-15 23:53:04 +08:00
janekptacijarabaci
8fb86c0396 [PALEMOON] [DevTools] Storage inspector throws an error when url changes
Issue #102
2019-02-15 23:52:59 +08:00
janekptacijarabaci
3092fc9902 [PALEMOON] Fix a function "middleMousePaste" ("Save") in browser.js 2019-02-15 23:52:56 +08:00
janekptacijarabaci
5aa392974c [PALEMOON] Fix typo in tabbrowser.xml 2019-02-15 23:52:55 +08:00
janekptacijarabaci
b3ac5a3cd1 [PALEMOON] Style clean up in browser.js 2019-02-15 23:52:53 +08:00
janekptacijarabaci
e509b0d532 [PALEMOON] [frontend vs backend] Downloads: Fix - the context menu - "Copy Download Link"
Issue #121
2019-02-15 23:52:51 +08:00
janekptacijarabaci
45a39c1ff8 Bug 1243445 - Pasting an invalid URL breaks the Downloads View in the Library
Issue #121
2019-02-15 23:52:50 +08:00
janekptacijarabaci
fea1a4d195 Bug 945707 - Pausing a download fails when done after a retry + follow up (see the description)
Issue #121
[follow up] Bug 92737 - Part 9: Download multiple files when multiple
items are dropped on Downloads view in Library Window
2019-02-15 23:52:48 +08:00
janekptacijarabaci
e40f171756 [PALEMOON] Remove unused Task.jsm in openLocation.js 2019-02-15 23:52:47 +08:00
janekptacijarabaci
30c6430c7c [PALEMOON] Fix conflict in openLocation.js
931950a880 (diff-2f4cb31954)
2019-02-15 23:52:45 +08:00
janekptacijarabaci
8c280d3f49 Fix flags for "loadURIWithFlags" in openLocation.js
Issue #121
2019-02-15 23:52:44 +08:00
janekptacijarabaci
63bf5c049c Maybe fix openLocation.js (to Promise)
Issue #121
2019-02-15 23:52:42 +08:00
janekptacijarabaci
9a8a5cb244 Bug 92737 - Part 10: Use browserDragAndDrop.dropLinks in urlbarBindings.xml
Issue #121
2019-02-15 23:52:41 +08:00
janekptacijarabaci
04c959e619 Bug 92737 - Part 9: Download multiple files when multiple items are dropped on Downloads view in Library Window
Issue #121
2019-02-15 23:52:39 +08:00
janekptacijarabaci
bafa57d4d6 Bug 92737 - Part 8: Download multiple files when multiple items are dropped on Downloads button
Issue #121
2019-02-15 23:52:37 +08:00
janekptacijarabaci
db85d0b733 Bug 92737 - Part 7: Open multiple windows when multiple items are dropped on New Window button
Issue #121
2019-02-15 23:52:36 +08:00
janekptacijarabaci
e2409ebbc1 Bug 92737 - Part 6: Open multiple tabs when multiple items are dropped on New Tab button
Issue #121
2019-02-15 23:52:34 +08:00
janekptacijarabaci
8f66070f19 Bug 92737 - Part 5: Set multiple homepage when multiple items are dropped on Home button
Issue #121
2019-02-15 23:52:33 +08:00
janekptacijarabaci
eaf424b1c9 Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tab
+ Follow up:
Bug 92737 - Part 3: Open multiple tabs when multiple items are dropped
on remote content area
- browser.js: "usercontextid" (default: 0)
2019-02-15 23:52:31 +08:00
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
574c095a70 Bug 1100294 - Turn getShortcutOrURIAndPostData() into a task that uses the new keywords API
Issue #121
2019-02-15 23:52:28 +08:00
janekptacijarabaci
f124289e28 Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed callback off a zero timeout
Issue #112
2019-02-15 23:52:27 +08:00
janekptacijarabaci
6b4c0ab0f1 Bug 989984 - getShortcutOrURIAndPostData should have a synchronous callback behavior
Issue #112
2019-02-15 23:52:25 +08:00
janekptacijarabaci
d8637395c5 Bug 846635 - Use asynchronous getCharsetForURI in getShortcutOrURI
Issue #121
2019-02-15 23:52:23 +08:00
JustOff
89beaa72ad Provide LoadInfo for NewChannel() call in 'about' protocol handler 2019-02-15 23:52:06 +08:00
janekptacijarabaci
e241e6e34c [PALEMOON] Remove "dom.push.enabled" from aboutPermissions.js (consolidated to "dom.webnotifications.enabled") 2019-02-15 23:51:45 +08:00
janekptacijarabaci
a3e90db709 [PALEMOON] Remove double rows from aboutPermissions.js 2019-02-15 23:51:44 +08:00
janekptacijarabaci
690b0039c9 [PALEMOON] Bug 723951 - Popup notification does not continue when the tab move to other window
Issue #121
2019-02-15 23:51:39 +08:00
janekptacijarabaci
997e7cf404 Bug 1288557 - Part 1: Replace custom exceptions dialog with usage of permissions 2019-02-15 23:51:36 +08:00
janekptacijarabaci
fd1ae7e583 Bug 1288557 - Part 0: Fix permissions dialog while receiving deleted event 2019-02-15 23:51:34 +08:00
adeshkp
1f7eb5a1f1 [Pale Moon] Change button labels in cookies dialog 2019-02-15 23:51:29 +08:00
janekptacijarabaci
8b302f34b2 [follow up] Bug 1216684 - Notification permissions ... in private windows - implemented "_getBrowserForRequest" function (e10 off only) 2019-02-15 23:51:25 +08:00
janekptacijarabaci
b8496042ed [PALEMOON] Preferences: Fix permissions.xul (an introductory comment) 2019-02-15 23:51:23 +08:00
janekptacijarabaci
6982e54d5e [follow up] Bug 1192458, Part 1 - Consolidate push and desktop notification permissions 2019-02-15 23:51:22 +08:00
janekptacijarabaci
af0d98f060 [follow up] Bug 1216271 - Display a notification upon upgrade for users who currently allow notifications for at least one site 2019-02-15 23:51:20 +08:00
janekptacijarabaci
3e639acfef [PALEMOON] Permisions Manager: Added a comment 2019-02-15 23:51:19 +08:00
janekptacijarabaci
4deec33633 Bug 1280775 - null check in removePermission to prevent crash: permission manager change 2019-02-15 23:51:17 +08:00
janekptacijarabaci
91bd7e5c06 Bug 1212610 - Fix sorting permissions by site due a legacy property name being referenced 2019-02-15 23:51:16 +08:00
janekptacijarabaci
34438edbc7 Bug 1190175 - Update offlineapp listbox to display origin property 2019-02-15 23:51:14 +08:00
janekptacijarabaci
f4d42d9e7a Bug 1189073 - Handle entering 'localhost:12345' into the cookie exceptions dialog correctly 2019-02-15 23:51:13 +08:00
janekptacijarabaci
994a317fec Bug 1185365 - Correctly deal with full URLs in the cookie exceptions dialog 2019-02-15 23:51:11 +08:00
janekptacijarabaci
d03744a3a1 Bug 1173523 - Part 9: Update pageinfo to use the new API for nsIPermission 2019-02-15 23:51:10 +08:00
janekptacijarabaci
6ed79ae702 Bug 1173523 - Part 7: Update advanced.js to use new API for nsIPermission 2019-02-15 23:51:08 +08:00
janekptacijarabaci
a7ad480d2b Bug 1173523 - Part 5: Update the preferences permissions UI to use new API for nsIPermission (+ fix typos) 2019-02-15 23:51:07 +08:00
janekptacijarabaci
95350fd173 Bug 1173523 - Part 4: Update about:permissions to use new API for nsIPermission 2019-02-15 23:51:05 +08:00
janekptacijarabaci
deb1d55084 Bug 1173523 - Part 3: Update PluginContent to use new API for nsIPermission 2019-02-15 23:51:03 +08:00
janekptacijarabaci
4238f1570d Bug 1221330 - Show the app icon in the XUL upgraded notifications alert 2019-02-15 23:51:01 +08:00