Update docs for AllowUserCssPrefs to not mention performance
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 5 Mar 2018 22:15:44 +0000 (14:15 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 5 Mar 2018 22:38:24 +0000 (14:38 -0800)
commitdd5f63065ff23bc4be135ee0d0d323403073174a
treed7fbebb81b82f009afacf61a3d532645cac4b7e5
parentf6fd74d4b0034e951717421b4a469c5bde10f368
Update docs for AllowUserCssPrefs to not mention performance

* Before 2011, this was implemented as an inline stylesheet in OutputPage.
* In 2011, this was re-implemented through the 'user.cssprefs' module
  (class: ResourceLoaderUserCSSPrefsModule) embedded in OutputPage.
* Between 2013 and 2016, all user-css preferences have either been
  removed or migrarated to not need this module, eventually resulting
  in the removal of that module in 2c688cfb11ea6c.

More details on T127328, but suffice it to say, it has no significant
performance concerns currently.

Change-Id: Ia89c4f91ecb67e3116989f2ea97c7ca69275a2fb
includes/DefaultSettings.php