aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5858 - pgonda:tabindex-focus-flag, r=jdmbors-servo2015-05-201-0/+3
|\
| * fixes #5603, adds support for tabindexPeter2015-05-201-0/+3
* | Auto merge of #6139 - michaelwu:rustup-fixes, r=SimonSapinbors-servo2015-05-201-1/+1
|\ \
| * | Fix borrow_unchecked in LayoutDataRefMichael Wu2015-05-191-1/+1
| |/
* / layout: Support inline incremental reflow, and stop reconstructing allPatrick Walton2015-05-191-2/+2
|/
* Fix some overlong lines.Ms2ger2015-05-141-5/+10
* Auto merge of #5804 - jdm:docloader, r=Ms2gerbors-servo2015-05-111-1/+3
|\
| * Implement a DocumentLoader type that tracks pending loads and notifies the sc...Josh Matthews2015-05-111-1/+3
* | Add WebDriver support for getting elements by selector.James Graham2015-05-081-8/+5
|/
* Auto merge of #5931 - nox:rm-helpers, r=jdmbors-servo2015-05-061-111/+52
|\
| * Remove helpers that correspond to DOM methodsAnthony Ramine2015-05-041-111/+52
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+4
|/
* Implement NodeHelpers::index()Anthony Ramine2015-04-301-0/+6
* Implement NodeHelpers::len()Anthony Ramine2015-04-301-0/+12
* Make NodeTypeId include CharacterData variantJinwoo Song2015-04-291-49/+31
* Implement Clone for Copy types.Ms2ger2015-04-281-3/+3
* Remove Temporary::new()Anthony Ramine2015-04-281-11/+11
* Uniformise root() methodsAnthony Ramine2015-04-281-4/+4
* Make RootedVec/RootCollection #[no_move]; improve code (fixes #5737)Manish Goregaokar2015-04-281-1/+1
* Fix some no_move errorsManish Goregaokar2015-04-281-9/+9
* Auto merge of #5692 - pgonda:get_attributes-memory-safety, r=jdmbors-servo2015-04-271-3/+3
|\
| * Switched Element::Get_attributes to use a RootedVec instead of returning a Ve...Peter2015-04-271-3/+3
* | Pass an Atom to Element::create.Ms2ger2015-04-271-2/+2
* | Pass Atom to Attr:new for the prefix argument.Ms2ger2015-04-271-1/+1
* | Store an Atom for Attr::prefix.Ms2ger2015-04-271-1/+1
* | Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-41/+42
* | Remove as_slice() calls from script.Ms2ger2015-04-261-4/+4
* | Replace the Str implementation for AttrValue by a Deref implementation.Ms2ger2015-04-251-3/+3
|/
* Auto merge of #5721 - nox:nodeorstring, r=jdmbors-servo2015-04-161-1/+83
|\
| * Finish implementation of ChildNode and ParentNodeAnthony Ramine2015-04-161-1/+83
* | Implement node::LookupPrefix and add test.Md. Enzam Hossain2015-04-161-4/+22
|/
* Auto merge of #5674 - nox:get_unsound_ref_forever-misc, r=Ms2gerbors-servo2015-04-141-15/+15
|\
| * Remove unnecessary uses of get_unsound_ref_forever()Anthony Ramine2015-04-141-15/+15
* | Update WHATWG links to use HTTPSCorey Farwell2015-04-131-41/+41
|/
* Use a simple Temporary value in TreeIteratorAnthony Ramine2015-04-131-51/+75
* Pass a RootedVec to NodeList::new_simple_list()Anthony Ramine2015-04-131-6/+5
* Add NodeHelpers::inclusively_preceding_siblings()Anthony Ramine2015-04-101-0/+7
* Auto merge of #5622 - pgonda:NodeChildrenIterator-to-NodeSiblingIterator, r=jdmbors-servo2015-04-101-20/+20
|\
| * Updated fix #5616, also renamed RevsereChildrenIterator to ReverseSiblingIter...Peter2015-04-091-8/+8
| * Resvoled merge conflictPeter2015-04-091-17/+25
| |\
| * | Renaming NodeChildrenIterator to NodeSiblingIterator, fix #5616Peter2015-04-091-12/+12
* | | Cleanup ProcessingInstructionAnthony Ramine2015-04-101-2/+2
| |/ |/|
* | Cleanup access to CharacterData nodesAnthony Ramine2015-04-091-13/+12
* | Remove CharacterData::set_data()Anthony Ramine2015-04-091-1/+1
* | Implement NonDocumentTypeChildNode::*ElementSibling()Anthony Ramine2015-04-091-0/+7
* | Auto merge of #5578 - nox:collect_text_contents-unsound, r=Ms2gerbors-servo2015-04-081-3/+5
|\ \ | |/ |/|
| * Use a Temporary iterator in Node::collect_text_contents()Anthony Ramine2015-04-071-3/+5
* | Set dirty flag on hover or focus changeMatt Brubeck2015-04-071-2/+4
|/
* Auto merge of #5541 - nox:node-iterators-temporary, r=jdmbors-servo2015-04-071-46/+59
|\
| * Use Temporary in ChildElementIteratorAnthony Ramine2015-04-071-13/+10