aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlareaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Utilize match_ignore_ascii_case! in more places.Corey Farwell2017-07-291-8/+7
* Audit usages of unicode case-changing methods.Corey Farwell2017-07-261-7/+8
* Refactor HTMLImageElement::handle_event to be idiomaticOmar Akkila2017-07-071-1/+1
* Clean up Area::parse (#15834)Omar Akkila2017-07-061-7/+7
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* 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
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* HTML image map supportbachar2017-01-111-1/+255
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-6/+6
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+2
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
* more refactoringrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-4/+2
* Introduce trait CastableAnthony Ramine2015-10-211-3/+4
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-5/+5
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-2/+2
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* 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-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-7/+7
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-2/+6
* Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-2/+2
* Mark HTMLAreaElement and KeyboardEvent as DOM structs.Ms2ger2015-02-021-10/+2
* 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
* Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-3/+3
* 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-7/+3
* Implement HTML{Anchor,Area,Link}Element.relList.Achal Shah2014-11-231-4/+39
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1