aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/virtualmethods.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement HTMLAppletElement.nameAnthony Ramine2015-05-141-0/+4
* Basic userscript supportManish Goregaokar2015-03-221-0/+6
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-23/+14
* 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
* Simplify vtable_for.Ms2ger2015-01-051-7/+2
* auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyukibors-servo2015-01-041-26/+26
|\
| * Disambiguate trait object reference syntax.Ms2ger2015-01-041-26/+26
* | Fix inheritance enums for htmlmediaelement and htmltablecellelementMegha Gupta2015-01-021-3/+7
* | Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-24/+24
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-53/+29
* style: Address review comments relating to `bgcolor` and column spansPatrick Walton2014-12-151-1/+18
* style: Parse the legacy `border` attribute per the legacy HTML specification.Patrick Walton2014-12-151-0/+8
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-0/+8
* Implement HTML{Anchor,Area,Link}Element.relList.Achal Shah2014-11-231-0/+7
* Pass an Atom to VirtualMethods::parse_plain_attribute.Ms2ger2014-11-051-1/+3
* Implement cloning steps for script elementMatt Brubeck2014-10-291-1/+11
* Switch to synchronous script loadingMatt Brubeck2014-10-291-0/+7
* Usage of JSRef<Attr> in before_remove_attr & after_set_attrBruno de Oliveira Abinader2014-10-221-5/+5
* layout: Introduce support for legacy presentational attributes to selectorPatrick Walton2014-10-141-0/+9
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* CSS selector :enabled no longer matches Anchor, Area & Link elementsBruno de Oliveira Abinader2014-09-291-7/+0
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-38/+38
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-20/+20
* Cargoify servoJack Moffitt2014-09-081-0/+219