resources: Remove deprecated 'jquery.hidpi' module
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 3 Mar 2019 01:51:50 +0000 (01:51 +0000)
committerJames D. Forrester <jforrester@wikimedia.org>
Tue, 5 Mar 2019 11:48:46 +0000 (11:48 +0000)
commit2c32b6de0997069e853950ce59a6bce637da80cf
treee2f458a9a05bb432055590bc0406329abd3cf5c8
parent187ef28a08e82dd2cf4cbf2c8891db37f7769b03
resources: Remove deprecated 'jquery.hidpi' module

Deprecated in 1.32 and has no further purpose in its current
form as a jQuery plugin for <img srcset>, which we now use
natively without fallback.

The remaining logic for bracketed window.devicePixelRatio is
simple enough to inline as needed without the cruft and overhead
that comes with a centralised approach.

Bug: T202154
Change-Id: I729dfabcbb40a0a794d6b166a584f45a64ac0338
RELEASE-NOTES-1.33
maintenance/dictionary/mediawiki.dic
resources/Resources.php
resources/src/jquery/jquery.hidpi.js [deleted file]
tests/qunit/QUnitTestResources.php
tests/qunit/suites/resources/jquery/jquery.hidpi.test.js [deleted file]