| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #5858 - pgonda:tabindex-focus-flag, r=jdm | bors-servo | 2015-05-20 | 1 | -0/+3 |
|\ |
|
| * | fixes #5603, adds support for tabindex | Peter | 2015-05-20 | 1 | -0/+3 |
* | | Auto merge of #6139 - michaelwu:rustup-fixes, r=SimonSapin | bors-servo | 2015-05-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix borrow_unchecked in LayoutDataRef | Michael Wu | 2015-05-19 | 1 | -1/+1 |
| |/ |
|
* / | layout: Support inline incremental reflow, and stop reconstructing all | Patrick Walton | 2015-05-19 | 1 | -2/+2 |
|/ |
|
* | Fix some overlong lines. | Ms2ger | 2015-05-14 | 1 | -5/+10 |
* | Auto merge of #5804 - jdm:docloader, r=Ms2ger | bors-servo | 2015-05-11 | 1 | -1/+3 |
|\ |
|
| * | Implement a DocumentLoader type that tracks pending loads and notifies the sc... | Josh Matthews | 2015-05-11 | 1 | -1/+3 |
* | | Add WebDriver support for getting elements by selector. | James Graham | 2015-05-08 | 1 | -8/+5 |
|/ |
|
* | Auto merge of #5931 - nox:rm-helpers, r=jdm | bors-servo | 2015-05-06 | 1 | -111/+52 |
|\ |
|
| * | Remove helpers that correspond to DOM methods | Anthony Ramine | 2015-05-04 | 1 | -111/+52 |
* | | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -2/+4 |
|/ |
|
* | Implement NodeHelpers::index() | Anthony Ramine | 2015-04-30 | 1 | -0/+6 |
* | Implement NodeHelpers::len() | Anthony Ramine | 2015-04-30 | 1 | -0/+12 |
* | Make NodeTypeId include CharacterData variant | Jinwoo Song | 2015-04-29 | 1 | -49/+31 |
* | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -3/+3 |
* | Remove Temporary::new() | Anthony Ramine | 2015-04-28 | 1 | -11/+11 |
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -4/+4 |
* | Make RootedVec/RootCollection #[no_move]; improve code (fixes #5737) | Manish Goregaokar | 2015-04-28 | 1 | -1/+1 |
* | Fix some no_move errors | Manish Goregaokar | 2015-04-28 | 1 | -9/+9 |
* | Auto merge of #5692 - pgonda:get_attributes-memory-safety, r=jdm | bors-servo | 2015-04-27 | 1 | -3/+3 |
|\ |
|
| * | Switched Element::Get_attributes to use a RootedVec instead of returning a Ve... | Peter | 2015-04-27 | 1 | -3/+3 |
* | | Pass an Atom to Element::create. | Ms2ger | 2015-04-27 | 1 | -2/+2 |
* | | Pass Atom to Attr:new for the prefix argument. | Ms2ger | 2015-04-27 | 1 | -1/+1 |
* | | Store an Atom for Attr::prefix. | Ms2ger | 2015-04-27 | 1 | -1/+1 |
* | | Change MutNullableJS<T> to MutNullableHeap<JS<T>> | Anthony Ramine | 2015-04-27 | 1 | -41/+42 |
* | | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -4/+4 |
* | | Replace the Str implementation for AttrValue by a Deref implementation. | Ms2ger | 2015-04-25 | 1 | -3/+3 |
|/ |
|
* | Auto merge of #5721 - nox:nodeorstring, r=jdm | bors-servo | 2015-04-16 | 1 | -1/+83 |
|\ |
|
| * | Finish implementation of ChildNode and ParentNode | Anthony Ramine | 2015-04-16 | 1 | -1/+83 |
* | | Implement node::LookupPrefix and add test. | Md. Enzam Hossain | 2015-04-16 | 1 | -4/+22 |
|/ |
|
* | Auto merge of #5674 - nox:get_unsound_ref_forever-misc, r=Ms2ger | bors-servo | 2015-04-14 | 1 | -15/+15 |
|\ |
|
| * | Remove unnecessary uses of get_unsound_ref_forever() | Anthony Ramine | 2015-04-14 | 1 | -15/+15 |
* | | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -41/+41 |
|/ |
|
* | Use a simple Temporary value in TreeIterator | Anthony Ramine | 2015-04-13 | 1 | -51/+75 |
* | Pass a RootedVec to NodeList::new_simple_list() | Anthony Ramine | 2015-04-13 | 1 | -6/+5 |
* | Add NodeHelpers::inclusively_preceding_siblings() | Anthony Ramine | 2015-04-10 | 1 | -0/+7 |
* | Auto merge of #5622 - pgonda:NodeChildrenIterator-to-NodeSiblingIterator, r=jdm | bors-servo | 2015-04-10 | 1 | -20/+20 |
|\ |
|
| * | Updated fix #5616, also renamed RevsereChildrenIterator to ReverseSiblingIter... | Peter | 2015-04-09 | 1 | -8/+8 |
| * | Resvoled merge conflict | Peter | 2015-04-09 | 1 | -17/+25 |
| |\ |
|
| * | | Renaming NodeChildrenIterator to NodeSiblingIterator, fix #5616 | Peter | 2015-04-09 | 1 | -12/+12 |
* | | | Cleanup ProcessingInstruction | Anthony Ramine | 2015-04-10 | 1 | -2/+2 |
| |/
|/| |
|
* | | Cleanup access to CharacterData nodes | Anthony Ramine | 2015-04-09 | 1 | -13/+12 |
* | | Remove CharacterData::set_data() | Anthony Ramine | 2015-04-09 | 1 | -1/+1 |
* | | Implement NonDocumentTypeChildNode::*ElementSibling() | Anthony Ramine | 2015-04-09 | 1 | -0/+7 |
* | | Auto merge of #5578 - nox:collect_text_contents-unsound, r=Ms2ger | bors-servo | 2015-04-08 | 1 | -3/+5 |
|\ \
| |/
|/| |
|
| * | Use a Temporary iterator in Node::collect_text_contents() | Anthony Ramine | 2015-04-07 | 1 | -3/+5 |
* | | Set dirty flag on hover or focus change | Matt Brubeck | 2015-04-07 | 1 | -2/+4 |
|/ |
|
* | Auto merge of #5541 - nox:node-iterators-temporary, r=jdm | bors-servo | 2015-04-07 | 1 | -46/+59 |
|\ |
|
| * | Use Temporary in ChildElementIterator | Anthony Ramine | 2015-04-07 | 1 | -13/+10 |