resourceloader: Remove redundant 'group' setting for StartupModule
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 13 Jun 2019 18:33:46 +0000 (19:33 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 14 Jun 2019 14:46:10 +0000 (15:46 +0100)
commit95985d0e4951622ebeb0ed18f29b832280981110
tree18797f730e7558f5a222d148804103a559993c19
parent61544d6eb235342d004a2fefc159167f28c69099
resourceloader: Remove redundant 'group' setting for StartupModule

This feaure exists for controlling cache fragmentation of modules
that are queued for loading. However, the startup module is never
"queued" for loading.

It's loading is hardwired into ResourceLoaderClientHtml and doesn't
use any batching and couldn't logically, given that by design it
has to be the first thing that loads and cannot be combined with
other code (because we need to be able to return early and control
what else gets loaded from there).

[0] https://www.mediawiki.org/wiki/ResourceLoader/Architecture#Balance

Change-Id: If8900c538ce623f6a9a68a3bbef0927b4b6ae346
includes/resourceloader/ResourceLoaderStartUpModule.php