wiki.techinc.nl/tests/phpunit/includes/resourceloader
Timo Tijhof bc374082fa resourceloader: Remove top/bottom queue distinction
* The styles queue has always been top-only
  (except for a few months in 2015).
* The top queue loads asynchronous since mid-2015. (T107399)
  And LocalStorage eval, previously the last remaining non-async part
  of module loading, is also async as of October 2016. (T142129)

* This change merges the bottom 'mw.loader.load()' queue with the top queue.
  It also moves any other snippets potentially in the bottom queue still:
  - embed: I couldn't find any private modules with position=bottom
     (doesn't make sense due to their blocking nature). If any do exist,
     (third-party extensions?), they'll now be embedded in the <head>.
  - scripts: Any legacy 'only=scripts' requests will now initiate
     from the <head>.

Bug: T109837
Change-Id: I6c21e3e47c23df33a04c42ce94bd4c1964599c7f
2016-11-16 19:29:16 +00:00
..
templates
DerivativeResourceLoaderContextTest.php resourceloader: Add test coverage for DerivativeResourceLoaderContext 2016-08-29 14:41:46 -07:00
MessageBlobStoreTest.php
ResourceLoaderClientHtmlTest.php resourceloader: Remove top/bottom queue distinction 2016-11-16 19:29:16 +00:00
ResourceLoaderContextTest.php resourceloader: Create unit tests for ResourceLoaderContext 2016-08-29 16:47:15 -07:00
ResourceLoaderFileModuleTest.php Avoid "Column md_module cannot be null" error in unit tests 2016-09-11 17:07:52 -07:00
ResourceLoaderImageModuleTest.php resourceloader: Create unit tests for ResourceLoaderContext 2016-08-29 16:47:15 -07:00
ResourceLoaderImageTest.php
ResourceLoaderModuleTest.php
ResourceLoaderStartUpModuleTest.php resourceloader: Don't cache stale responses in mw.loader.store 2016-10-10 19:48:25 +00:00
ResourceLoaderTest.php resourceloader: Move 'site' and 'user' logic to makeModuleResponse 2016-09-15 18:32:07 -07:00
ResourceLoaderWikiModuleTest.php Add caching to ResourceLoaderWikiModule::preloadTitleInfo() 2016-10-20 20:54:11 +00:00