diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-05-12 21:00:32 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-05-12 21:00:32 -0400 |
commit | c7dc667e614cbff35c0d76d3647fde81f7192184 (patch) | |
tree | c42b2536b98d634d30463443de97d1bf1ee9718a /application/palemoon/components/search | |
parent | 70c5719dc53aa674fea234a2a5914a4add762974 (diff) | |
download | UXP-c7dc667e614cbff35c0d76d3647fde81f7192184.tar UXP-c7dc667e614cbff35c0d76d3647fde81f7192184.tar.gz UXP-c7dc667e614cbff35c0d76d3647fde81f7192184.tar.lz UXP-c7dc667e614cbff35c0d76d3647fde81f7192184.tar.xz UXP-c7dc667e614cbff35c0d76d3647fde81f7192184.zip |
Remove deprecated appending of #-moz-resolution from Pale Moon and left over from nsMediaFragmentURIParser.h
This also magically makes Aero Peek work properly with Pale Moon thus:
Resolves #809
Diffstat (limited to 'application/palemoon/components/search')
-rw-r--r-- | application/palemoon/components/search/content/search.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/application/palemoon/components/search/content/search.xml b/application/palemoon/components/search/content/search.xml index 4532f5720..0c33b1527 100644 --- a/application/palemoon/components/search/content/search.xml +++ b/application/palemoon/components/search/content/search.xml @@ -283,11 +283,6 @@ <parameter name="element"/> <parameter name="uri"/> <body><![CDATA[ - if (uri) { - let size = Math.round(16 * window.devicePixelRatio); - if (!uri.includes("#")) - uri += "#-moz-resolution=" + size + "," + size; - } element.setAttribute("src", uri); ]]></body> </method> |