From 20a0be5ed552e0414c1b0908e118c66db9ec9c95 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 20 May 2018 16:15:40 +0200 Subject: [PATCH] Remove deprecated 'dom-level2-shim' module This is an empty placeholder module that does nothing. It was kept for backwards compatibility with older extensions that were still supporting MediaWiki versions that in turn supported older browsers. There is no longer any use of 'dom-level2-shim' anywhere in Wikimedia Git, nor anywhere found by Codesearch, nor anywhere on-wiki at WMF (including user scripts). Bug: T127328 Change-Id: I416b216471c321d56d3b6d72bc9ef7dcc0f16093 --- RELEASE-NOTES-1.32 | 1 + resources/Resources.php | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 261f4b824f..c4a8fefd40 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -132,6 +132,7 @@ because of Phabricator reports. removed. Use JobQueueGroup::singleton()->push() instead. * The jquery.footHovzer module, for mediawiki.debug, was removed. * The es5-shim module, empty and deprecated since 1.29, was removed. +* the dom-level2-shim module, empty and deprecated since 1.29, was removed. * The mediawiki.widgets.visibleByteLimit module alias, deprecated in 1.32, was removed. Use mediawiki.widgets.visibleLengthLimit instead. * The jquery.farbtastic module, unused since 1.18, was removed. diff --git a/resources/Resources.php b/resources/Resources.php index b7ecd10c61..975b16339d 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -2767,12 +2767,6 @@ return [ ], ], - /* dom-level2-shim */ - 'dom-level2-shim' => [ - 'deprecated' => 'Use of the "dom-level2-shim" module is deprecated since MediaWiki 1.29.0', - 'targets' => [ 'desktop', 'mobile' ], - ], - /** * html5shiv * -- 2.20.1