aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlinputelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-7/+10
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-7/+13
* Format remaining filesPyfisch2018-11-061-5/+10
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-37/+37
* Format script componentchansuke2018-09-191-297/+414
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-1/+2
* Notify the embedder when it should display or hide an IMEFabrice Desré2018-04-211-0/+20
* Implements profiler for blocked recvNakul Jindal2018-03-221-3/+6
* Correct default selectionStart and selectionEndpaavininanda2018-02-231-14/+16
* Revert "Correct default Selectionstart and SelectionEnd"paavininanda2018-02-231-43/+36
* Disallow mutating the internals of TextInputJon Leighton2018-02-161-57/+50
* Correct default Selectionstart and SelectionEndpaavininanda2018-02-101-35/+40
* Refactor implementation of TextControlJon Leighton2018-01-301-18/+17
* Steps 7-9 of the input type change algorithmJon Leighton2018-01-261-2/+9
* Implement setRangeText APIJon Leighton2018-01-261-6/+20
* Fix clearing the selection when value is changedJon Leighton2018-01-261-3/+2
* Fix selection{Start,End} when selectionDirection is "backward"Jon Leighton2018-01-261-2/+2
* Support the select() method on input/textareaJon Leighton2018-01-261-0/+30
* implement range input sanitizationtigercosmos2018-01-171-2/+8
* input type=number validationsNathan2018-01-091-0/+6
* implement valid Date time Local inputtigercosmos2018-01-071-5/+12
* implement valid week stringtigercosmos2017-12-171-0/+6
* Auto merge of #19461 - jonleighton:issue-19171-4, r=KiChjangbors-servo2017-12-101-13/+25
|\
| * Handle cases where selection API doesn't applyJon Leighton2017-12-081-13/+25
* | Remove support for <input type=datetime>Jon Leighton2017-12-071-15/+12
|/
* Expand InputType to cover all possible typesJon Leighton2017-12-061-122/+219
* implement "Date type inputs", "Month type inputs"tigercosmos2017-12-051-1/+13
* Added time input sanitization:Simon Wörner2017-12-041-0/+7
* Add a sanitize_value implementation for the color inputBastien Orivel2017-11-221-0/+20
* Extract common text control selection codeJon Leighton2017-11-181-35/+15
* Fire 'select' event in SetSelection{Start,End}Jon Leighton2017-11-151-16/+29
* Implement value sanitization on HTMLInputElementKeith Yeung2017-11-091-4/+32
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-8/+9
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-9/+8
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-8/+9
* Auto merge of #18933 - mrobinson:wr-text-index, r=jdmbors-servo2017-10-191-18/+12
|\
| * Use WebRender to compute text index on click eventsMartin Robinson2017-10-181-18/+12
* | Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
|/
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-2/+1
* Fix the form action IDL attributesAnthony Ramine2017-10-111-1/+1
* Fix URL attributesAnthony Ramine2017-10-111-0/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-7/+7
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-4/+4
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-4/+4