aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlscriptelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Formatingsagudev2021-03-121-1/+2
* Fix errorssagudev2021-03-121-5/+2
* Update mozjs.Josh Matthews2021-02-181-0/+3
* Implement referrerPolicy for HTMLLinkElement and HTMLScriptElementYUAN LYU2020-12-011-4/+15
* Update mozjs to 0.14.1Sudarsan2020-08-281-3/+1
* Removed unnecessary conversion from UTF-8 to UTF-16Arjun Ramachandrula2020-07-271-7/+4
* Pass C string pointer to CompileOptionsWrapper.Josh Matthews2020-07-221-2/+3
* Added off thread compilationAbhishekSharma1022020-07-211-40/+221
* Auto merge of #27026 - CYBAI:dynamic-module, r=jdmbors-servo2020-07-191-60/+91
|\
| * Set private reference for classic scriptCYBAI2020-07-181-3/+23
| * checkpoint - dynamic load inside of a module and classic script works.Josh Matthews2020-07-181-58/+69
* | Auto merge of #27303 - camelid:async-to-asynch, r=jdmbors-servo2020-07-171-9/+9
|\ \ | |/ |/|
| * Use `asynch` instead of `r#async`Camelid2020-07-161-9/+9
* | One fewer `Rc::clone()`Camelid2020-07-161-1/+1
* | Fewer clonesCamelid2020-07-161-2/+4
* | Use `Rc` instead of cloning the `DOMString`Camelid2020-07-141-10/+12
|/
* Fix invalid use of ReferrerUrlMatthias Deiml2020-06-171-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+1
* Move away from Promise.all way and check if we need to finish manuallyCYBAI2020-06-131-40/+28
* reading unminified scripts from diskskrzyp12020-06-021-10/+56
* 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
|\