aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/blob.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update Rust.Ms2ger2014-05-221-1/+1
|
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-1/+1
|
* Address review comments.Josh Matthews2014-05-031-3/+3
|
* Remove all root collections.Josh Matthews2014-05-031-3/+2
|
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-5/+5
|
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-6/+13
|
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-4/+4
|
* Turn on GC all the time. Fix rooting errors during parsing and storing ↵Josh Matthews2014-05-031-5/+7
| | | | 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-2/+2
| | | | | | 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 Option<T> for optional primitive arguments without a default value ↵Ms2ger2014-03-191-1/+1
| | | | (fixes #1813).
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
|
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-1/+1
|
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-8/+12
|
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+2
|
* Add some more Blob methods/typesTom Schuster2013-11-151-1/+15
|
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-6/+0
|
* Remove Reflectable::wrap_object_shared.Ms2ger2013-11-061-5/+1
|
* Factor out a helper for eagerly creating JS wrappersKeegan McAllister2013-10-221-9/+2
|
* Implement the no-argument Blob constructor.Ms2ger2013-10-181-0/+7
|
* Make Blob create its binding eagerly.Ms2ger2013-10-181-12/+22
|
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-3/+1
|
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-2/+1
|
* Introduce mutable/immutable variants of reflector() with named lifetimes, ↵Bobby Holley2013-10-101-4/+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
|
* Generate bindings for Window.Josh Matthews2013-07-301-2/+2
|
* structural changes to support IframesTim Kuehn2013-07-291-3/+3
|
* DOM bindings: Autogenerate list of prototypes and binding registration goop.Josh Matthews2013-07-121-1/+27
|
* Implement WebIDL method overloads. Fixes #540.Josh Matthews2013-07-031-0/+17