mediawiki-extensions-Popups/tests/qunit
jdlrobson 765aa40cc1 Replace use of jStorage with mw.storage
Use the standardised MediaWiki storage system for the simple use
case of disabling/enabling Popups. The jStorage library is 12kb
uncompressed and cannot be justified for this usage (and if it becomes
the standardised library mw.storage will begin using it)

This means that browsers with full localStorage or no localStorage
support will not be able to disable Popups. Given the current ecosystem
of the web - localStorage is widely supported - and the fact that grade
A browsers enjoy localStorage support - this is not a problem.
See https://github.com/wikimedia/mediawiki/blob/REL1_27/resources/src/startup.js#L59

Changes:
* Stop using jStorage
* Cleanup and migrate previous values in jStorage with plan for removing this
in a month.

Bug: T136241
Change-Id: I6dac2911e84d6cb20731be34add01576cf407c46
2016-05-30 12:30:38 -07:00
..
ext.popups.renderer Do not directly manipulate the cached object 2016-05-12 16:56:19 -07:00
ext.popups.core.test.js Replace use of jStorage with mw.storage 2016-05-30 12:30:38 -07:00
ext.popups.experiment.test.js Replace use of jStorage with mw.storage 2016-05-30 12:30:38 -07:00
ext.popups.renderer.article.test.js Describe init method behaviour via QUnit tests 2016-05-12 16:22:59 -07:00
ext.popups.schemaPopups.utils.test.js Switch to Schema:Popups revid 15597282 2016-05-24 14:26:46 -07:00
ext.popups.settings.test.js Replace use of jStorage with mw.storage 2016-05-30 12:30:38 -07:00