aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlareaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-4/+0
* [WIP] solve #22782takumi2019-10-181-9/+0
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Implement the target attribute for HTMLAreaElementGeorge Roman2019-02-111-0/+6
* Implement referrer policy for follow_hyperlinkPeijun Ma2019-01-301-7/+1
* Refactor follow_hyperlink and its callersPeijun Ma2019-01-301-10/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Format script componentchansuke2018-09-191-59/+90
* 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