summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
Commit message (Collapse)AuthorAgeLines
...
| * [PALEMOON] Update the pref name for HSTStrav902018-06-07-3/+3
| | | | | | | | This aligns the pref name for Pale Moon with what is used in the platform.
* | string.contains() => string.includes()wolfbeast2018-06-07-1/+1
| |
* | Add a helper function in PlacesUIUtils.jsm to cater to HiDPI favicon display ↵wolfbeast2018-06-06-3/+33
|/ | | | with #-moz-resolution=w,h
* Rewrite restoreDimensions to account for mismatched CSS/device pixel sizes.wolfbeast2018-05-31-19/+51
| | | | | | | | | This resolves the situation where the device pixels per css px does not match the screen DPI. In that case, the restored width and height would be adjusted if the window width (css px) would be larger than the screen width (dev pixels). This patch converts everything to css px before checking if the dimensions fit the screen. This resolves #411.
* [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope ↵janekptacijarabaci2018-05-28-8/+8
| | | | | | | | | let/const with var in Pale Moon and TychoAM Issue #155 Part 2 for: https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858
* [PALEMOON] [frontend vs backend] Places - fix: adding a livemark doesn't ↵janekptacijarabaci2018-05-23-10/+22
| | | | | | work correctly Issue #121
* Remove the obsolete `media.mediasource.format-reader` control from the ↵JustOff2018-05-11-28/+1
| | | | preferences UI
* [PALEMOON] Remove fullscreen and pointer-lock from permission managingJustOff2018-05-06-91/+2
|
* [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the ↵janekptacijarabaci2018-05-02-1/+1
| | | | | | entire function "onKeywordFieldBlur" Issue #121
* [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty ↵janekptacijarabaci2018-05-02-9/+12
| | | | | | value) does not work Issue #121
* Merge pull request #307 from janekptacijarabaci/pm_nsBrowserGlue_1Moonchild2018-05-01-31/+24
|\ | | | | [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in nsBrowserGlue.js
| * [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in ↵janekptacijarabaci2018-04-30-31/+24
| | | | | | | | | | | | nsBrowserGlue.js Tag #273
* | Merge pull request #306 from JustOff/PR_owner_triggeringPrincipalMoonchild2018-05-01-11/+19
|\ \ | | | | | | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated API
| * | [PALEMOON] Replace serializing `nsISHEntry.owner` with ↵JustOff2018-04-30-11/+19
| |/ | | | | | | `nsISHEntry.triggeringPrincipal`
* / [PALEMOON] Fix feeds - "Subscribe to this page..."janekptacijarabaci2018-05-01-1/+1
|/ | | | Issue #121
* [PALEMOON] Add required gBrowserBundle lazy getter in nsBrowserGlue.jsMatt A. Tobin2018-04-30-3/+9
|
* [PALEMOON] Issue #283 - Pale Moon Shell Service is not invoking defalt ↵Matt A. Tobin2018-04-30-15/+32
| | | | client check on start
* Merge pull request #282 from JustOff/PR_urlbarChangeTrackerMoonchild2018-04-28-1/+7
|\ | | | | [PALEMOON] Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar changes
| * Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar ↵JustOff2018-04-28-1/+7
| | | | | | | | changes
* | Merge pull request #276 from janekptacijarabaci/pm_url_1Moonchild2018-04-28-41/+42
|\ \ | |/ |/| [PALEMOON] [frontend vs backend] Change a function "getShortcutOrURI" to "getShortcutOrURIAndPostData", fix Drag & Drop and a function "Copy Download Link"
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-28-277/+503
| |\ | | | | | | | | | pm_url_1
| * | [PALEMOON] [frontend vs backend] Downloads: Fix - the context menu - "Copy ↵janekptacijarabaci2018-04-26-8/+3
| | | | | | | | | | | | | | | | | | Download Link" Issue #121
| * | Bug 1243445 - Pasting an invalid URL breaks the Downloads View in the Libraryjanekptacijarabaci2018-04-25-0/+4
| | | | | | | | | | | | Issue #121
| * | Bug 945707 - Pausing a download fails when done after a retry + follow up ↵janekptacijarabaci2018-04-25-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | (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
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-25-3871/+3902
| |\ \ | | | | | | | | | | | | pm_url_1
| * \ \ Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-17-80/+29
| |\ \ \ | | | | | | | | | | | | | | | pm_url_1
| * | | | Bug 92737 - Part 9: Download multiple files when multiple items are dropped ↵janekptacijarabaci2018-04-15-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Downloads view in Library Window Issue #121
| * | | | Bug 92737 - Part 8: Download multiple files when multiple items are dropped ↵janekptacijarabaci2018-04-15-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Downloads button Issue #121
* | | | | Provide LoadInfo for NewChannel() call in 'about' protocol handlerJustOff2018-04-27-2/+7
| |_|_|/ |/| | |
* | | | [PALEMOON] Remove "dom.push.enabled" from aboutPermissions.js (consolidated ↵janekptacijarabaci2018-04-27-2/+0
| | | | | | | | | | | | | | | | to "dom.webnotifications.enabled")
* | | | [PALEMOON] Remove double rows from aboutPermissions.jsjanekptacijarabaci2018-04-27-2/+0
| | | |
* | | | Bug 1288557 - Part 1: Replace custom exceptions dialog with usage of permissionsjanekptacijarabaci2018-04-26-6/+18
| | | |
* | | | Bug 1288557 - Part 0: Fix permissions dialog while receiving deleted eventjanekptacijarabaci2018-04-26-1/+1
| | | |
* | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-26-15/+25
|\ \ \ \ | | | | | | | | | | | | | | | pm_permissions_1
| * \ \ \ Merge pull request #269 from adeshkp/button_messagesMoonchild2018-04-26-15/+25
| |\ \ \ \ | | |_|_|/ | |/| | | Improve some button labels in preferences
| | * | | [Pale Moon] Change button labels in cookies dialogadeshkp2018-04-26-15/+25
| | | | |
* | | | | [follow up] Bug 1216684 - Notification permissions ... in private windows - ↵janekptacijarabaci2018-04-26-0/+10
| | | | | | | | | | | | | | | | | | | | implemented "_getBrowserForRequest" function (e10 off only)
* | | | | [PALEMOON] Preferences: Fix permissions.xul (an introductory comment)janekptacijarabaci2018-04-26-4/+4
| | | | |
* | | | | [follow up] Bug 1192458, Part 1 - Consolidate push and desktop notification ↵janekptacijarabaci2018-04-26-21/+0
| | | | | | | | | | | | | | | | | | | | permissions
* | | | | [follow up] Bug 1216271 - Display a notification upon upgrade for users who ↵janekptacijarabaci2018-04-26-9/+11
| | | | | | | | | | | | | | | | | | | | currently allow notifications for at least one site
* | | | | [PALEMOON] Permisions Manager: Added a commentjanekptacijarabaci2018-04-26-0/+4
| | | | |
* | | | | Bug 1280775 - null check in removePermission to prevent crash: permission ↵janekptacijarabaci2018-04-26-13/+13
| | | | | | | | | | | | | | | | | | | | manager change
* | | | | Bug 1212610 - Fix sorting permissions by site due a legacy property name ↵janekptacijarabaci2018-04-26-1/+1
| | | | | | | | | | | | | | | | | | | | being referenced
* | | | | Bug 1190175 - Update offlineapp listbox to display origin propertyjanekptacijarabaci2018-04-26-1/+1
| | | | |
* | | | | Bug 1189073 - Handle entering 'localhost:12345' into the cookie exceptions ↵janekptacijarabaci2018-04-26-2/+13
| | | | | | | | | | | | | | | | | | | | dialog correctly
* | | | | Bug 1185365 - Correctly deal with full URLs in the cookie exceptions dialogjanekptacijarabaci2018-04-26-1/+1
| | | | |
* | | | | Bug 1173523 - Part 7: Update advanced.js to use new API for nsIPermissionjanekptacijarabaci2018-04-26-18/+14
| | | | |
* | | | | Bug 1173523 - Part 5: Update the preferences permissions UI to use new API ↵janekptacijarabaci2018-04-26-37/+41
| | | | | | | | | | | | | | | | | | | | for nsIPermission (+ fix typos)
* | | | | Bug 1173523 - Part 4: Update about:permissions to use new API for nsIPermissionjanekptacijarabaci2018-04-26-61/+58
| | | | |
* | | | | Bug 1221330 - Show the app icon in the XUL upgraded notifications alertjanekptacijarabaci2018-04-26-1/+12
| | | | |