aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Replace many uses of Attr::Value() by Attr::value()Anthony Ramine2015-08-301-1/+1
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+2
|/
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-5/+5
* Remove AttributeHandlersAnthony Ramine2015-08-271-2/+1
* Remove helper traitsAnthony Ramine2015-08-271-17/+8
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-2/+2
* sort all usesJohann Tuffe2015-08-201-6/+6
* Auto merge of #7006 - Wafflespeanut:script_cleanup, r=jdmbors-servo2015-08-151-2/+3
|\
| * Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-2/+3
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
|/
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-5/+7
* Use static atoms in HTMLFormElementDavid Zbarsky2015-07-311-12/+8
* Remove usage of the deprecated OwnedAsciiExtSimon Sapin2015-07-301-1/+0
* Upgrade to SM 39Michael Wu2015-06-191-32/+35