aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_module.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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