aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/stylesheet_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Handle properly alternate stylesheetcharlesvdv2017-01-101-0/+3
* Implement Subresource Integritymrnayak2017-01-081-2/+3
* Interact with the originating document for stylesheet loads, rather than the ...Josh Matthews2017-01-041-3/+6
* script: Abstract HTMLLinkElement and StyleElement into StylesheetOwner.Emilio Cobos Álvarez2016-12-161-41/+32
* script: Move the stylesheet loading code from htmllinkelement to stylesheet_l...Emilio Cobos Álvarez2016-12-161-0/+254