| Commit message (Expand) | Author | Age | Files | Lines |
* | Move child_inserted into VirtualMethods. | Matt Brubeck | 2014-04-14 | 1 | -14/+2 |
* | Move inline stylesheet parsing out of HTML parser. | Matt Brubeck | 2014-04-14 | 1 | -1/+14 |
* | Add overridable tree binding/unbinding behaviour. | Josh Matthews | 2014-04-10 | 1 | -10/+5 |
* | Add support for trait-based virtual methods on Nodes, and use it for before_r... | Josh Matthews | 2014-04-10 | 1 | -2/+10 |
* | auto merge of #2045 : Manishearth/servo/pub-struct-2044, r=SimonSapin | bors-servo | 2014-04-09 | 1 | -1/+1 |
|\ |
|
| * | fix visibility warnings in script crate (#2044) | Manish Goregaokar | 2014-04-06 | 1 | -1/+1 |
* | | Merge Attr::new_ns and Attr::new. | Ms2ger | 2014-04-08 | 1 | -4/+4 |
* | | Move Node.namespaceURI to Element.(fixes #2059) | lpy | 2014-04-08 | 1 | -6/+0 |
* | | Implement Document.createElementNS. | Daniel Glazman | 2014-04-07 | 1 | -2/+3 |
|/ |
|
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -5/+3 |
* | Cleaned up recursive code in Node.clone | Bruno de Oliveira Abinader | 2014-03-26 | 1 | -13/+6 |
* | Implemented Node.adoptNode | Bruno de Oliveira Abinader | 2014-03-26 | 1 | -1/+1 |
* | Implemented Document.importNode | Bruno de Oliveira Abinader | 2014-03-26 | 1 | -3/+3 |
* | Remove some unnecessary transmutes. | Huon Wilson | 2014-03-25 | 1 | -6/+4 |
* | Split TCast::to into TCast::to_unchecked and TCast::to. | Tetsuharu OHZEKI | 2014-03-20 | 1 | -35/+35 |
* | auto merge of #1915 : Ms2ger/servo/wrap-return-js, r=jdm | bors-servo | 2014-03-19 | 1 | -1/+1 |
|\ |
|
| * | Return a JS<T> from *Binding::Wrap rather than a JSObject. | Ms2ger | 2014-03-14 | 1 | -1/+1 |
* | | auto merge of #1925 : saneyuki/servo/1874, r=jdm | bors-servo | 2014-03-19 | 1 | -4/+6 |
|\ \ |
|
| * | | Don't call bind_to_tree when appending a node to another node that isn't in t... | Tetsuharu OHZEKI | 2014-03-15 | 1 | -4/+6 |
| |/ |
|
* | | Rust upgrade for new master rebase | Lars Bergstrom | 2014-03-18 | 1 | -15/+15 |
* | | Warning police. | Josh Matthews | 2014-03-18 | 1 | -6/+4 |
* | | Remove all traces of Box representation from bindings. Work around file read ... | Josh Matthews | 2014-03-18 | 1 | -2/+2 |
* | | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -17/+24 |
* | | Use 'NodeConstants' instead of magic numbers. | Tetsuharu OHZEKI | 2014-03-16 | 1 | -21/+27 |
* | | auto merge of #1894 : khodzha/servo/node_normalize, r=Ms2ger | bors-servo | 2014-03-15 | 1 | -2/+22 |
|\ \
| |/
|/| |
|
| * | implemented Node.normalize() | Shamir Khodzha | 2014-03-14 | 1 | -2/+22 |
* | | Implement Node.cloneNode | Bruno de Oliveira Abinader | 2014-03-13 | 1 | -5/+136 |
* | | auto merge of #1889 : pcwalton/servo/fix-borrow-flags-race, r=jdm | bors-servo | 2014-03-12 | 1 | -10/+15 |
|\ \ |
|
| * | | script: Fix a borrow flags race in layout on `.owner_doc()`. | Patrick Walton | 2014-03-11 | 1 | -10/+15 |
| |/ |
|
* / | Add compareDocumentPosition (fixes #1794) to Node | Manish Goregaokar | 2014-03-12 | 1 | -3/+44 |
|/ |
|
* | auto merge of #1834 : lpy/servo/issue1825, r=jdm | bors-servo | 2014-03-07 | 1 | -2/+9 |
|\ |
|
| * | implement the setter for Node.nodeValue.(fixes #1825) | lpy | 2014-03-07 | 1 | -2/+9 |
* | | Remove Node.hasAttributes() method that was removed from the specification. | Ms2ger | 2014-03-06 | 1 | -5/+0 |
|/ |
|
* | Add pointers to specific issues in node.rs. | Ms2ger | 2014-03-05 | 1 | -6/+7 |
* | Move Node::SetTextContent to a better place. | Ms2ger | 2014-03-05 | 1 | -35/+35 |
* | Move Node::Children to a better place. | Ms2ger | 2014-03-05 | 1 | -14/+14 |
* | Pass &JS<Window> to the Wrap functions in codegen. | Ms2ger | 2014-03-04 | 1 | -1/+1 |
* | Pass &JS<Window> to reflect_dom_object. | Ms2ger | 2014-03-04 | 1 | -1/+1 |
* | Implement document_from_node and window_from_node helpers.(fixes #1761) | lpy | 2014-03-01 | 1 | -6/+16 |
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -1/+1 |
* | layout: Stop racing on the JSManaged borrow flags | Patrick Walton | 2014-02-27 | 1 | -1/+26 |
* | Move ID management on binding to and unbinding from tree into Element. | Ms2ger | 2014-02-26 | 1 | -9/+13 |
* | Remove DocumentTypeId. | Ms2ger | 2014-02-24 | 1 | -17/+17 |
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -664/+488 |
* | Impl Basic support for object element | Youngmin Yoo | 2014-02-20 | 1 | -1/+14 |
* | auto merge of #1602 : pcwalton/servo/more-inlines, r=jdm | bors-servo | 2014-02-18 | 1 | -0/+6 |
|\ |
|
| * | script: Inline some hot functions used in flow constructions. | Patrick Walton | 2014-01-30 | 1 | -0/+6 |
* | | Use push_str instead of operator + for efficiency. | Ms2ger | 2014-02-16 | 1 | -1/+1 |
* | | Change Text, Comment and ProcessingInstructions parent name from element to c... | Adam Sinnett | 2014-02-15 | 1 | -2/+2 |
* | | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+1 |