aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltextareaelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Implement setRangeText APIJon Leighton2018-01-261-7/+25
* Fix clearing the selection when value is changedJon Leighton2018-01-261-2/+2
* Fix selection{Start,End} when selectionDirection is "backward"Jon Leighton2018-01-261-3/+3
* Support the select() method on input/textareaJon Leighton2018-01-261-0/+9
* Properly handle CR in textarea placeholders (fixes #19717)Anthony Ramine2018-01-101-7/+9
* Handle cases where selection API doesn't applyJon Leighton2017-12-081-14/+19
* Move selection to end when textarea value is assignedJon Leighton2017-11-251-3/+18
* Extract common text control selection codeJon Leighton2017-11-181-31/+24
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+3
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-4/+3
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-3/+21
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* 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
|/