aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Fix the form action IDL attributesAnthony Ramine2017-10-111-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-22/+22
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename OnceCellJS<T> to DomOnceCell<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Auto merge of #18059 - sendilkumarn:mito, r=noxbors-servo2017-09-211-11/+7
|\
| * moving to oncecellsendilkumarn2017-09-091-11/+7
* | Introduce TaskOnceAnthony Ramine2017-09-201-1/+1
* | Use task! for form planned navigations.Anthony Ramine2017-09-181-34/+19
* | Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* | Rename Runnable to TaskAnthony Ramine2017-09-161-5/+5
|/
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-2/+0
* order derivable traits listsClément DAVID2017-08-231-9/+9
* Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-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
|/
* Remove some useless Option<T> wrappers from ServoUrl methodsAnthony Ramine2017-03-261-13/+12
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-39/+231
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-051-1/+1
* Remove and allow some dead code.Ms2ger2016-12-221-4/+2
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-2/+2
* Auto merge of #13969 - bbansalWolfPack:master, r=jdmbors-servo2016-11-251-7/+38
|\
| * html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-7/+38
* | Remove redundant url clonesPu Xingyu2016-11-181-1/+1
* | Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-10/+14
* | Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-4/+4
* | Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-11/+4
* | Update to string-cache 0.3Simon Sapin2016-11-031-21/+21
|/
* Move LoadData to script_traits.Ms2ger2016-10-211-1/+2
* Implement "reset algorithm" for `<select>`.Corey Farwell2016-10-191-2/+1
* Make make_enumerated_getter prettier again.Corey Farwell2016-10-121-3/+3
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-8/+8
* Make TaskSource::queue take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-1/+2
* script: Fix bogus is_listed_element assertion.Emilio Cobos Álvarez2016-10-021-1/+2
* adding macro to return string or url,Jake Goldsborough2016-09-271-2/+2
* Issue #13350 Report tidy error for space after (Hugo Thiessard2016-09-231-1/+1
* Replace current session entry for reloadsConnor Brewster2016-09-191-1/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-2/+2
* Add XHR support for FormDataZhen Zhang2016-08-101-70/+73
* Add form submission for file type input and related fixingsZhen Zhang2016-08-021-82/+108
* Make task queue API usable from non-main threads.Josh Matthews2016-07-141-1/+2
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3