| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement FromIterator<Root<A>> for RootedVec<JS<A>> (fixes #5117) | Anthony Ramine | 2015-08-31 | 1 | -2/+1 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -29/+29 |
* | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -1/+1 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -200/+82 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | Auto merge of #7397 - Manishearth:doublepointer-meet-fire, r=nox | bors-servo | 2015-08-26 | 1 | -2/+2 |
|\ |
|
| * | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -2/+2 |
* | | Auto merge of #7334 - servo:active, r=SimonSapin | bors-servo | 2015-08-24 | 1 | -0/+24 |
|\ \
| |/
|/| |
|
| * | Add spec link for the IN_ACTIVE_STATE flag. | Simon Sapin | 2015-08-24 | 1 | -1/+3 |
| * | script: Update `rust-selectors` to get `:active` support. | Patrick Walton | 2015-08-17 | 1 | -0/+22 |
* | | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -10/+10 |
* | | Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi... | Manish Goregaokar | 2015-08-18 | 1 | -7/+2 |
* | | Cleanup node.rs | Manish Goregaokar | 2015-08-18 | 1 | -20/+14 |
* | | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -1/+1 |
|/ |
|
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -5/+5 |
* | replace .len() == 0 with is_empty() | João Oliveira | 2015-08-14 | 1 | -1/+1 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -3/+3 |
* | Auto merge of #6778 - nox:childnodes, r=jdm | bors-servo | 2015-08-10 | 1 | -16/+45 |
|\ |
|
| * | Optimise Node.childNodes | Anthony Ramine | 2015-08-09 | 1 | -1/+4 |
| * | Cache the number of children of each node | Anthony Ramine | 2015-07-31 | 1 | -15/+41 |
* | | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -1/+8 |
|/ |
|
* | Auto merge of #6800 - frewsxcv:childnode-before-childnode-after, r=Ms2ger | bors-servo | 2015-07-30 | 1 | -30/+59 |
|\ |
|
| * | Implement ChildNode::before & ChildNode::after | Corey Farwell | 2015-07-29 | 1 | -30/+59 |
* | | Auto merge of #6783 - dzbarsky:replacechild, r=Ms2ger | bors-servo | 2015-07-30 | 1 | -67/+61 |
|\ \ |
|
| * | | Clean up Node::ReplaceChild | David Zbarsky | 2015-07-29 | 1 | -67/+61 |
* | | | Dispose layout data for every node removed from the tree | Nick Thompson | 2015-07-28 | 1 | -1/+2 |
| |/
|/| |
|
* | | Auto merge of #6662 - tschneidereit:client-geometry, r=glennw,pcwatson | bors-servo | 2015-07-27 | 1 | -0/+5 |
|\ \ |
|
| * | | Implement client{Top, Left, Height, Width} element properties | Till Schneidereit | 2015-07-19 | 1 | -0/+5 |
* | | | Auto merge of #6760 - dzbarsky:comment-fix, r=jdm | bors-servo | 2015-07-26 | 1 | -3/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove outdated comment about cloning elements | David Zbarsky | 2015-07-25 | 1 | -3/+2 |
| |/ |
|
* | | Auto merge of #6660 - nox:children-changed, r=jdm | bors-servo | 2015-07-25 | 1 | -154/+168 |
|\ \ |
|
| * | | Introduce VirtualMethods::children_changed() | Anthony Ramine | 2015-07-25 | 1 | -154/+168 |
* | | | Auto merge of #6715 - Ms2ger:layoutelement, r=jdm | bors-servo | 2015-07-23 | 1 | -26/+21 |
|\ \ \
| |/ /
|/| | |
|
| * | | Move the flag getters to LayoutNodeHelpers. | Ms2ger | 2015-07-23 | 1 | -21/+21 |
| * | | Remove unused RawLayoutNodeHelpers::type_id_for_layout. | Ms2ger | 2015-07-23 | 1 | -5/+0 |
* | | | Update rust-selectors | Simon Sapin | 2015-07-23 | 1 | -52/+8 |
|/ / |
|
* | | Optimize `Node.normalize()`. | Michael Howell | 2015-07-22 | 1 | -2/+1 |
* | | Auto merge of #6688 - Manishearth:smarter-root-lint, r=jdm | bors-servo | 2015-07-22 | 1 | -14/+15 |
|\ \ |
|
| * | | Address review comments; add docs | Manish Goregaokar | 2015-07-22 | 1 | -5/+5 |
| * | | Fix rooting in script | Manish Goregaokar | 2015-07-22 | 1 | -14/+15 |
| |/ |
|
* / | Upgrade rust-selectors, pass ':empty' tests | Corey Farwell | 2015-07-22 | 1 | -2/+12 |
|/ |
|
* | Auto merge of #6568 - dzbarsky:delete_range, r=jdm | bors-servo | 2015-07-16 | 1 | -73/+79 |
|\ |
|
| * | Implement Range#insertNode | David Zbarsky | 2015-07-16 | 1 | -73/+79 |
* | | Directly append children to output node in parse_html_fragment | Michael Wu | 2015-07-15 | 1 | -9/+3 |
|/ |
|
* | Auto merge of #6617 - frewsxcv:fixme-ufcs, r=metajack | bors-servo | 2015-07-14 | 1 | -7/+1 |
|\ |
|
| * | Complete FIXMEs related to UFCS | Corey Farwell | 2015-07-14 | 1 | -7/+1 |
* | | Test element prefix for element equality | David Zbarsky | 2015-07-11 | 1 | -1/+1 |
|/ |
|
* | Test element prefix for element equality | David Zbarsky | 2015-07-10 | 1 | -8/+89 |
* | Auto merge of #6559 - kball:IS1824-implement-Node.baseURI, r=Ms2ger | bors-servo | 2015-07-06 | 1 | -4/+3 |
|\ |
|
| * | Implement Node.baseURI | Kevin Ball | 2015-07-05 | 1 | -4/+3 |