aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltextareaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-1/+1
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Split fn script_chan into 5 different task channel fnKeith Yeung2015-12-061-1/+1
* Auto merge of #8786 - eefriedman:localname-atom, r=jdmbors-servo2015-12-031-2/+2
|\
| * Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
* | Makes int_getter macro, and uses -1 as default maxlength instead of maxintSam Gibson2015-12-031-2/+0
* | Adds support for input element's maxlength attrSam Gibson2015-12-031-1/+3
|/
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-6/+6
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-3/+3
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+2
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-4/+3
* Added call to event.PreventDefault on html text inputs and textareas.Sylvester Willis2015-11-071-0/+2
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-3/+3
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* merge from masterrohan.prinja2015-11-031-10/+17
|\
| * Auto merge of #8193 - dzbarsky:event_type, r=noxbors-servo2015-11-021-2/+2
| |\
| | * Use an Atom for Event.typeDavid Zbarsky2015-11-011-2/+2
| * | Implement 'labels' attribute on 'labelable elements'Corey Farwell2015-11-011-0/+6
| |/
| * Move EventState to rust-selectors.Bobby Holley2015-10-301-1/+2
| * Fix some rust-clippy violationsCorey Farwell2015-10-301-7/+7
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* display input caret for textarea. fixes #7758Florian Merz2015-10-211-0/+8
* Clean up the cast callsAnthony Ramine2015-10-211-18/+10
* Introduce trait CastableAnthony Ramine2015-10-211-16/+16
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Auto merge of #8060 - nox:deref-js, r=Ms2gerbors-servo2015-10-191-1/+1
|\
| * Return a reference in Document::window()Anthony Ramine2015-10-191-1/+1
* | Move Event States to |Element|.Bobby Holley2015-10-161-14/+15
|/
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-5/+6
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-13/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-7/+9
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-3/+3
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-2/+2
* Refactor FormControl traitPhilipp Hartwig2015-09-301-6/+2
* Add form getters for additional elements; update test expectationsPhilipp Hartwig2015-09-271-1/+6
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+3
* script: Ask layout to redraw the selection whenever the user moves thePatrick Walton2015-09-171-0/+3
* renaming tokens(), atom() and uint() and rewriting to return or panicPrabhjyot Singh Sodhi2015-09-021-2/+2
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-41/+25
|\
| * Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-41/+25
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+4
|/
* Time distribution across script event categories.benshu2015-08-281-1/+2
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
* Remove AttributeHandlersAnthony Ramine2015-08-271-2/+1
* Remove helper traitsAnthony Ramine2015-08-271-20/+10
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-10/+10