summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [PALEMOON] [Frontend vs Backend] Password Manager: ↵janekptacijarabaci2018-04-12-2/+5
| | | | `InsecurePasswordUtils.checkForInsecurePasswords` is not a function
* Revert "[PALEMOON] Login Manager Prompter: win.gBrowser is undefined"janekptacijarabaci2018-04-12-5/+3
| | | | This reverts commit 263927c717e7eb7146091839930f36424d7bd5bf.
* [PALEMOON] [Frontend vs Backend] Password Manager - Implemented Popup ↵janekptacijarabaci2018-04-11-0/+8
| | | | Notifications (it is not complete)
* [PALEMOON] Preferences - Security - Password Manager: Use ↵janekptacijarabaci2018-04-11-21/+4
| | | | LoginHelper.isMasterPasswordSet instead of _masterPasswordSet
* [PALEMOON] [Frontend vs Backend] Login Manager: Bug 1045987 - Implemented ↵janekptacijarabaci2018-04-11-0/+10
| | | | "getBrowserForContentWindow" method in tabbrowser.xml
* [PALEMOON] Login Manager Prompter: win.gBrowser is undefinedjanekptacijarabaci2018-04-11-3/+5
|
* [PALEMOON] Fix depth in baseMenuOverlay.xulMatt A. Tobin2018-04-11-1/+1
|
* Merge pull request #118 from janekptacijarabaci/pm_sanitize_offlineApps_1New Tobin Paradigm2018-04-11-4/+10
|\ | | | | [PALEMOON] Fix Sanitize - Offline Apps (e.g. "Offline" - "Clear Recent History" - "Offline Website Data"): Quota Manager => Quota Manager Service
| * [PALEMOON] Fix Sanitize (e.g. "Offline" - "Clear Recent History" - "Offline ↵janekptacijarabaci2018-04-11-4/+10
| | | | | | | | | | | | Website Data"): Quota Manager => Quota Manager Service Issue #57
* | Merge pull request #117 from janekptacijarabaci/pm_sanitize_path_console_1New Tobin Paradigm2018-04-11-1/+1
|\ \ | | | | | | [PALEMOON] [DevTools] Fix a path with Console.jsm (deprecated) - in sanitize.js
| * | [PALEMOON] [DevTools] Fix a path with Console.jsm (deprecated) - in sanitize.jsjanekptacijarabaci2018-04-11-1/+1
| |/ | | | | | | Issue #57
* | Merge pull request #116 from ↵New Tobin Paradigm2018-04-11-1/+1
|\ \ | | | | | | | | | | | | janekptacijarabaci/pm_pageinfo_permissions_error_uri_1 [PALEMOON] "Page Info" - "Permissions" - use uri.spec instead of uri in a new Error
| * | [PALEMOON] "Page Info" - "Permissions" - use uri.spec instead of uri in a ↵janekptacijarabaci2018-04-11-1/+1
| |/ | | | | | | | | | | | | new Error Issue #112 Issue #57
* | [PALEMOON] Fix depth for toolkit osx shared.incMatt A. Tobin2018-04-11-1/+1
| |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPMatt A. Tobin2018-04-11-23/+43
|\|
| * Merge pull request #115 from ↵New Tobin Paradigm2018-04-10-23/+43
| |\ | | | | | | | | | | | | janekptacijarabaci/pm_pageinfo_permissions_plugins_1 [PALEMOON] "Page Info" - "Permissions": Fix - List of plugins
| | * [PALEMOON] "Page Info" - "Permissions": Fix - List of pluginsjanekptacijarabaci2018-04-10-9/+22
| | | | | | | | | | | | Issue #112
| | * [PALEMOON] "Page Info" - "Permissions": Quota Manager => Quota Manager Servicejanekptacijarabaci2018-04-10-10/+17
| | | | | | | | | | | | Issue #112
| | * [PALEMOON] "Page Info" - "Permissions": Permission Manager - use URI instead ↵janekptacijarabaci2018-04-10-4/+4
| |/ | | | | | | | | | | of URI.host Issue #112
* / Only enable general.useragent.appVersionIsBuildID for Basilisk by defaultMatt A. Tobin2018-04-11-1/+3
|/
* Merge pull request #111 from janekptacijarabaci/pm_devtools_2_pathsNew Tobin Paradigm2018-04-09-5/+5
|\ | | | | [PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm and Console.jsm (deprecated)
| * [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, ↵janekptacijarabaci2018-04-09-2/+2
| | | | | | | | extensions)
| * [PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm (extensions)janekptacijarabaci2018-04-09-3/+3
|/ | | | Issue #102
* [PALEMOON] Enable Devtools by defaultMatt A. Tobin2018-04-09-1/+1
|
* [PALEMOON] Preprocess organizer.css on WindowsMatt A. Tobin2018-04-09-1/+1
|
* [PALEMOON] Fix for loops in MigrationUtils.jsmMatt A. Tobin2018-04-09-2/+15
| | | | (SyntaxError: missing ] after element list)
* [PALEMOON] Fix for loops in allDownloadsViewOverlay.jsMatt A. Tobin2018-04-09-1/+6
| | | | (SyntaxError: missing ] after element list)
* [PALEMOON] Use Components.interfaces directly in controller.js, ↵Matt A. Tobin2018-04-09-91/+91
| | | | history-panel.js, and treeView.js
* [PALEMOON] Fix for loops in grid.js (included into newTab.js)Matt A. Tobin2018-04-09-1/+6
| | | | (SyntaxError: missing ] after element list)
* [PALEMOON] Add an expected pref browser.newtabpage.enhancedMatt A. Tobin2018-04-09-0/+3
|
* [PALEMOON] Use non-prefixed cancelAnimationFrame in browser-fullscreen.jsMatt A. Tobin2018-04-09-1/+1
|
* Merge pull request #108 from ↵New Tobin Paradigm2018-04-08-1/+5
|\ | | | | | | | | janekptacijarabaci/devtools_browser_cleanUp_followUp_3 [DevTools] Use preprocessing for: a global variable "gDevTools" and the context menu - a function "Inspect Element"
| * [DevTools] Use preprocessing for: a global variable "gDevTools" and the ↵janekptacijarabaci2018-04-08-1/+5
| | | | | | | | | | | | context menu - a function "Inspect Element" Follow up: #106
* | Merge pull request #109 from janekptacijarabaci/devtools_appmenu_2New Tobin Paradigm2018-04-08-20/+87
|\ \ | | | | | | [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up)
| * | [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems ↵janekptacijarabaci2018-04-08-20/+87
| |/ | | | | | | | | | | | | (follow up) Issue #96 Issue #102
* | [DEVTOOLS] Resolve issues with dynamically created devtools menu items vs ↵Matt A. Tobin2018-04-08-22/+28
| | | | | | | | | | | | hardcoded vs overlay Follow up to 1a36001
* | Merge pull request #107 from trav90/buildsystem-workNew Tobin Paradigm2018-04-08-2/+0
|\ \ | |/ |/| Fix packaging after bf6bb14
| * Fix packaging after bf6bb14trav902018-04-08-2/+0
| |
* | Merge pull request #101 from janekptacijarabaci/devtools_CustomizableUI_2New Tobin Paradigm2018-04-08-2/+27
|\ \ | |/ |/| CustomizableUI.jsm can't be used for Pale Moon - setting conditions
| * Style clean upjanekptacijarabaci2018-04-08-1/+1
| |
| * Use preprocessing instead of AppConstants.jsmjanekptacijarabaci2018-04-08-17/+27
| |
| * CustomizableUI.jsm can't be used for Pale Moon - setting conditionsjanekptacijarabaci2018-04-08-2/+17
| | | | | | | | Issue #97
* | Merge pull request #106 from ↵New Tobin Paradigm2018-04-08-0/+2
|\ \ | | | | | | | | | | | | janekptacijarabaci/devtools_browser_cleanUp_followUp_2 [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)
| * | [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)janekptacijarabaci2018-04-08-0/+2
| | | | | | | | | | | | | | | Issue #95 Follow up: #99
* | | Merge pull request #105 from janekptacijarabaci/pm_devtools_1New Tobin Paradigm2018-04-08-299/+46
|\ \ \ | | | | | | | | [PALEMOON] [DevTools] Added support for a new DevTools (basic settings)
| * | | [PALEMOON] [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)janekptacijarabaci2018-04-08-0/+6
| | | | | | | | | | | | | | | | Issue #102
| * | | [PALEMOON] [DevTools] Fix + Add some paths to DevTools (installer - ↵janekptacijarabaci2018-04-08-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | package-manifest.in) Issue #102
| * | | [PALEMOON] [DevTools] Fix some paths to DevTools (themes)janekptacijarabaci2018-04-08-6/+6
| | | | | | | | | | | | | | | | Issue #102
| * | | [PALEMOON] [DevTools] Fix some paths to DevTools (sessionstore)janekptacijarabaci2018-04-08-3/+3
| | | | | | | | | | | | | | | | Issue #102
| * | | [PALEMOON] [DevTools] Fix a function "Inspect Element" (nsContextMenu.js)janekptacijarabaci2018-04-08-4/+9
| | | | | | | | | | | | | | | | Issue #102