aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add picking of encoding for url encoded dataKeith Yeung2016-05-111-1/+2
* Rename encode_form_data to encode_multipart_form_dataKeith Yeung2016-05-111-4/+4
* fix formsubmitter methods for buttonsConnor Brewster2016-05-041-6/+6
* Add planned navigation to submit as entity body (fixes #9829)Keith Yeung2016-04-301-0/+1
* Support form submission of multipart/form-dataPrabhjyot Singh Sodhi2016-04-301-13/+124
* Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-3/+2
* Add referrer policy pass-through and referrer header logicRebecca2016-04-251-1/+1
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-6/+8
* Move '&&' to the end of the previous line.Zbynek Winkler2016-04-221-2/+2
* Rename fn get_form_datum to form_datumKeith Yeung2016-04-111-1/+1
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-04-101-1/+1
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+2
* Add task_source directoryKeith Yeung2016-03-101-5/+12
* Implement planned navigationKeith Yeung2016-02-181-9/+58
* Remove the global argument to EventTarget::{fire_event, fire_simple_event}.Ms2ger2016-02-081-12/+5
* Update HTMLFormElement.length to be of type unsigned longJoshua Holmer2016-01-221-2/+2
* HTMLFormElement::Elements should honor [SameObject] attributeCorey Farwell2016-01-101-2/+10
* Implement HTMLFormElement::LengthCorey Farwell2016-01-101-0/+5
* Implement HTMLFormElement::ElementsCorey Farwell2016-01-101-0/+60
* task -> threadrohan.prinja2016-01-101-1/+1
* Rename fire_simple_event_params to fire_eventBrandon Fairchild2016-01-071-12/+12
* Generate PartialEq automaticallyGuillaume Gomez2016-01-031-6/+0
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-38/+32
* form submission for <textarea> and <select>Nicolas2015-12-301-11/+29