aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix #2108 by renaming unwrap functions to native_from_reflectorChris Double2015-03-121-1/+1
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-21/+15
* auto merge of #5127 : KiChjang/servo/partial-eq-jsref, r=Ms2gerbors-servo2015-03-051-5/+5
|\
| * Added type parameter to PartialEq on JSRef (fixes #5112, #3960)Keith Yeung2015-03-031-5/+5
* | Separate disposing of layout data from the GCing of the DOM object reflectors...Josh Matthews2015-03-031-0/+9
* | Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-3/+3
|/
* Reap layout data whenever a node is removed from the tree.Glenn Watson2015-03-031-32/+15
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-3/+3
* Fix some warnings in script.Ms2ger2015-02-121-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-5/+2
* Implement an Unrooted smart pointer to replace JS when it is not traced.Ms2ger2015-02-061-2/+2
* 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