| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the error path for source children of media elements | Anthony Ramine | 2017-09-25 | 1 | -0/+4 |
* | Rename VirtualMethods::attribute_is_mapped | Anthony Ramine | 2017-09-07 | 1 | -2/+2 |
* | Handle dynamic font color change | P. Albrecht | 2017-09-07 | 1 | -0/+9 |
* | Upgrade to html5ever 0.16 | Simon Sapin | 2017-05-02 | 1 | -1/+1 |
* | Implement the form owner concept | Mukilan Thiyagarajan | 2017-03-15 | 1 | -0/+4 |
* | Properly insert text in document when parsing | Anthony Ramine | 2017-01-07 | 1 | -0/+8 |
* | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -2/+2 |
* | add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element | Alexandrov Sergey | 2016-10-06 | 1 | -0/+8 |
* | Implement HTMLLIElement#value | vrod | 2016-07-28 | 1 | -0/+4 |
* | Stop re-exporting AttrValue. | Ms2ger | 2016-06-07 | 1 | -2/+2 |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -2/+2 |
* | Add stubs for src and currentSrc for HTMLMediaElement. | Josh Matthews | 2016-05-03 | 1 | -0/+4 |
* | Move comment about removing steps | Jonathan Schuster | 2016-02-13 | 1 | -0/+2 |
* | Implement HTMLDetailsElement. Fixes #9216 | Lanza | 2016-01-20 | 1 | -0/+4 |
* | Introduce UnbindContext | Anthony Ramine | 2015-12-13 | 1 | -3/+3 |
* | Implement <hr> 'color' attribute | Corey Farwell | 2015-11-08 | 1 | -0/+4 |
* | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | replace InheritTypes imports with inheritance imports | rohan.prinja | 2015-10-30 | 1 | -3/+3 |
* | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | Implement 'control' attribute for <label> elements | Corey Farwell | 2015-10-25 | 1 | -0/+4 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -63/+29 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -63/+63 |
* | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -3/+4 |
* | Cleanup code that was warned by rust-clippy | Corey Farwell | 2015-10-11 | 1 | -33/+33 |
* | Handle <meta name=viewport> elements when added to document | James Gilbertson | 2015-09-30 | 1 | -0/+5 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -2/+1 |
* | Implement adopting and cloning steps for HTMLTemplateElement | Anthony Ramine | 2015-09-08 | 1 | -0/+4 |
* | Implement adopting steps | Anthony Ramine | 2015-09-08 | 1 | -1/+8 |
* | Introduce VirtualMethods::attribute_mutated() | Anthony Ramine | 2015-09-02 | 1 | -22/+7 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -1/+1 |
* | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -30/+30 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -3/+3 |
* | Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi... | Manish Goregaokar | 2015-08-18 | 1 | -1/+1 |
* | Implement VirtualMethods for HTMLBaseElement. | Ms2ger | 2015-08-08 | 1 | -0/+5 |
* | Introduce VirtualMethods::children_changed() | Anthony Ramine | 2015-07-25 | 1 | -4/+5 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -61/+34 |
* | Auto merge of #5858 - pgonda:tabindex-focus-flag, r=jdm | bors-servo | 2015-05-20 | 1 | -0/+8 |
|\ |
|
| * | fixes #5603, adds support for tabindex | Peter | 2015-05-20 | 1 | -0/+8 |
* | | script: Implement the `color` attribute of the `<font>` element. | Patrick Walton | 2015-05-19 | 1 | -1/+9 |
|/ |
|
* | Make HTMLFormElement name attribute use an atom | Anthony Ramine | 2015-05-14 | 1 | -0/+4 |
* | Implement HTMLAppletElement.name | Anthony Ramine | 2015-05-14 | 1 | -0/+4 |
* | Basic userscript support | Manish Goregaokar | 2015-03-22 | 1 | -0/+6 |
* | Use new `if let` syntax wherever possible. Fixes #4153. | Zack Slayton | 2015-03-10 | 1 | -23/+14 |
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 |
* | Don't shadow lifetimes in script. | Ms2ger | 2015-01-28 | 1 | -1/+1 |
* | Simplify vtable_for. | Ms2ger | 2015-01-05 | 1 | -7/+2 |
* | auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyuki | bors-servo | 2015-01-04 | 1 | -26/+26 |
|\ |
|
| * | Disambiguate trait object reference syntax. | Ms2ger | 2015-01-04 | 1 | -26/+26 |
* | | Fix inheritance enums for htmlmediaelement and htmltablecellelement | Megha Gupta | 2015-01-02 | 1 | -3/+7 |
* | | Add HTMLElementTypeId enum (fixes #3625) | Megha Gupta | 2015-01-02 | 1 | -24/+24 |
|/ |
|