aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace many uses of Attr::Value() by Attr::value()Anthony Ramine2015-08-301-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-5/+5
* Remove AttributeHandlersAnthony Ramine2015-08-271-2/+1
* Remove helper traitsAnthony Ramine2015-08-271-17/+8
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-2/+2
* sort all usesJohann Tuffe2015-08-201-6/+6
* Auto merge of #7006 - Wafflespeanut:script_cleanup, r=jdmbors-servo2015-08-151-2/+3
|\
| * Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-2/+3
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
|/
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-5/+7
* Use static atoms in HTMLFormElementDavid Zbarsky2015-07-311-12/+8
* Remove usage of the deprecated OwnedAsciiExtSimon Sapin2015-07-301-1/+0
* Upgrade to SM 39Michael Wu2015-06-191-32/+35
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+9
* Make HTMLFormElement name attribute use an atomAnthony Ramine2015-05-141-6/+23
* Use HTMLDataListElementCast in HTMLFormElement.Ms2ger2015-05-141-2/+3
* Implement Clone for Copy types.Ms2ger2015-04-281-5/+5
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Fix some no_move errorsManish Goregaokar2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-10/+10
* Update some URLs.Ms2ger2015-04-141-30/+30
* Use a simple Temporary value in TreeIteratorAnthony Ramine2015-04-131-10/+11
* Hold a Temporary in AncestorIteratorAnthony Ramine2015-04-071-3/+8
* First part of refactoring constellation to support iframe navigation.Glenn Watson2015-03-171-1/+1
* Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-1/+1
* Fixing Intermittent failure in pages with timersPrabhjyot Singh Sodhi2015-02-221-1/+1
* Fix some warnings in script.Ms2ger2015-02-121-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+1
* Make Document::url return the page's URL to avoid stale URLs after redirects.Josh Matthews2015-02-041-1/+1
* Set the Content-Type header when submitting a urlencoded form.Josh Matthews2015-02-041-2/+9
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-4/+2
* activation behavior for Button type Submityodalee2015-02-031-2/+25
* formcontrol trait to element traityodalee2015-02-031-5/+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-26/+31
* Move to to_owned rather than into_string.Ms2ger2015-01-201-6/+7
* Fix `variable does not need to be mutable` warningMatthew Rasmus2015-01-081-1/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-0/+5
* auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyukibors-servo2015-01-041-2/+2
|\
| * Qualify hyper enums.Ms2ger2015-01-041-2/+2
* | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2gerbors-servo2015-01-041-15/+16
|\ \ | |/ |/|
| * Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-15/+16
* | Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-12/+12
|/
* Force all messages to worker tasks to send a TrustedWorkerAddress along with ...Josh Matthews2014-12-291-2/+1
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-7/+0
|\
| * Remove extra spacesManish Goregaokar2014-12-271-1/+0
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-6/+6
|/