aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltextareaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Properly insert text in document when parsingAnthony Ramine2017-01-071-0/+7
* Fire 'input' event after 'keypress' in input and textarea elementsRavi Shankar2016-12-271-11/+10
* Allow 'keypress' event to emerge from input and textarea elementsRavi Shankar2016-12-271-2/+2
* Remove and allow some dead code.Ms2ger2016-12-221-5/+0
* Show the placeholder text for textarea elements.Corey Farwell2016-12-141-2/+31
* Auto merge of #13969 - bbansalWolfPack:master, r=jdmbors-servo2016-11-251-0/+1
|\
| * html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-0/+1
* | Update to string-cache 0.3Simon Sapin2016-11-031-10/+10
|/
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-2/+2
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-1/+2
* Implement minlength for text inputsTaryn Hill2016-09-211-1/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Reorder `use` statementsUK9922016-09-091-2/+2
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Make all task source runnables cancellableConnor Brewster2016-07-131-2/+4
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-3/+3
* Remove ConstellationChan.Ms2ger2016-05-191-2/+2
* Removed unused importsPer Lundberg2016-05-151-2/+0
* Fire 'select' event in SetSelectionRangeKeith Yeung2016-05-121-2/+7
* Implement user interaction task sourceKeith Yeung2016-05-111-4/+10
* Auto merge of #10834 - yoava333:master, r=SimonSapinbors-servo2016-04-291-1/+18
|\
| * added support for :read-only and :read-write pseudo-classesYoav Alon2016-04-271-1/+18
* | Reduce channel cloning.Ms2ger2016-04-291-1/+1
* | Replace range::Range with std::ops::Range in scriptMatt Brubeck2016-04-281-1/+1
* | Use byte indices instead of char indices for text runsMatt Brubeck2016-04-281-7/+6
|/
* Implement HTMLTextArea.setSelectionRangeAlberto Corona2016-04-171-2/+45
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-04-101-1/+1
* Auto merge of #10347 - mbrubeck:incremental-selection, r=pcwaltonbors-servo2016-04-021-10/+3
|\
| * Fix incremental reflow of text selection changesMatt Brubeck2016-04-011-10/+3
* | Add a spec links for <textarea> magic number constants.Corey Farwell2016-03-311-0/+3
|/
* Highlight selected text in input fieldsMatt Brubeck2016-03-241-3/+4
* Implement initial pieces of form validation.Sagar Muchhal2016-03-241-0/+3
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Relayout text input elements on blurManish Goregaokar2016-01-031-3/+8
* Auto merge of #9123 - karyon:clippy_cleanup, r=Manishearthbors-servo2016-01-031-4/+2
|\
| * Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+2
* | De-duplicate input event send codeChad Kimes2016-01-021-12/+2
* | Add 'input' event for HTMLInputElementChad Kimes2016-01-021-27/+5
|/
* Remove fields with parsed attribute values on HTMLTextAreaElementCorey Farwell2015-12-301-29/+17
* Introduce UnbindContextAnthony Ramine2015-12-131-5/+3
* Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-1/+1
* 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