aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/document_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Update test expectations. Mark script loads as complete when the response is ...Josh Matthews2015-05-211-0/+1
* Make external script sources load asynchronously, yet still block further par...Josh Matthews2015-05-201-7/+6
* Delay stylesheet load in test to increase confidence.Josh Matthews2015-05-111-8/+6
* Make stylesheets block page load.Josh Matthews2015-05-111-8/+14
* Implement a DocumentLoader type that tracks pending loads and notifies the sc...Josh Matthews2015-05-111-0/+106