aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlanchorelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-7/+4
* Introduce trait CastableAnthony Ramine2015-10-211-13/+14
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-2/+2
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-3/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-11/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-7/+8
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+2
* Add obsolete reflecting attributes on <a> and <link>Corey Farwell2015-09-131-0/+24
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-3/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* remove to_borrowed_ref, fix ActivatableManish Goregaokar2015-08-271-5/+5
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-2/+2
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Avoid a panic when clicking a link whose href is unparsable.Ms2ger2015-08-091-1/+4
* Introduce a follow_hyperlink function to implement the "follow a hyperlink" a...Ms2ger2015-08-091-18/+33
* Inline Document::load_anchor_href into its only caller.Ms2ger2015-08-071-1/+9
* Add spec linksBogdan Cuza2015-07-281-0/+3
* Only make a elements activatable when they have an href attribute.Ms2ger2015-07-071-8/+12
* Simplify the string handling in HTMLAnchorElement::activation_behavior.Ms2ger2015-07-031-7/+6
* Remove an avoidable null-check from HTMLAnchorElement::activation_behavior.Ms2ger2015-07-031-1/+1
* Remove HTMLAnchorElement::handle_event.Ms2ger2015-07-031-9/+0
* Upgrade to SM 39Michael Wu2015-06-191-19/+18
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-5/+13
* Rename Au methods with f32/f64 instead of frac32/frac/subpxSimon Sapin2015-05-051-2/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-2/+3
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-5/+5
* 4873 - Support the image map processing for <img ismap/> inside an <a/>Shing Lyu2015-04-141-7/+27
* Make Element::get_attribute() take its namespace by referenceAnthony Ramine2015-04-061-1/+1
* Implementation of step 1 activation behavior of htmlanchorelement (fixes #4871)Keith Yeung2015-03-021-2/+5
* Bug 4236: Moved anchorelement click event to activation behaviourShing Lyu2015-02-211-26/+45
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2gerbors-servo2015-01-041-3/+3
|\
| * Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-3/+3
* | Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* | Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-2/+2
|/
* 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
* | AttrValue's s/from_tokenlist/from_serialized_tokenlist/Bruno de Oliveira Abinader2014-12-261-1/+1
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-5/+5
* Use or_init where appropriate.Ms2ger2014-12-061-6/+3
* Implement HTML{Anchor,Area,Link}Element.relList.Achal Shah2014-11-231-3/+25
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1