aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_module.rs
Commit message (Expand)AuthorAgeFilesLines
* rename compartment to realmKunal Mohan2020-01-241-8/+8
* Auto merge of #25552 - CYBAI:fix-25436, r=jdmbors-servo2020-01-201-3/+4
|\
| * Return the highest priority error from the descendant instead of return the v...CYBAI2020-01-201-3/+4
* | Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+2
|/
* Fix module script MIME check to not include paramsManish Goregaokar2020-01-061-2/+11
* Upgrade module fail warning log to errorManish Goregaokar2020-01-061-1/+1
* Remove redundant checking of promise resolve and clone of URLsCYBAI2020-01-061-20/+4
* Use IndexSet for storing descendantsManish Goregaokar2020-01-061-12/+22
* Support module script credentials modeCYBAI2020-01-031-4/+22
* Support `integrity` for module scriptCYBAI2020-01-031-0/+5
* Scaffold module scriptCYBAI2020-01-031-0/+1404