aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlinputelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-6/+6
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Auto merge of #15822 - charlesvdv:unicode-panic, r=emiliobors-servo2017-04-161-1/+1
|\
| * Correct unicode handling for text inputCharles Vandevoorde2017-03-051-1/+1
* | Implement the form owner conceptMukilan Thiyagarajan2017-03-151-2/+19
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Position insertion point in input field with mouseFlorian Merz2017-01-111-0/+31
* Fire 'input' event after 'keypress' in input and textarea elementsRavi Shankar2016-12-271-12/+13
* Allow 'keypress' event to emerge from input and textarea elementsRavi Shankar2016-12-271-2/+2
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Auto merge of #13969 - bbansalWolfPack:master, r=jdmbors-servo2016-11-251-1/+11
|\
| * html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-1/+11
* | Return `KeyReaction::Nothing` for a Tab eventJean-Marie Comets2016-11-121-13/+4
* | Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-4/+4
* | Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-12/+4
* | Update to string-cache 0.3Simon Sapin2016-11-031-27/+28
|/
* Make make_enumerated_getter prettier again.Corey Farwell2016-10-121-9/+9
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-10/+10
* Introduce GlobalScope::resource_threadsAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-1/+2
* Implement minlength for text inputsTaryn Hill2016-09-211-2/+29
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Refactored metaKey to meta_key where possibleArthur Marble2016-09-171-2/+2
* This commit refactors altKey to alt_key when possible.Arthur Marble2016-09-171-2/+2
* This commit refactors shiftKey to shift_key where possible.Arthur Marble2016-09-171-2/+2
* This commit refactors ctrlKey to ctrl_key wherever possible.Arthur Marble2016-09-171-2/+2
* Reorder `use` statementsUK9922016-09-091-5/+5
* Add cancellability to file manager load and related refactoringZhen Zhang2016-08-021-4/+4
* Add form submission for file type input and related fixingsZhen Zhang2016-08-021-7/+36
* Put Blob URL onlineZhen Zhang2016-07-151-15/+9
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3