diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-05-12 21:00:32 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-13 12:51:22 +0200 |
commit | dabd43c914c826c8cb66b6b224c5581256cb6f05 (patch) | |
tree | 0c27e17780a6d4dbfcbdd0e675e0f9441d6a6c30 /application/palemoon/components/search | |
parent | 25494e6c782e97bf1029824066644918491c3cbb (diff) | |
download | UXP-dabd43c914c826c8cb66b6b224c5581256cb6f05.tar UXP-dabd43c914c826c8cb66b6b224c5581256cb6f05.tar.gz UXP-dabd43c914c826c8cb66b6b224c5581256cb6f05.tar.lz UXP-dabd43c914c826c8cb66b6b224c5581256cb6f05.tar.xz UXP-dabd43c914c826c8cb66b6b224c5581256cb6f05.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> |