aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-12/+12
* GlobalRef passed by value in reflect_dom_object, reflect_node #4165Amanda Watson2014-12-201-1/+1
* Move unwrap_jsmanaged and related machinery to conversions.rs.Ms2ger2014-12-201-2/+2
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-4/+3
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-155/+159
* style: Address review comments relating to `bgcolor` and column spansPatrick Walton2014-12-151-6/+12
* script: Improve dirty propagation and fix script-layout synchronization.Patrick Walton2014-12-151-34/+28
* auto merge of #4280 : Ms2ger/servo/cleanup-node, r=jdmbors-servo2014-12-081-55/+38
|\
| * Cleanup Node::is_html_element_in_html_document.Ms2ger2014-12-081-3/+1
| * Cleanup Node::as_element.Ms2ger2014-12-081-3/+1
| * Cleanup Node::CloneNode.Ms2ger2014-12-081-4/+1
| * Cleanup Node::Normalize.Ms2ger2014-12-081-16/+18
| * Cleanup Node::ChildNodes.Ms2ger2014-12-081-10/+5
| * Cleanup Node::clone.Ms2ger2014-12-081-7/+5
| * Cleanup Node::summarize.Ms2ger2014-12-081-5/+3
| * Cleanup Node::query_selector.Ms2ger2014-12-081-7/+4
* | auto merge of #4194 : cgaebel/servo/incremental-reflow-fix, r=pcwaltonbors-servo2014-12-081-4/+21
|\ \ | |/ |/|
| * Fixed #4170 - Incremental reflow wasn't being aggressive enough when nodes ge...Clark Gaebel2014-12-031-4/+21
* | Switch to NodeFlags (the footprint has not changed)Manish Goregaokar2014-12-051-2/+8
* | Implement QuerySelectorIterator (fixes #4082)Manish Goregaokar2014-12-051-10/+44
|/
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Remove Node.eventtarget().Tetsuharu OHZEKI2014-11-281-5/+0
* implement Document#createAttributeRohan Prinja2014-11-231-1/+1
* Correct the checks in step 5 of Node::pre_insert.Ms2ger2014-11-161-8/+6
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-43/+43
* Pass the correct argument to Element::create when cloning.Ms2ger2014-11-051-1/+1
* auto merge of #3835 : pcwalton/servo/script-microoptzns, r=Ms2gerbors-servo2014-11-031-30/+46
|\
| * script: Fix busted document fragment appending codePatrick Walton2014-10-311-6/+8
| * script: Don't create a temporary vector on the heap when insertingPatrick Walton2014-10-281-29/+39
| * script: Don't dirty nodes that are already dirty.Patrick Walton2014-10-281-0/+4
| * script: Use `String::new()` instead of the formatting infrastructurePatrick Walton2014-10-281-1/+1
* | Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-13/+3
* | Simplify the implementation of NodeIterator::next_child.Ms2ger2014-11-021-9/+7
* | Simplify the implementation of NodeHelpers::child_elements.Ms2ger2014-11-021-12/+8
* | s/peek().is_some()/!is_empty()/Bruno de Oliveira Abinader2014-10-311-3/+3
* | ChildElementIterator is now peekableBruno de Oliveira Abinader2014-10-311-13/+9
* | s/AbstractNodeChildrenIterator/NodeChildrenIterator/Bruno de Oliveira Abinader2014-10-311-12/+12
* | Move build_element_from_tag out of the HTML parser.Ms2ger2014-10-301-3/+2
* | Implement cloning steps for script elementMatt Brubeck2014-10-291-0/+1
* | Switch to synchronous script loadingMatt Brubeck2014-10-291-2/+2
* | layout: Implement flow tree dumping with RUST_LOG=debug is on.Clark Gaebel2014-10-281-1/+1
|/
* Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671Ray Clanan2014-10-231-1/+1
* Implement Document.readyState. Prevent iframes from notifying the compositor ...Josh Matthews2014-10-231-2/+2
* Make DOM getters that return &JS<T> return Temporary<T> instead #3707Edit Balint2014-10-221-1/+1
* Use DOMRefCell for Node.Tetsuharu OHZEKI2014-10-221-2/+3
* more efficient preorder DOM traversalsClark Gaebel2014-10-211-54/+48
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-5/+17
* auto merge of #3684 : Manishearth/servo/dom_struct, r=jdmbors-servo2014-10-151-3/+1
|\
| * Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* | Removes Node.unsafe_get_flags().Tetsuharu OHZEKI2014-10-161-8/+3
|/