Made OutputPage only ask for a style from ResourceLoader once with media=all, and...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 10 Sep 2010 18:24:45 +0000 (18:24 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 10 Sep 2010 18:24:45 +0000 (18:24 +0000)
commit8a2bf1862aa3b5e625cb888d4d0f9dd7455b472e
treec59685a6cecf64996c79d97563c80209eda35410
parenta86d87325442fb122654fb97e6dbbe3fcc528c23
Made OutputPage only ask for a style from ResourceLoader once with media=all, and ResourceLoader respond with styles wrapped in @media [type] { ... } blocks.
includes/OutputPage.php
includes/ResourceLoader.php
includes/ResourceLoaderContext.php