aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlinputelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Add form getter for input/button elements; update test expectationsManish Goregaokar2015-09-241-0/+5
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+4
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+3
* layout: Query and maintain the position of the insertion pointPatrick Walton2015-09-171-0/+8
* script: Ask layout to redraw the selection whenever the user moves thePatrick Walton2015-09-171-2/+5
* Use static atoms in some places.Ms2ger2015-09-141-1/+1
* Fix match_refs and let_returns in layout, address review changesManish Goregaokar2015-09-041-3/+2
* Elide most 'b lifetimesManish Goregaokar2015-09-041-2/+2
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* renaming tokens(), atom() and uint() and rewriting to return or panicPrabhjyot Singh Sodhi2015-09-021-1/+1
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-102/+76
|\
| * Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-102/+76
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+2
|/
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-7/+7
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-28/+14
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* remove to_borrowed_ref, fix ActivatableManish Goregaokar2015-08-271-8/+8
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-9/+9
* sort all usesJohann Tuffe2015-08-201-8/+8
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+4
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-1/+0
|\
| * Remove usage of the deprecated OwnedAsciiExtSimon Sapin2015-07-301-1/+0
* | Remove unused allow(unrooted_must_root) attribute.Ms2ger2015-07-251-1/+0
|/
* Remove some redundant let bindingsDavid Zbarsky2015-07-041-3/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-3/+2
* Remove unused imports.Ms2ger2015-06-271-4/+1
* Don't use MutNullableHeap in InputActivationStateMichael Wu2015-06-261-4/+4
* Upgrade to SM 39Michael Wu2015-06-191-67/+68
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-6/+13
* fixup! Fix for Issue #6073WriterOfAlicrow2015-05-151-1/+1
* Fix for Issue #6073WriterOfAlicrow2015-05-151-0/+2
* Auto merge of #5800 - aweinstock314:x11-clipboard, r=jdmbors-servo2015-05-061-2/+3
|\
| * Made the clipboard-related functionality in TextInput more testable. Added te...Avi Weinstock2015-05-061-2/+3
* | Improve support of limited unsigned long attributesAnthony Ramine2015-05-061-5/+3
|/
* Remove remaining as_slice / as_mut_slice calls.Ms2ger2015-04-281-1/+1
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* Remove the Comparable traitAnthony Ramine2015-04-281-2/+2
* Uniformise root() methodsAnthony Ramine2015-04-281-2/+2
* Make RootedVec/RootCollection #[no_move]; improve code (fixes #5737)Manish Goregaokar2015-04-281-1/+1
* Fix some no_move errorsManish Goregaokar2015-04-281-2/+2
* Auto merge of #5865 - gfxmonk:implicit-submit, r=Manishearthbors-servo2015-04-271-6/+54
|\
| * Implement implicit form submission from input elementsTim Cuthbertson2015-04-271-6/+54
* | Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-4/+5
|/
* Remove useless unsafe methods on LayoutJS<T>Anthony Ramine2015-04-261-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-7/+7
* Replace the Str implementation for AttrValue by a Deref implementation.Ms2ger2015-04-251-4/+4
* Make the channel argument to TextInput::new be optional, to support the signa...Avi Weinstock2015-04-211-1/+1
* Moved clipboard integration from textinput to constellation, to facilitate sa...Avi Weinstock2015-04-211-1/+3
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-3/+3