Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle properly alternate stylesheet | charlesvdv | 2017-01-10 | 1 | -0/+3 |
| | |||||
* | Implement Subresource Integrity | mrnayak | 2017-01-08 | 1 | -2/+3 |
| | | | | | | | | | | | Implemented response validation part of https://w3c.github.io/webappsec-subresource-integrity/. Implemented step eighteen of the main fetch. If a request has integrity metadata, then following steps are performed *Wait for response body *If the response does not have a termination reason and response does not match request’s integrity metadata, set response to a network error.# Please enter the commit message for your changes. Lines starting | ||||
* | Interact with the originating document for stylesheet loads, rather than the ↵ | Josh Matthews | 2017-01-04 | 1 | -3/+6 |
| | | | | element's current document. | ||||
* | script: Abstract HTMLLinkElement and StyleElement into StylesheetOwner. | Emilio Cobos Álvarez | 2016-12-16 | 1 | -41/+32 |
| | |||||
* | script: Move the stylesheet loading code from htmllinkelement to ↵ | Emilio Cobos Álvarez | 2016-12-16 | 1 | -0/+254 |
stylesheet_loader. Make it track subresource loads properly. |