aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+9
* Make HTMLFormElement name attribute use an atomAnthony Ramine2015-05-141-6/+23
* Use HTMLDataListElementCast in HTMLFormElement.Ms2ger2015-05-141-2/+3
* Implement Clone for Copy types.Ms2ger2015-04-281-5/+5
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Fix some no_move errorsManish Goregaokar2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-10/+10
* Update some URLs.Ms2ger2015-04-141-30/+30
* Use a simple Temporary value in TreeIteratorAnthony Ramine2015-04-131-10/+11
* Hold a Temporary in AncestorIteratorAnthony Ramine2015-04-071-3/+8
* First part of refactoring constellation to support iframe navigation.Glenn Watson2015-03-171-1/+1