resourceloader: Move mw.libs and mw.widgets from startup to mediawiki.base
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 2 Aug 2019 14:39:49 +0000 (15:39 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 2 Aug 2019 14:42:54 +0000 (15:42 +0100)
commit46cd3ed7a7c72c3788420d335d86e2dd150d9f18
tree6fa80ebb9417531910fce19b1fbe9a7fc8ac78a7
parent7af7bbe7476996bf60d8d8e48a84687ccd7505df
resourceloader: Move mw.libs and mw.widgets from startup to mediawiki.base

These are not needed to help define mw.loader or to process RLQ,
as such, it does not need to be in the critical path. This can
instead download as part of mediawiki.base which loads concurrently
with regular modules (but will execute first).

Change-Id: I43f21706206aa7cb6fb779c68325623e07724125
resources/src/mediawiki.base/mediawiki.base.js
resources/src/startup/mediawiki.js