aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/textinput.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Made the clipboard-related functionality in TextInput more testable. Added te...Avi Weinstock2015-05-061-38/+32
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+1
* Implement Clone for Copy types.Ms2ger2015-04-281-2/+2
* Remove as_slice() calls from script.Ms2ger2015-04-261-2/+2
* Make the channel argument to TextInput::new be optional, to support the signa...Avi Weinstock2015-04-211-5/+10
* Moved clipboard integration from textinput to constellation, to facilitate sa...Avi Weinstock2015-04-211-9/+9
* Implement X11 clipboard integration (Issue #5376).Avi Weinstock2015-04-211-1/+22
* Move script crate unit tests into the unit_tests crate.Simon Sapin2015-04-081-172/+16
* Stop using int/uint in script.Ms2ger2015-04-031-3/+3
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-18/+18
* Use platform-sized integers for textinput.rsJosh Matthews2015-02-201-12/+12
* Fix some warnings in script.Ms2ger2015-02-121-2/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+4