summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bug 1469150 - CSP: Scripts with valid nonce get blocked if URL redirects is ↵janekptacijarabaci2018-06-23-2/+2
| | | | fixed (follow up)
* Bug 1469150 - Tests added to check scripts with valid nonce is allowed if ↵janekptacijarabaci2018-06-23-0/+0
| | | | URL redirects (follow up)
* Bug 1469150 - CSP: Scripts with valid nonce get blocked if URL redirectsjanekptacijarabaci2018-06-21-1/+100
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1469150
* CSP: Support for "LoadInfo::GetLoadingContext" and ↵janekptacijarabaci2018-06-21-2/+38
| | | | | | "LoadInfo::GetLoadingContextXPCOM()" https://bugzilla.mozilla.org/show_bug.cgi?id=1439713 (partially)
* Merge pull request #520 from ↵Moonchild2018-06-19-8/+8
|\ | | | | | | | | janekptacijarabaci/pm_permissions_clean-up_name-functions_1 [PALEMOON] Remove named function syntax in aboutPermissions.js
| * [PALEMOON] Remove named function syntax in aboutPermissions.jsjanekptacijarabaci2018-06-19-8/+8
| | | | | | | | Issue #516
* | Merge pull request #519 from janekptacijarabaci/pm_permissions_2Moonchild2018-06-19-1/+2
|\| | | | | [PALEMOON] Fix "Permissions Manager" and "Remove All Cookies"
| * [PALEMOON] Fix "Permissions Manager" and "Remove All Cookies"janekptacijarabaci2018-06-19-1/+2
| | | | | | | | Follow up #273
* | Merge pull request #518 from janekptacijarabaci/pm_permissions_1Moonchild2018-06-19-1/+1
|\| | | | | [PALEMOON] Fix "Permissions Manager" and get cookies
| * [PALEMOON] Fix "Permissions Manager" and cookiesjanekptacijarabaci2018-06-19-1/+1
| | | | | | | | Follow up #273
* | Fix typo in newtab transformations.jswolfbeast2018-06-19-1/+1
| |
* | Stop using old-style promises module in about:newtab.wolfbeast2018-06-19-50/+40
| | | | | | | | | | | | | | - Rewrite to arrow functions. - Stop using .defer and .promised Tag #517.
* | Merge pull request #515 from JustOff/PR_devtools_stringsMoonchild2018-06-19-24/+40
|\ \ | |/ |/| Correct the browser and platform names in DevTools
| * Add extra `Firefox` -> `browser` changes in `webide.properties`JustOff2018-06-18-1/+1
| |
| * Correct the browser and platform names in `devtools\client`JustOff2018-06-18-23/+39
|/
* Merge pull request #509 from ↵Moonchild2018-06-18-22/+53
|\ | | | | | | | | janekptacijarabaci/context-menu_save-link-as_principal_1 Added "nsIContentPolicy::TYPE_SAVEAS_DOWNLOAD": The context menu - "Save Link As" feature should use the loading principal instead of the system principal
| * nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, ↵janekptacijarabaci2018-06-18-14/+15
| | | | | | | | rewrite uuid
| * nsIContentPolicy: Their order (in nsIContentPolicyBase.idl) must be retained ↵janekptacijarabaci2018-06-18-2/+9
| | | | | | | | in nsContentBlocker.cpp
| * Added Ci.nsIContentPolicy.TYPE_SAVEAS_DOWNLOAD to next filesjanekptacijarabaci2018-06-17-1/+4
| |
| * Rewrite uuid for ContentPolicyjanekptacijarabaci2018-06-17-3/+3
| |
| * [PALEMOON] Fix "loadingPrincipal" in nsContextMenu.jsjanekptacijarabaci2018-06-17-1/+1
| |
| * Remove a comment in nsContextMenu.jsjanekptacijarabaci2018-06-17-10/+0
| |
| * Fix typo in nsContentPolicyUtils.hjanekptacijarabaci2018-06-17-1/+1
| |
| * Bug 1430758 - No CSP directive for nsIContentPolicy::TYPE_SAVEAS_DOWNLOADjanekptacijarabaci2018-06-17-0/+3
| |
| * Bug 1398229 - Save-link-as feature should use the loading principal - ↵janekptacijarabaci2018-06-17-2/+25
| | | | | | | | implementation of nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD
| * Bug 1398229 - Save-link-as feature should use the loading principal - ↵janekptacijarabaci2018-06-17-2/+6
| | | | | | | | context menu using nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD
* | Merge pull request #514 from janekptacijarabaci/pm_findbar_4Moonchild2018-06-18-53/+48
|\ \ | | | | | | [PALEMOON] Fix Findbar: The context menu - "View Page Source"
| * | [PALEMOON] Findbar - added the listener also to tabbrowser.xml, remove ↵janekptacijarabaci2018-06-18-23/+47
| | | | | | | | | | | | | | | | | | "_fastFind", a better focus() for the method "updateCurrentBrowser" Issue #513
| * | [PALEMOON] Findbar - remove unnecessary code (Findbar is no longer in the ↵janekptacijarabaci2018-06-18-30/+1
|/ / | | | | | | | | | | gBrowser) Issue #513
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-06-17-16/+23
|\|
| * Merge pull request #500 from trav90/uaoverrides-basiliskMoonchild2018-06-16-0/+2
| |\ | | | | | | [BASILISK] Add UA overrides for YouTube Live
| | * [BASILISK] Add UA overrides for YouTube Livetrav902018-06-15-0/+2
| | |
| * | Merge pull request #501 from trav90/uaoverrides-palemoonMoonchild2018-06-16-5/+0
| |\ \ | | | | | | | | [PALEMOON] Remove UA override for Google Fonts
| | * | [PALEMOON] Remove UA override for Google Fontstrav902018-06-15-5/+0
| | |/
| * | Merge pull request #503 from janekptacijarabaci/pm_findbar_4_sanitizeMoonchild2018-06-16-7/+17
| |\ \ | | | | | | | | [PALEMOON] Sanitize - "Form and search history" sanitize also the Findbar text and history (Ctrl-Z)
| | * | [PALEMOON] Sanitize - "Form and search history" sanitize also the Findbar ↵janekptacijarabaci2018-06-15-7/+17
| | |/ | | | | | | | | | | | | | | | text and history (Ctrl-Z) Issue #502
| * | Merge pull request #504 from ↵Moonchild2018-06-16-4/+4
| |\ \ | | | | | | | | | | | | | | | | janekptacijarabaci/devtools_locales_scratchpad_typos-in-comments_1 Fix typos in comments - scratchpad.properties
| | * | Fix typos in comments - scratchpad.propertiesjanekptacijarabaci2018-06-15-4/+4
| | |/
* | / [BASILISK] Align ChromeUI identity box label color with Basilisk branding.wolfbeast2018-06-17-1/+1
|/ / | | | | | | This resolves #484
* / Increase max size for GDI classic forced families.wolfbeast2018-06-16-1/+1
|/ | | | | | Set the maximum size at which we will force GDI classic mode using force_gdi_classic_for_families to 17 to prevent some known font artifacts using d2d.
* Move native UA compatmode out of branding into app prefs.wolfbeast2018-06-15-3/+5
|
* Merge pull request #498 from adeshkp/patch-6Moonchild2018-06-15-0/+3
|\ | | | | Add UA mode for unofficial branding
| * Add UA mode for unofficial brandingadeshkp2018-06-15-0/+3
| |
* | Merge branch 'findbar-pertab'wolfbeast2018-06-15-14/+59
|\ \ | |/ |/|
| * Transfer findbar data to torn-off tabs.wolfbeast2018-06-15-0/+11
| |
| * Minimal easy fix -- move findbar getters to tabbrowser.wolfbeast2018-06-12-14/+48
| | | | | | | | Resolves #487
* | Add a nullcheck in DOMProxyHandler::EnsureExpandoObject jic.wolfbeast2018-06-15-0/+4
| |
* | Clang needs a trailing new line in intl/hyphenation/glue/hnjstdio.cppMatt A. Tobin2018-06-14-1/+1
| |
* | Merge pull request #497 from janekptacijarabaci/toolkit_troubleshot_pp_2Moonchild2018-06-14-1/+1
|\ \ | | | | | | Remove appConstants usage from Troubleshoot.jsm (follow up)
| * | Remove appConstants usage from Troubleshoot.jsm (follow up)janekptacijarabaci2018-06-14-7/+9
| | | | | | | | | | | | | | | | | | Tags: #65 #494 (follow up)