aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move boxing to runnable initializationConnor Brewster2016-07-131-1/+1
* Make all task source runnables cancellableConnor Brewster2016-07-131-3/+2
* Add event runnablesConnor Brewster2016-07-111-1/+1
* add Runnable::name() implementation for PlannedNavigation resolve #12333sappharx2016-07-101-0/+2
* Combined DOMManipulationTask runnable variants into a single variantConnor Brewster2016-07-061-2/+1
* Auto merge of #12258 - izgzhen:remove-data-slice, r=Manishearthbors-servo2016-07-051-2/+2
|\
| * Remove DataSlice, fix #12249Zhen Zhang2016-07-051-2/+2
* | Move util::str to styleAnthony Ramine2016-07-051-1/+1
|/
* indexed getter of form elementsmrmiywj2016-06-141-0/+7
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+1
* delete suffixesRafael Quintero2016-06-041-8/+8
* Clean up DOMManipulationTaskSourceKeith Yeung2016-06-021-0/+1
* Add file backend support for Blob and relatedZhen Zhang2016-06-011-4/+10
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+3
* Auto merge of #11333 - Manishearth:submit-submit-button, r=noxbors-servo2016-05-231-1/+6
|\
| * Include <button type=submit> data whilst constructing the form datasetManish Goregaokar2016-05-231-1/+6
* | Implement file-type functionalities in htmlinputelement and relatedZhen Zhang2016-05-231-1/+1
|/
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Implement text/plain form encodingKeith Yeung2016-05-111-2/+35