aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanutbors-servo2015-12-241-1/+1
|\
| * Issue #9042: Report incorrect number of spaces around => in the style checker.Simon Martin2015-12-231-1/+1
* | Implement EventTarget::fire_simple_event and EventTarget::fire_simple_event_p...Arthur Skobara2015-12-221-23/+19
|/
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-2/+1
* Silence warnings in htmlformelement.rs.Ms2ger2015-12-171-4/+3
* Remove big blob of commented codeKeith Yeung2015-12-161-65/+3
* Implement basic framework for static and interactive validation on formsKeith Yeung2015-12-151-19/+213
* Add comments for the "Constructing the form data set" algorithmArthur Skobara2015-12-141-2/+9
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-2/+2
* Auto merge of #8293 - simartin:issue_8113, r=jdmbors-servo2015-12-031-1/+2
|\
| * Issue #8113: Support file, about and data schemes as form action.Simon Martin2015-12-021-1/+2
* | Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
|/
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-7/+10
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-4/+4
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-4/+4
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-10/+10
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+1
* replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-2/+2
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
* Clean up the cast callsAnthony Ramine2015-10-211-20/+7
* Introduce trait CastableAnthony Ramine2015-10-211-21/+20
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-3/+3
* Move Event States to |Element|.Bobby Holley2015-10-161-2/+4
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-1/+1
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-13/+4
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-12/+10
* Refactor html form dataset collectionAnthony Urena2015-10-071-83/+40
* Fix order of use statementsPhilipp Hartwig2015-09-301-1/+1
* Refactor FormControl traitPhilipp Hartwig2015-09-301-5/+9
* script: Stop copying the document URL.Patrick Walton2015-09-241-1/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-1/+1
|\