Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -3/+3 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -9/+22 |
| | |||||
* | removed instances of -> () in existing code | lucantrop | 2017-03-13 | 1 | -6/+6 |
| | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Use Option<T> to return from getters | Anthony Ramine | 2016-08-30 | 1 | -2/+2 |
| | | | | | This removes the cumbersome &mut bool argument and offers overall a more readable code. | ||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | ||||
* | Use DOMString::new() somewhat consistently. | Ms2ger | 2015-11-04 | 1 | -5/+5 |
| | |||||
* | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Remove deprecated 'creator' WebIDL attribute | Corey Farwell | 2015-09-21 | 1 | -2/+0 |
| | | | | According to @Ms2ger, the 'creator' attribute was merged into 'setter' | ||||
* | Make test-tidy check that braces have spaces before or after them | wilmoz | 2015-08-31 | 1 | -7/+7 |
| | |||||
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -16/+16 |
| | |||||
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
| | | | | closes #7357 | ||||
* | Initial implementation of ownPropertyKeys proxy handler | Corey Farwell | 2015-08-20 | 1 | -1/+2 |
| | | | | | | | | | | | Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes #6390 Closes #2215 | ||||
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+1 |
| | |||||
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -0/+3 |
| | |||||
* | Fix indentation in testbindingproxy.rs | Michael Wu | 2015-06-25 | 1 | -22/+22 |
| | |||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -2/+1 |
| | |||||
* | added TestBindingProxy.webidl and testbindingproxy.rs files | Francesc Bautista | 2015-06-09 | 1 | -0/+31 |
added testbindingproxy to dom/mod.rs and fixed unused variable warning of testingbindingproxy.rs removed useless GlobalField, removed brackets use statements with only 1 element and changed the description of TestBindingProxy.webidl renamed reflector to reflector_ and removed unused import in testbinding.rs |