| Commit message (Expand) | Author | Age | Files | Lines |
* | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+1 |
* | script: Stop copying the document URL. | Patrick Walton | 2015-09-24 | 1 | -1/+1 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -8/+7 |
* | Auto merge of #7611 - nox:cache-element-id, r=frewsxcv | bors-servo | 2015-09-20 | 1 | -17/+11 |
|\ |
|
| * | Fix Node::query_selector() and Node::query_selector_iter() | Anthony Ramine | 2015-09-13 | 1 | -8/+5 |
| * | Fix cloning of Element's attributes | Anthony Ramine | 2015-09-13 | 1 | -9/+6 |
* | | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -9/+8 |
|/ |
|
* | Introduce [Abstract] to mark non-leaf interfaces | Anthony Ramine | 2015-09-13 | 1 | -16/+2 |
* | Move EventTargetTypeId/NodeTypeId to DOMClass | Michael Wu | 2015-09-12 | 1 | -25/+48 |
* | Implement adopting steps | Anthony Ramine | 2015-09-08 | 1 | -14/+9 |
* | 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 |
| |/ |
|