aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/textinput.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow deletion from overflowed textinputteapotd2020-01-101-0/+22
* Restore DummyClipboardContext for textinput.rs testsMichal Mieczkowski2019-06-151-1/+22
* ISSUE-20455: introduce stronger types for textinput indexingThomas Delacour2019-05-161-135/+236
* Fixed bug in textinput::adjust_vertical concerning selection_origin updateDenis Merigoux2018-12-221-0/+4
* Correct select allPyfisch2018-11-071-0/+10
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-31/+71
* Use keyboard-types cratePyfisch2018-10-071-13/+12
* Correct default selectionStart and selectionEndpaavininanda2018-02-231-1/+6
* Revert "Correct default Selectionstart and SelectionEnd"paavininanda2018-02-231-6/+2
* Disallow mutating the internals of TextInputJon Leighton2018-02-161-117/+114
* Correct default Selectionstart and SelectionEndpaavininanda2018-02-101-3/+7
* Changed offset_to_text_point function and added unit tests for the samepaavininanda2018-02-071-0/+28
* Fix selection{Start,End} when selectionDirection is "backward"Jon Leighton2018-01-261-11/+30
* Handle cases where selection API doesn't applyJon Leighton2017-12-081-4/+4
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-13/+11
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-11/+13
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-13/+11
* Conditionally import values for mac tests.Josh Matthews2017-07-271-0/+2
* Clean up warnings in script unit tests.Josh Matthews2017-07-261-2/+1
* 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