Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Preferences - Show Cookies - <tree onselect>/"onCookieSelected" is not fired ↵ | janekptacijarabaci | 2018-06-24 | -1/+3 |
| | | | | twice | |||
* | Preferences - Show Cookies - "Remove Selected" button should not be active ↵ | janekptacijarabaci | 2018-06-24 | -1/+3 |
| | | | | if there are no items | |||
* | Merge pull request #471 from janekptacijarabaci/pm_move_permissions_1 | Moonchild | 2018-06-12 | -1806/+0 |
|\ | | | | | [PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/ | |||
| * | [PALEMOON] Moving About permissions component files from ↵ | janekptacijarabaci | 2018-06-11 | -1806/+0 |
| | | | | | | | | | | | | components/preferences/ to components/permissions/ Issue #191 | |||
* | | [PALEMOON] Change the three-state DoNotTrack controls to a simple on/off switch | JustOff | 2018-06-11 | -50/+5 |
|/ | ||||
* | [PALEMOON] Update the pref name for HSTS | trav90 | 2018-06-07 | -3/+3 |
| | | | | This aligns the pref name for Pale Moon with what is used in the platform. | |||
* | Remove the obsolete `media.mediasource.format-reader` control from the ↵ | JustOff | 2018-05-11 | -28/+1 |
| | | | | preferences UI | |||
* | [PALEMOON] Remove fullscreen and pointer-lock from permission managing | JustOff | 2018-05-06 | -91/+2 |
| | ||||
* | [PALEMOON] Remove "dom.push.enabled" from aboutPermissions.js (consolidated ↵ | janekptacijarabaci | 2018-04-27 | -2/+0 |
| | | | | to "dom.webnotifications.enabled") | |||
* | [PALEMOON] Remove double rows from aboutPermissions.js | janekptacijarabaci | 2018-04-27 | -2/+0 |
| | ||||
* | Bug 1288557 - Part 1: Replace custom exceptions dialog with usage of permissions | janekptacijarabaci | 2018-04-26 | -6/+18 |
| | ||||
* | Bug 1288557 - Part 0: Fix permissions dialog while receiving deleted event | janekptacijarabaci | 2018-04-26 | -1/+1 |
| | ||||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-04-26 | -15/+25 |
|\ | | | | | | | pm_permissions_1 | |||
| * | Merge pull request #269 from adeshkp/button_messages | Moonchild | 2018-04-26 | -15/+25 |
| |\ | | | | | | | Improve some button labels in preferences | |||
| | * | [Pale Moon] Change button labels in cookies dialog | adeshkp | 2018-04-26 | -15/+25 |
| | | | ||||
* | | | [PALEMOON] Preferences: Fix permissions.xul (an introductory comment) | janekptacijarabaci | 2018-04-26 | -4/+4 |
| | | | ||||
* | | | [follow up] Bug 1192458, Part 1 - Consolidate push and desktop notification ↵ | janekptacijarabaci | 2018-04-26 | -21/+0 |
| | | | | | | | | | | | | permissions | |||
* | | | [PALEMOON] Permisions Manager: Added a comment | janekptacijarabaci | 2018-04-26 | -0/+4 |
| | | | ||||
* | | | Bug 1280775 - null check in removePermission to prevent crash: permission ↵ | janekptacijarabaci | 2018-04-26 | -13/+13 |
| | | | | | | | | | | | | manager change | |||
* | | | Bug 1212610 - Fix sorting permissions by site due a legacy property name ↵ | janekptacijarabaci | 2018-04-26 | -1/+1 |
| | | | | | | | | | | | | being referenced | |||
* | | | Bug 1190175 - Update offlineapp listbox to display origin property | janekptacijarabaci | 2018-04-26 | -1/+1 |
| | | | ||||
* | | | Bug 1189073 - Handle entering 'localhost:12345' into the cookie exceptions ↵ | janekptacijarabaci | 2018-04-26 | -2/+13 |
| | | | | | | | | | | | | dialog correctly | |||
* | | | Bug 1185365 - Correctly deal with full URLs in the cookie exceptions dialog | janekptacijarabaci | 2018-04-26 | -1/+1 |
| | | | ||||
* | | | Bug 1173523 - Part 7: Update advanced.js to use new API for nsIPermission | janekptacijarabaci | 2018-04-26 | -18/+14 |
| | | | ||||
* | | | Bug 1173523 - Part 5: Update the preferences permissions UI to use new API ↵ | janekptacijarabaci | 2018-04-26 | -37/+41 |
| | | | | | | | | | | | | for nsIPermission (+ fix typos) | |||
* | | | Bug 1173523 - Part 4: Update about:permissions to use new API for nsIPermission | janekptacijarabaci | 2018-04-26 | -61/+58 |
| | | | ||||
* | | | Bug 1192458, Part 1 - Consolidate push and desktop notification permissions | janekptacijarabaci | 2018-04-26 | -15/+2 |
| | | | ||||
* | | | Bug 661831 - In about:permissions, make Ctrl+f focus the filter box instead ↵ | janekptacijarabaci | 2018-04-26 | -4/+21 |
| | | | | | | | | | | | | of invoking the find bar | |||
* | | | Bug 1170200 - Part 2: Update JavaScript consumers of ↵ | janekptacijarabaci | 2018-04-26 | -10/+16 |
| | | | | | | | | | | | | nsIPermissionManager::Remove | |||
* | | | Bug 1039540 - Disable the sorting of rows of sub-dialogs when right clicking ↵ | janekptacijarabaci | 2018-04-26 | -4/+16 |
| | | | | | | | | | | | | (+ style clean up) | |||
* | | | Bug 1137870 - Fix mismatching argument counts in permissions.js (partially) | janekptacijarabaci | 2018-04-26 | -1/+1 |
| | | | ||||
* | | | Bug 340432 - Add the ability to cancel site permission changes | janekptacijarabaci | 2018-04-26 | -95/+156 |
| | | | ||||
* | | | Bug 574460 - Fix handling of permission deletion notifications in preference ↵ | janekptacijarabaci | 2018-04-26 | -4/+11 |
| | | | | | | | | | | | | dialogs | |||
* | | | Bug 431901 - Update preference dialogs to treat backspace and delete ↵ | janekptacijarabaci | 2018-04-26 | -4/+14 |
| | | | | | | | | | | | | equivalently on Mac OS X | |||
* | | | Bug 1006461 - Fix handling of permission notifications in preference dialogs | janekptacijarabaci | 2018-04-26 | -0/+5 |
| | | | ||||
* | | | Bug 956151 - Remove the perm attribute in permissions.js | janekptacijarabaci | 2018-04-26 | -5/+3 |
| | | | ||||
* | | | Bug 1038811 - Push Notifications (observer) | janekptacijarabaci | 2018-04-26 | -0/+2 |
| | | | ||||
* | | | Bug 1038811 - Push Notifications - Firefox front end changes for ↵ | janekptacijarabaci | 2018-04-26 | -2/+37 |
| | | | | | | | | | | | | preferences, and permission notification | |||
* | | | Bug 1115293 - Use "use strict" | janekptacijarabaci | 2018-04-26 | -0/+2 |
| | | | ||||
* | | | Bug 996448 - Lazify the loading of PluralForm.jsm everywhere | janekptacijarabaci | 2018-04-26 | -1/+4 |
|/ / | ||||
* | | [PALEMOON] [frontend vs backend] Fix cookies in Preferences | janekptacijarabaci | 2018-04-24 | -15/+23 |
| | | | | | | | | Issue #121 | |||
* | | Mass-replace global-scope let with var in Pale Moon and TychoAM | wolfbeast | 2018-04-16 | -9/+9 |
| | | | | | | | | tag #155 | |||
* | | Merge pull request #125 from janekptacijarabaci/pm_loginManager_1 | New Tobin Paradigm | 2018-04-12 | -21/+4 |
|\ \ | | | | | | | [PALEMOON] Fix Login Manager (Prompter) - basic | |||
| * | | [PALEMOON] Preferences - Security - Password Manager: Use ↵ | janekptacijarabaci | 2018-04-11 | -21/+4 |
| |/ | | | | | | | LoginHelper.isMasterPasswordSet instead of _masterPasswordSet | |||
* / | [PALEMOON] Resolve issues with redeclaration according to ES6 | Matt A. Tobin | 2018-04-12 | -3/+3 |
|/ | ||||
* | Sync Pale Moon code | Matt A. Tobin | 2018-03-01 | -11/+27 |
| | ||||
* | Add Pale Moon | Matt A. Tobin | 2018-02-02 | -0/+11427 |