Commit graph

1,048 commits

Author SHA1 Message Date
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
janekptacijarabaci
71f257bd44 Bug 1220884 - Friendlier string for the notification upgrade UI 2019-02-15 23:51:00 +08:00
janekptacijarabaci
7e83767f78 Bug 1216271 - Follow-up to add L10N notes and fix style to use an early return 2019-02-15 23:50:58 +08:00
janekptacijarabaci
4f42ce57c9 Bug 1216271 - Display a notification upon upgrade for users who currently allow notifications for at least one site 2019-02-15 23:50:57 +08:00
janekptacijarabaci
99d6131d72 Bug 1216684 - Notification permissions cannot be global granted/denied in private windows 2019-02-15 23:50:55 +08:00
janekptacijarabaci
06fc4f755f Bug 1192458, Part 2 - New icon for consolidated notification permission 2019-02-15 23:50:54 +08:00
janekptacijarabaci
654e540f2d Bug 1192458, Part 1 - Consolidate push and desktop notification permissions 2019-02-15 23:50:52 +08:00
janekptacijarabaci
b42ce19494 Bug 661831 - In about:permissions, make Ctrl+f focus the filter box instead of invoking the find bar 2019-02-15 23:50:51 +08:00
janekptacijarabaci
7a70b9241b Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove 2019-02-15 23:50:49 +08:00
janekptacijarabaci
e0c491fafe Bug 1039540 - Disable the sorting of rows of sub-dialogs when right clicking (+ style clean up) 2019-02-15 23:50:48 +08:00
janekptacijarabaci
8d0c3c72d3 Bug 1137870 - Fix mismatching argument counts in permissions.js (partially) 2019-02-15 23:50:46 +08:00
janekptacijarabaci
6462ac2979 Bug 340432 - Add the ability to cancel site permission changes 2019-02-15 23:50:45 +08:00
janekptacijarabaci
61d9cbe246 Bug 574460 - Fix handling of permission deletion notifications in preference dialogs 2019-02-15 23:50:43 +08:00
janekptacijarabaci
078801b39f Bug 431901 - Update preference dialogs to treat backspace and delete equivalently on Mac OS X 2019-02-15 23:50:42 +08:00
janekptacijarabaci
af4f1319d1 Bug 1006461 - Fix handling of permission notifications in preference dialogs 2019-02-15 23:50:40 +08:00
janekptacijarabaci
13a5a75e2c Bug 956151 - Remove the perm attribute in permissions.js 2019-02-15 23:50:38 +08:00