aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/textinput.rs
Commit message (Expand)AuthorAgeFilesLines
* Bring back clipboard supportest312017-06-011-3/+3
* [script/textinput] Fix warning: unreachable patternBehnam Esfahbod2017-05-241-11/+9
* Auto merge of #15822 - charlesvdv:unicode-panic, r=emiliobors-servo2017-04-161-6/+12
|\
| * Correct unicode handling for text inputCharles Vandevoorde2017-03-051-6/+13
* | new keyboard shortcuts inside text inputClement Miao2017-04-071-11/+179
|/
* Return `KeyReaction::Nothing` for a Tab eventJean-Marie Comets2016-11-121-1/+0
* Implement minlength for text inputsTaryn Hill2016-09-211-0/+3
* Take selection direction into account when setting selectionConnor Brewster2016-07-061-2/+11
* Make textinput handle actual key values. Don't restrict character values to a...Josh Matthews2016-07-061-44/+26
* Associate logical and physical keypresses together to support non-QWERTY keyb...Josh Matthews2016-07-051-2/+2
* Added checks that selection is valid, and fix set_selection_range.Alan Jeffrey2016-06-291-4/+20
* Implement :placeholder-shown (fixes #10561)Anthony Ramine2016-06-031-0/+5
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Replace range::Range with std::ops::Range in scriptMatt Brubeck2016-04-281-10/+7
* Implement HTMLTextArea.setSelectionRangeAlberto Corona2016-04-171-3/+62
* TextInput::max_length should be in code units, not bytesMatt Brubeck2016-04-021-31/+71
* Find the correct column index in adjust_verticalMatt Brubeck2016-04-011-1/+4
* Add/correct documentation comments in textinputMatt Brubeck2016-04-011-2/+9
* Use correct byte indices in replace_selectionMatt Brubeck2016-04-011-3/+13
* Auto merge of #10182 - mbrubeck:delete_char, r=jdmbors-servo2016-03-281-2/+2
|\
| * Fix delete_char when selection range is emptyMatt Brubeck2016-03-251-2/+2
* | Highlight selected text in input fieldsMatt Brubeck2016-03-241-0/+10
|/
* Resets selection in textinput when its content is changed.Saurav Sachidanand2016-03-161-0/+1
* Implement input.setSelectionRangeSaurav Sachidanand2016-03-101-3/+31
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* Fix warnings: Use Vec.extend_from_slice instead of Vec.push_allTetsuharu OHZEKI2015-12-101-3/+3
* Adds support for input element's maxlength attrSam Gibson2015-12-031-5/+47
* Added in-place mutation to DOMString.Alan Jeffrey2015-11-121-1/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-5/+5
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-7/+7
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-1/+1
* display input caret for textarea. fixes #7758Florian Merz2015-10-211-0/+10
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2
* script: Ask layout to redraw the selection whenever the user moves thePatrick Walton2015-09-171-9/+10
* Fix reported test-tidy errorsBrandon Fairchild2015-09-011-1/+1
* make test-tidy check that = have space after themerneyja2015-09-011-2/+2
* Refactor script::textinput to count UTF-8 bytes rather than code points.Simon Sapin2015-08-281-26/+64
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* sort all usesJohann Tuffe2015-08-201-1/+1
* Cleanup textinput, timersManish Goregaokar2015-08-181-3/+4
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-2/+4
* Use local slice_charsJack Moffitt2015-07-311-6/+6
* Update rust-clipboard to the version with working set_contents.Avi Weinstock2015-07-291-1/+0
* Add set_clipboard_context function and relevant plumbing. Use Option more con...Avi Weinstock2015-07-291-42/+68
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-3/+2
* Upgrade to SM 39Michael Wu2015-06-191-2/+1
* Remove some unnecessary allocations in text input handling.Avi Weinstock2015-06-111-10/+6
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-1/+1
* Change the dispatch in TextInput::handle_keydown_aux match on enum values ins...Avi Weinstock2015-05-061-19/+36