| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename a confusing argument. | Ms2ger | 2015-11-19 | 1 | -2/+2 |
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -106/+152 |
* | Use the conversion traits from js. | Ms2ger | 2015-11-12 | 1 | -6/+7 |
* | Use throw_type_error and throw_range_error from js. | Ms2ger | 2015-11-12 | 1 | -1/+2 |
* | Clean up the conversion routines | Anthony Ramine | 2015-11-11 | 1 | -7/+3 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
* | more cleanup | rohan.prinja | 2015-10-30 | 1 | -3/+1 |
* | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | replace InheritTypes imports with inheritance imports | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | more refactoring | rohan.prinja | 2015-10-30 | 1 | -239/+0 |
* | Auto merge of #8242 - Ms2ger:update-js, r=metajack | bors-servo | 2015-10-28 | 1 | -1/+1 |
|\ |
|
| * | Update js. | Ms2ger | 2015-10-28 | 1 | -1/+1 |
* | | move reserved slot setting for DOM globals | Nathan Froyd | 2015-10-27 | 1 | -1/+3 |
|/ |
|
* | Use the new define_methods and define_properties functions from js. | Ms2ger | 2015-10-25 | 1 | -40/+18 |
* | Remove the unused default implementation of Reflectable::init_reflector. | Ms2ger | 2015-10-23 | 1 | -3/+1 |
* | Introduce IDLInterface::derives() | Anthony Ramine | 2015-10-21 | 1 | -2/+5 |
* | Auto merge of #7943 - pierrechevalier83:fix_issue_7941, r=Ms2ger | bors-servo | 2015-10-19 | 1 | -9/+10 |
|\ |
|
| * | Clarify some code in do_create_interface_objects | Pierre Chevalier | 2015-10-10 | 1 | -9/+10 |
* | | Auto merge of #7972 - nox:codegen-heapsize, r=Ms2ger | bors-servo | 2015-10-15 | 1 | -0/+4 |
|\ \ |
|
| * | | Introduce DOMClass::heap_size_of | Anthony Ramine | 2015-10-14 | 1 | -0/+4 |
* | | | Support the updated spidermonkey bindings | Michael Wu | 2015-10-14 | 1 | -47/+47 |
|/ / |
|
* / | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -3/+3 |
|/ |
|
* | Changed dom_class type to Option<&'static DOMClass> | Andriy Kunitsin | 2015-10-09 | 1 | -4/+9 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -13/+12 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -3/+2 |
* | Move EventTargetTypeId/NodeTypeId to DOMClass | Michael Wu | 2015-09-12 | 1 | -0/+4 |
* | Remove needless returns | Manish Goregaokar | 2015-09-04 | 1 | -7/+7 |
* | Elide most 'a lifetimes | Manish Goregaokar | 2015-09-04 | 1 | -1/+1 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -27/+27 |
* | Update js. | Ms2ger | 2015-08-18 | 1 | -1/+1 |
* | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -1/+1 |
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -2/+2 |
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -1/+12 |
* | Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapin | bors-servo | 2015-07-30 | 1 | -2/+2 |
|\ |
|
| * | Remove usage of the deprecated `box () (expr)` syntax. | Simon Sapin | 2015-07-30 | 1 | -2/+2 |
* | | Use an actual byte string when defining the prototype of named constructors. ... | Josh Matthews | 2015-07-29 | 1 | -1/+1 |
|/ |
|
* | Add aarch64-unknown-linux-gnu support | Akos Kiss | 2015-07-23 | 1 | -1/+1 |
* | Make stmt part of unrooted_must_root handle type parameters (fixes #6651) | Manish Goregaokar | 2015-07-22 | 1 | -2/+1 |
* | Rename browser_context identifiers to browsing_context. | Ms2ger | 2015-07-20 | 1 | -1/+1 |
* | Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10) | Simon Sapin | 2015-07-15 | 1 | -0/+1 |
* | Auto merge of #6529 - dwins:master, r=Manishearth | bors-servo | 2015-07-01 | 1 | -1/+1 |
|\ |
|
| * | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -1/+1 |
* | | Remove string_cache dependency from util. | Matt Brubeck | 2015-07-01 | 1 | -2/+11 |
|/ |
|
* | Use Box::into_raw rather than boxed::into_raw. | Ms2ger | 2015-06-25 | 1 | -2/+1 |
* | Auto merge of #6110 - klusark:NamedConstructor, r=Ms2ger | bors-servo | 2015-06-25 | 1 | -25/+64 |
|\ |
|
| * | Add support for NamedConstructor in webidls | Joel Teichroeb | 2015-06-24 | 1 | -25/+64 |
* | | Remove unused js::JS_ARGV import in script component | Corey Farwell | 2015-06-24 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #6223 - nox:merge-generic-functions, r=Ms2ger | bors-servo | 2015-06-24 | 1 | -9/+99 |
|\ |
|
| * | Merge generic funs to share them across all bindings (fixes #2684) | Anthony Ramine | 2015-06-24 | 1 | -9/+99 |
* | | Fix some warnings caused by the SM upgrade | Michael Wu | 2015-06-19 | 1 | -1/+1 |
|/ |
|