Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -219/+0 |
| | |||||
* | Pass an Atom to before_remove_attr and after_set_attr. | Ms2ger | 2014-08-16 | 1 | -2/+4 |
| | |||||
* | Implement support for 'enabled' property in HTMLLinkElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | Implement support for 'enabled' property in HTMLAreaElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | Implement support for 'disabled' property in HTMLTextAreaElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | Implement support for 'disabled' property in HTMLSelectElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | Implement support for 'disabled' property in HTMLOptionElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | Implement support for 'disabled' property in HTMLOptGroupElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | Implement support for 'disabled' property in HTMLInputElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | Implement support for 'disabled' property in HTMLFieldSetElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | Implement support for 'disabled' property in HTMLButtonElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -4/+15 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -12/+12 |
| | |||||
* | Implement very basic canvas rendering context logic. No visual display present. | Aalhad | 2014-07-25 | 1 | -2/+10 |
| | |||||
* | Added 'parent is/was in tree' param to bind_to_tree/unbind_from_tree | Bruno de Oliveira Abinader | 2014-07-16 | 1 | -6/+8 |
| | | | | | | | According to a talk with Ms2ger, both bind_to_tree / unbind_from_tree should be called regardless if the tree is part of a Document. This information is now passed as a parameter to their respective virtual methods. | ||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -11/+11 |
| | |||||
* | Implement support for parsed attributes. | Ms2ger | 2014-06-13 | 1 | -0/+10 |
| | | | | This commit is heavily based on earlier work by Bruno Abinader in #2073. | ||||
* | Remove needless '&self mut' from VirtualMethods trait. | Tetsuharu OHZEKI | 2014-06-07 | 1 | -30/+30 |
| | |||||
* | Compile JS strings when setting inline event handlers via element attributes. | Josh Matthews | 2014-05-27 | 1 | -1/+7 |
| | |||||
* | Initial spec-incompliant implementation of default click action for anchor ↵ | Tetsuharu OHZEKI | 2014-05-23 | 1 | -1/+18 |
| | | | | | | | | | | | | | elements. This is cherry-picked from https://github.com/mozilla/servo/pull/1688: * Initial spec-incompliant implementation of default click action for anchor elements. * Add documentation; gut the new document URL loading method and move it all into the new Window method. * Add test for default event prevention. Original developer: Josh Matthews <josh@joshmatthews.net> | ||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
| | |||||
* | Fix up the virtual method unsoundness. | Josh Matthews | 2014-05-03 | 1 | -14/+14 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -15/+15 |
| | |||||
* | Move child_inserted into VirtualMethods. | Matt Brubeck | 2014-04-14 | 1 | -1/+15 |
| | | | | Follow-up from #1984. | ||||
* | Add overridable tree binding/unbinding behaviour. | Josh Matthews | 2014-04-10 | 1 | -0/+16 |
| | |||||
* | Add support for trait-based virtual methods on Nodes, and use it for ↵ | Josh Matthews | 2014-04-10 | 1 | -0/+77 |
before_remove_attr and after_set_attr. |