aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace Root::deref by a custom get_unsound_ref_forever method.Ms2ger2015-02-051-27/+28
* Make Document::url return the page's URL to avoid stale URLs after redirects.Josh Matthews2015-02-041-1/+1
* LayoutJS<T> implements Layout*Helpers instead of JS<T>.Tetsuharu OHZEKI2015-02-011-20/+20
* auto merge of #4757 : servo/servo/newnewnewcss, r=mbrubeckbors-servo2015-01-301-10/+13
|\
| * End the libstyle 'pub use' madness.Simon Sapin2015-01-301-10/+13
* | Use snake case in Node.Ms2ger2015-01-301-8/+8
|/
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* raw_pointer_deriving -> raw_pointer_deriveManish Goregaokar2015-01-281-1/+1
* self importManish Goregaokar2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-30/+56
* Make UntrustedNodeAddress a newtype.Josh Matthews2015-01-241-1/+1
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-4/+4
* Port to the new cssparser.Simon Sapin2015-01-211-9/+3
* Move to to_owned rather than into_string.Ms2ger2015-01-201-12/+13
* Remove OptionalSettable.Ms2ger2015-01-191-1/+1
* Implement Element#closestJim Hoskins2015-01-171-0/+7
* Rewrite ReverseChildrenIterator to return Temporary.Ms2ger2015-01-101-10/+12
* auto merge of #4584 : Ms2ger/servo/unsafe, r=jdmbors-servo2015-01-091-0/+3
|\
| * Deny unsafe blocks in script.Ms2ger2015-01-091-0/+3
* | Fix assertion trying to remove a Node that has no parentArpad Borsos2015-01-091-0/+1
|/
* Fix `variable does not need to be mutable` warningMatthew Rasmus2015-01-081-1/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-6/+8
* auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2gerbors-servo2015-01-041-9/+10
|\
| * Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-9/+10
* | Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* | Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-54/+55
* | Rename Root::root_ref() to Root::r().Ms2ger2015-01-011-4/+4
|/
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-7/+1
|\
| * Fix warnings post-upgradeManish Goregaokar2014-12-271-1/+0
| * Remove extra spacesManish Goregaokar2014-12-271-1/+0
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+2
* | 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