aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/stylesheet_loader.rs
Commit message (Collapse)AuthorAgeFilesLines
* Interact with the originating document for stylesheet loads, rather than the ↵Josh Matthews2017-01-041-3/+6
| | | | element's current document.
* script: Abstract HTMLLinkElement and StyleElement into StylesheetOwner.Emilio Cobos Álvarez2016-12-161-41/+32
|
* script: Move the stylesheet loading code from htmllinkelement to ↵Emilio Cobos Álvarez2016-12-161-0/+254
stylesheet_loader. Make it track subresource loads properly.