aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/textinput.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #15822 - charlesvdv:unicode-panic, r=emiliobors-servo2017-04-161-0/+10
|\
| * add test for text input unicode handlingcharlesvdv2017-04-161-0/+10
* | new keyboard shortcuts inside text inputClement Miao2017-04-071-4/+110
|/
* Introduce a script::test module to expose the APIs needed for unit tests.Ms2ger2016-12-221-1/+1
* Implement minlength for text inputsTaryn Hill2016-09-211-2/+17
* Reorder `use` statementsUK9922016-09-091-1/+1
* Add unit test for setting selection with selection directionConnor Brewster2016-07-061-0/+23
* Make textinput handle actual key values. Don't restrict character values to a...Josh Matthews2016-07-061-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement HTMLTextArea.setSelectionRangeAlberto Corona2016-04-171-13/+23
* TextInput::max_length should be in code units, not bytesMatt Brubeck2016-04-021-0/+49
* Find the correct column index in adjust_verticalMatt Brubeck2016-04-011-0/+13
* Use correct byte indices in replace_selectionMatt Brubeck2016-04-011-0/+9
* Fix delete_char when selection range is emptyMatt Brubeck2016-03-251-0/+7
* Resolves long-running merge conflictsSam Gibson2015-12-031-3/+3
* Adds a test for set_content to ignore max_lengthSam Gibson2015-12-031-0/+10
* Adds support for input element's maxlength attrSam Gibson2015-12-031-3/+104
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-6/+5
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-5/+8
* Create a helper function to create TextInput structs in its unit test.Ms2ger2015-11-041-21/+21
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+3
* Auto merge of #7459 - Mylainos:Issue-#7365, r=jdmbors-servo2015-09-011-0/+54
|\
| * Issue #7365 : test for cursor position after clearing selectionHugo Thiessard2015-08-311-0/+54
* | make test-tidy check that = have space after themerneyja2015-09-011-4/+4
|/
* Refactor script::textinput to count UTF-8 bytes rather than code points.Simon Sapin2015-08-281-4/+19
* sort all usesJohann Tuffe2015-08-201-1/+1
* Add set_clipboard_context function and relevant plumbing. Use Option more con...Avi Weinstock2015-07-291-2/+2
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-4/+8
* Fix test_clipboard_paste to pass on Mac OS.Avi Weinstock2015-05-061-2/+13
* Made the clipboard-related functionality in TextInput more testable. Added te...Avi Weinstock2015-05-061-13/+23
* Make the channel argument to TextInput::new be optional, to support the signa...Avi Weinstock2015-04-211-13/+13
* Add license headers in tests/unitSimon Sapin2015-04-081-0/+9
* Move script crate unit tests into the unit_tests crate.Simon Sapin2015-04-081-0/+158