Followup r108184: per CR, blocking loads in debug mode were broken because debug...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 2 Feb 2012 16:38:28 +0000 (16:38 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 2 Feb 2012 16:38:28 +0000 (16:38 +0000)
commit47f9cf8bd58d8cdf7d9c047f29dda8b9ef48a95c
treef9f1af4b47c7489ccda40c550ac80c0c038638f2
parentb6e7b2d9fde9784c52b02cfa19960756a4afa314
Followup r108184: per CR, blocking loads in debug mode were broken because debug mode uses chained loading, and the second part of the chain would run after the blocking flag had been set back to false. So get rid of the blocking flag as a global state flag, and instead pass it around all over the place so nestedAddScript() can use it.
includes/OutputPage.php
resources/mediawiki/mediawiki.js