aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/nodelist.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-82/+0
|
* Upgrade Rust.Jack Moffitt2014-08-081-1/+1
|
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-6/+1
|
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+2
| | | | Part of #2811.
* Remove the unused window field from NodeList.Ms2ger2014-07-141-5/+2
|
* Make some DOM members private.Ms2ger2014-06-281-3/+3
| | | | | I have not reviewed if this is the complete set of members that can be made private.
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-1/+1
|
* auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdmbors-servo2014-06-131-3/+3
|\ | | | | | | | | removed .clone() calls modified from_rooted method parameter: T to &T
| * Replace uses of JS<T>.unrooted() with JS::from_rooted #2580Edit Balint2014-06-131-3/+3
| |
* | Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
|/
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
|
* Update Rust.Ms2ger2014-05-221-1/+1
|
* Address review comments.Josh Matthews2014-05-031-4/+4
|
* Remove all root collections.Josh Matthews2014-05-031-5/+3
|
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-10/+10
|
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-3/+11
|
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-10/+19
|
* Turn on GC all the time. Fix rooting errors during parsing and storing ↵Josh Matthews2014-05-031-6/+6
| | | | timers. Fix borrow errors during tracing.
* Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+1
|
* Make simple NodeLists use Vec.Ms2ger2014-04-281-3/+3
|
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-4/+4
| | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries.
* fix visibility warnings in script crate (#2044)Manish Goregaokar2014-04-061-1/+1
|
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
|
* Pass &JS<Window> to some constructors.Ms2ger2014-03-041-3/+3
|
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-17/+20
|
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-7/+7
| | | | | | | that layout can safely call. This is simpler. Currently, the set of methods is not safe, but I plan to lock it down more soon.
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-6/+0
|
* Remove Reflectable::wrap_object_shared.Ms2ger2013-11-061-5/+1
|
* Cleanup NodeList bindings.Ms2ger2013-10-231-27/+24
|
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-10/+8
|
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-2/+1
|
* implement NodeList and consolidate common scope and context retrievalTim Taubert2013-10-111-0/+91