aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/virtualmethods.rs
Commit message (Expand)AuthorAgeFilesLines
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-3/+3
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-4/+4
* Implement HTMLMediaElement poster attributeFernando Jiménez Moreno2019-01-111-2/+9
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-41/+41
* `cargo fix --edition`Simon Sapin2018-11-061-49/+49
* Remove the HTMLTable{Header,Data}CellElement interfacesSimon Pieters2018-10-021-1/+1
* Format script componentchansuke2018-09-191-53/+51
* script: Remove HTMLAppletElement.Emilio Cobos Álvarez2017-11-061-4/+0
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-5/+5
* Implement the error path for source children of media elementsAnthony Ramine2017-09-251-0/+4
* Rename VirtualMethods::attribute_is_mappedAnthony Ramine2017-09-071-2/+2
* Handle dynamic font color changeP. Albrecht2017-09-071-0/+9
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-0/+4
* Properly insert text in document when parsingAnthony Ramine2017-01-071-0/+8
* Update to string-cache 0.3Simon Sapin2016-11-031-2/+2
* add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement elementAlexandrov Sergey2016-10-061-0/+8
* Implement HTMLLIElement#valuevrod2016-07-281-0/+4
* Stop re-exporting AttrValue.Ms2ger2016-06-071-2/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+2
* Add stubs for src and currentSrc for HTMLMediaElement.Josh Matthews2016-05-031-0/+4
* Move comment about removing stepsJonathan Schuster2016-02-131-0/+2
* Implement HTMLDetailsElement. Fixes #9216Lanza2016-01-201-0/+4
* Introduce UnbindContextAnthony Ramine2015-12-131-3/+3
* Implement <hr> 'color' attributeCorey Farwell2015-11-081-0/+4
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-3/+3
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Implement 'control' attribute for <label> elementsCorey Farwell2015-10-251-0/+4
* Clean up the cast callsAnthony Ramine2015-10-211-63/+29
* Introduce trait CastableAnthony Ramine2015-10-211-63/+63
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-3/+4
* Cleanup code that was warned by rust-clippyCorey Farwell2015-10-111-33/+33
* Handle <meta name=viewport> elements when added to documentJames Gilbertson2015-09-301-0/+5
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Implement adopting and cloning steps for HTMLTemplateElementAnthony Ramine2015-09-081-0/+4
* Implement adopting stepsAnthony Ramine2015-09-081-1/+8
* Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-22/+7
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-30/+30
* sort all usesJohann Tuffe2015-08-201-3/+3
* Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi...Manish Goregaokar2015-08-181-1/+1
* Implement VirtualMethods for HTMLBaseElement.Ms2ger2015-08-081-0/+5
* Introduce VirtualMethods::children_changed()Anthony Ramine2015-07-251-4/+5
* Upgrade to SM 39Michael Wu2015-06-191-61/+34
* Auto merge of #5858 - pgonda:tabindex-focus-flag, r=jdmbors-servo2015-05-201-0/+8
|\
| * fixes #5603, adds support for tabindexPeter2015-05-201-0/+8
* | script: Implement the `color` attribute of the `<font>` element.Patrick Walton2015-05-191-1/+9
|/
* Make HTMLFormElement name attribute use an atomAnthony Ramine2015-05-141-0/+4