aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltextareaelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sort all usesJohann Tuffe2015-08-201-6/+6
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* Introduce VirtualMethods::children_changed()Anthony Ramine2015-07-251-8/+7
* Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-3/+1
* Upgrade to SM 39Michael Wu2015-06-191-38/+37
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-4/+11
* Auto merge of #5800 - aweinstock314:x11-clipboard, r=jdmbors-servo2015-05-061-2/+3
|\