aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/clientrect.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ClientRect and ClientRectList to DOMRect and DOMRectList (fixes ↵hyunjunekim2014-08-091-72/+0
| | | | | | | #2814, fixes #2840). These interfaces were renamed in the specification, in order to use them in other contexts than the getClientRects and getBoundingClientRect methods.
* Remove unused windows/globalsManish Goregaokar2014-08-091-6/+3
|
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-9/+1
|
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+2
| | | | Part of #2811.
* Make some DOM members private.Ms2ger2014-06-281-6/+6
| | | | | I have not reviewed if this is the complete set of members that can be made private.
* auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdmbors-servo2014-06-131-1/+1
|\ | | | | | | | | 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-1/+1
| |
* | 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-3/+3
|
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-2/+2
|
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-6/+16
|
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-2/+2
|
* Turn on GC all the time. Fix rooting errors during parsing and storing ↵Josh Matthews2014-05-031-3/+3
| | | | timers. Fix borrow errors during tracing.
* Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+1
|
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-6/+6
| | | | | | 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.
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
|
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-6/+8
|
* fix unit of clientrect &patrick kim2014-01-031-8/+10
| | | | add width,height test in src/test/html/content/test_getBoundingClientRect.html
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-6/+0
|
* Remove Reflectable::wrap_object_shared.Ms2ger2013-11-061-5/+1
|
* Cleanup ClientRect binding.Ms2ger2013-10-231-17/+19
|
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-3/+1
|
* Remove unused DerivedWrapper implementations.Ms2ger2013-10-181-8/+2
|
* Remove DerivedWrapper::wrap_shared, as it's unused.Ms2ger2013-10-181-12/+0
|
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-2/+1
|
* Introduce mutable/immutable variants of reflector() with named lifetimes, ↵Bobby Holley2013-10-101-6/+6
| | | | and kill unsafe casts.
* Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects.Bobby Holley2013-10-091-3/+3
|
* Rename get_wrappercache() to reflector(). v1Bobby Holley2013-10-091-1/+1
| | | | I also updated some variable names in the codegen.
* Rename WrapperCache to Reflector.Bobby Holley2013-10-091-4/+4
| | | | | I think the abstraction from the raw JSObject is still probably worthwhile for now.
* Rename CacheableWrapper to Reflectable.Bobby Holley2013-10-091-4/+4
|
* Update RustBrian Anderson2013-08-291-0/+1
|
* Library changesKeegan McAllister2013-08-151-3/+2
|
* Generate bindings for Window.Josh Matthews2013-07-301-2/+2
|
* structural changes to support IframesTim Kuehn2013-07-291-11/+6
|
* Update to latest Rust.Jack Moffitt2013-07-091-1/+53
|
* Update for language changesBrian Anderson2013-06-261-0/+2
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+52