Check whether TYPE_COMBINED modules are allowed to be included in the page
authorKunal Mehta <legoktm@gmail.com>
Thu, 24 Jul 2014 23:02:45 +0000 (16:02 -0700)
committerLegoktm <legoktm.wikipedia@gmail.com>
Wed, 30 Jul 2014 01:23:19 +0000 (01:23 +0000)
commit5518d3ac02c8be4881aa2a61d22f2077be874391
treeafbd34405ae27a965c4ee5e6f3d33e34228a62ca
parent3fc8b225b644bea94bcad33040107f0a92e46362
Check whether TYPE_COMBINED modules are allowed to be included in the page

With the introduction of the OutputPageScriptsForBottomQueue hook,
modules loaded through it are TYPE_COMBINED, which
OutputPage::makeResourceLoaderLink was not checking on whether
or not it was safe to include them.

Change-Id: I33f39a5643b3d05db5a89e62fa6c86d437dea143
includes/OutputPage.php