aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlscriptelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge request type and destinationKeith Yeung2017-10-231-2/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-7/+7
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-9/+1
* Fix URL attributesAnthony Ramine2017-10-111-1/+10
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-2/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-1/+1
* Update step annotations in script's prepare methodNikhil Shagrithaya2017-07-241-25/+27
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+1
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Inform about unminify errors and store unmodified version if js-beautify failsFernando Jiménez Moreno2017-04-121-22/+25
* Unminify JS and dump it to a file before executing itFernando Jiménez Moreno2017-04-121-1/+49
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Perform a microtask checkpoint after executing classic scripts and callbacks.Josh Matthews2017-02-011-5/+19
* Inline dom::eventdispatcher into dom::eventAnthony Ramine2017-01-221-2/+1
* Kill HTMLScriptElement::ready_to_be_parser_executedAnthony Ramine2017-01-171-12/+0
* Auto merge of #15020 - jdm:external_script_line, r=Ms2gerbors-servo2017-01-161-1/+2
|\
| * Do not use the script element's line number for external scripts.Josh Matthews2017-01-131-1/+2
* | Kill beforescriptexecute and afterscriptexecute (fixes #12446)Anthony Ramine2017-01-141-20/+0
* | Auto merge of #15011 - nox:load-fixes, r=jdmbors-servo2017-01-141-0/+11
|\ \
| * | Implement HTMLScriptElement async attributeAnthony Ramine2017-01-141-0/+11
* | | Handle crossorigin in link and refactor crossorigin handlingmrnayak2017-01-131-25/+4
|/ /
* / Don't fire a load event on inline scriptsAnthony Ramine2017-01-131-2/+0
|/
* Store parser's current line when script elements are created.karenher2017-01-111-3/+7
* Introduce PendingScriptAnthony Ramine2017-01-111-15/+21
* Rename ScriptOrigin to ClassicScriptAnthony Ramine2017-01-111-10/+10
* Do not pass an Option to Document::set_pending_parsing_blocking_scriptAnthony Ramine2017-01-101-2/+2
* Introduce ExternalScriptKind to simplify HTMLScriptElement::prepareAnthony Ramine2017-01-101-43/+44
* Fix steps numbering of HTMLScriptExecute::prepareAnthony Ramine2017-01-101-35/+42
* Implement Subresource Integritymrnayak2017-01-081-3/+15
* Implement "child text content" concept; use it where appropriate.Corey Farwell2016-12-151-1/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Implement document.write (fixes #3704)Anthony Ramine2016-11-281-9/+11
* Rewrite how parser handles script schedulingAnthony Ramine2016-11-261-24/+12