mediawiki-extensions-Popups/resources
jdlrobson dedb61caf9 Drop support for non-SVG browsers
According to caniuse.com SVG support is available
from IE > 8, Firefox > 3, Safari > 3.1 and Android
> 2.3. Android 3-4.3 does not support masking.

Out of all these browsers, considering market share
and ResourceLoader support, none of these browsers
are of concern to us. In IE8 for example we do not
run JavaScript for our end users. Thus we should remove
this fallback support.

Changes
* Remove createImgThumbnail method and its test
* Groups duplicate CSS groups
* Refactor createThumbnail function
** Leave a FIXME on some curious code

Change-Id: I59ac2e320b2e07815bc4136d5942016fdc1d4340
Bug: T135554
2016-05-31 15:23:07 -07:00
..
ext.popups.renderer Do not unnecessarily expose private variables 2016-05-31 16:25:03 -04:00
ext.popups.targets Drop support for non-SVG browsers 2016-05-31 15:23:07 -07:00
images Revert "Compress PNGs with zopflipng" 2016-02-28 00:08:03 +00:00
ext.popups.animation.less animation: Use the animation mixin in core and pass fill-mode as an argument 2014-06-03 11:56:00 +05:30
ext.popups.core.js Replace use of jStorage with mw.storage 2016-05-30 12:30:38 -07:00
ext.popups.core.less Drop support for non-SVG browsers 2016-05-31 15:23:07 -07:00
ext.popups.experiment.js Replace use of jStorage with mw.storage 2016-05-30 12:30:38 -07:00
ext.popups.renderer.article.js Drop support for non-SVG browsers 2016-05-31 15:23:07 -07:00
ext.popups.schemaPopups.js Switch to Schema:Popups revid 15597282 2016-05-24 14:26:46 -07:00
ext.popups.schemaPopups.utils.js Send dwelledButAbandoned action for links when popups are not enabled 2016-05-26 11:57:42 +00:00
ext.popups.settings.js Replace use of jStorage with mw.storage 2016-05-30 12:30:38 -07:00
ext.popups.settings.less Fix float on wikis with long settings messages 2016-05-25 16:20:39 -04:00
popup.mustache Unswap langcode and langdir variables in popup.mustache 2016-05-20 07:24:18 +02:00
settings.mustache Render settings via template 2016-05-30 10:49:17 -07:00