aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlscriptelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Auto merge of #14210 - GuillaumeGomez:fragment_node, r=noxbors-servo2016-11-211-0/+4
|\
| * Add missing actions in CreateContextualFragment methodGuillaume Gomez2016-11-181-0/+4
* | Remove redundant url clonesPu Xingyu2016-11-181-2/+2
* | Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-6/+6
|/
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-2/+2
* Auto merge of #14156 - frewsxcv:cors-capitalization, r=KiChjangbors-servo2016-11-101-7/+7
|\
| * Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-7/+7
* | Update html5ever to 0.10.1Anthony Ramine2016-11-101-15/+16
|/
* Update to string-cache 0.3Simon Sapin2016-11-031-16/+17
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-6/+4
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
* Move JS evaluation functions to GlobalScopeAnthony Ramine2016-10-061-2/+2
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Auto merge of #13571 - servo:simplify-fetching, r=noxbors-servo2016-10-041-1/+1
|\
| * Avoid PendingAsyncLoad in fetch_async.Ms2ger2016-10-041-1/+1
* | Remove duplicated definition of 'doc'.Ms2ger2016-10-041-2/+0
|/
* Replace ScriptHelpers by GlobalRef methodsAnthony Ramine2016-10-031-4/+2
* Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-2/+0
* Auto merge of #13397 - aochagavia:dispatch-event, r=Ms2gerbors-servo2016-09-261-3/+4
|\
| * Return an enum instead of a boolean from dispatch_eventAdolfo Ochagavía2016-09-261-3/+4
* | Add FetchMetadata and update corresponding methodsKeith Yeung2016-09-211-3/+7
* | Use fetch infrastructure to load external scriptsKeith Yeung2016-09-211-18/+55
* | Add crossorigin attribute and implement step 14 of prepare a scriptKeith Yeung2016-09-211-0/+29
|/
* Bring referrer policy delivery to <a> and <link> via rel attributeYing-Ruei Liang(KK)2016-09-201-1/+2
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Reorder `use` statementsUK9922016-09-091-1/+1
* dom::Response implementationMalisa Smith2016-09-061-3/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-1/+2
* Stop destructuring load in HTMLScriptElement::execute().Ms2ger2016-07-161-11/+10
* Turn ScriptOrigin into a struct.Ms2ger2016-07-161-13/+30