| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Added missing refs to DOM spec | Bruno de Oliveira Abinader | 2014-02-10 | 1 | -2/+40 |
* | | Implement Node.isEqualNode | Bruno de Oliveira Abinader | 2014-02-10 | 1 | -2/+82 |
* | | This is implement Hover Event. If over element, currently full reflow. after ... | HyunJune Kim | 2014-02-10 | 1 | -0/+18 |
* | | Implement Node.contains | Bruno de Oliveira Abinader | 2014-02-09 | 1 | -2/+5 |
* | | Implement ProcessingInstruction DOM interface | Bruno de Oliveira Abinader | 2014-02-06 | 1 | -55/+84 |
* | | script: Pass the correct parent node to pre_insert in insertBefore | Adrien Bustany | 2014-02-05 | 1 | -2/+2 |
|/ |
|
* | Make Node::{remove, insert} take a descriptive enum for suppress_observers in... | Tetsuharu OHZEKI | 2014-01-29 | 1 | -17/+27 |
* | layout: Perform cascading in parallel. | Patrick Walton | 2014-01-27 | 1 | -7/+4 |
* | Remove AbstractNode::followed_by_doctype and AbstractNode::inclusively_follow... | Ms2ger | 2014-01-16 | 1 | -29/+28 |
* | Implement Node::replaceChild() | Bruno de Oliveira Abinader | 2014-01-16 | 1 | -55/+171 |
* | auto merge of #1501 : Ms2ger/servo/add_child, r=jdm | bors-servo | 2014-01-15 | 1 | -2/+2 |
|\ |
|
| * | Reorder changes in add_child to be correct. | Ms2ger | 2014-01-15 | 1 | -2/+2 |
* | | auto merge of #1490 : pcwalton/servo/distrust-layout-new, r=jdm | bors-servo | 2014-01-14 | 1 | -5/+22 |
|\ \ |
|
| * | | script: Stop trusting pointers to DOM nodes that layout provides. | Patrick Walton | 2014-01-14 | 1 | -5/+22 |
| |/ |
|
* / | Implement innerHTML getter for HTML documents | James Graham | 2014-01-14 | 1 | -0/+79 |
|/ |
|