aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlscriptelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Set `currentScript` to `null` for module scriptsCYBAI2020-05-271-2/+6
* Use temporary files instead of pipes for JS unminification.Josh Matthews2020-05-221-18/+27
* Auto merge of #26005 - jdm:hubs-csp, r=noxbors-servo2020-03-251-0/+1
|\
| * Update content-security-policy.Josh Matthews2020-03-251-0/+1
* | Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
|/
* Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)Simon Sapin2020-02-141-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+2
* Implement nomodule attributeCYBAI2020-01-031-1/+9
* Support module script credentials modeCYBAI2020-01-031-2/+15
* Support `integrity` for module scriptCYBAI2020-01-031-0/+1
* Scaffold module scriptCYBAI2020-01-031-62/+180
* Issue warning to devtools when module scripts in use.Josh Matthews2019-12-121-0/+7
* Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-161-1/+11
* Support CORS attributes for image elements.Josh Matthews2019-10-041-17/+3
* Prefetch img and scripts during parsingAlan Jeffrey2019-09-101-15/+40
* Show warning when the script is a moduleCYBAI2019-09-061-38/+60
* Add `type_` for script origin to distinguish module or classicCYBAI2019-09-061-4/+12
* Rename ClassicScript to ScriptOriginCYBAI2019-09-061-13/+13
* Rename ScriptContext to ClassicContextCYBAI2019-09-061-5/+5
* Recognize `module` as script typeCYBAI2019-09-061-34/+54
* Update spec step numberCYBAI2019-09-061-32/+39
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-1/+1
* Script: removed a few opts::get()oneturkmen2019-06-261-2/+1
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-4/+4
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-3/+3
* Implement shadow-including root, set node as in doc when connected. Makes JS ...Fernando Jiménez Moreno2019-04-261-3/+3
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+2
* Auto merge of #23187 - krk:nopanic-unminifyjs, r=jdmbors-servo2019-04-161-1/+9
|\
| * Clarify warning.Josh Matthews2019-04-161-1/+1
| * Do not unwrap empty unminified_js_dir in HTMLScriptElement.unminify_js.krk2019-04-101-1/+9
* | Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-15/+14
|/
* Remove most RootedReference usesAnthony Ramine2019-03-101-5/+5
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-5/+5
* Auto merge of #22456 - dlrobertson:fix_src, r=ferjmbors-servo2018-12-221-2/+2
|\
| * Update src/href attributes to be a USVStringDan Robertson2018-12-171-2/+2
* | Delay iframe and script element processing until the DOM is stable.Josh Matthews2018-12-141-1/+4
|/
* refactored performance timing to align with updated specddh2018-11-201-2/+36
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-9/+11
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-4/+6
* Format remaining filesPyfisch2018-11-061-15/+18
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-27/+27
* Format script componentchansuke2018-09-191-80/+145
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+2
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Replace rust-encoding with encoding-rsSimon Sapin2017-11-011-7/+6