Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | Use the API base URL in Fetch APIs. | Ms2ger | 2016-12-19 | 1 | -2/+1 |
| | |||||
* | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -2/+2 |
| | | | | | | It could be used to have mutable JSVal fields without GC barriers. With the removal of that trait, MutHeap and MutNullableHeap can respectively be replaced by MutJS and MutNullableJS. | ||||
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
| | | | | Fixes https://github.com/servo/servo/issues/8473. | ||||
* | Implement range index with the Position enum on ServoUrl | Pu Xingyu | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -7/+7 |
| | |||||
* | Implement response API Clone step 1 | Atte Lautanala | 2016-10-23 | 1 | -1/+3 |
| | |||||
* | Make Response's `Clone()` method to clone headers. | Jeena Lee | 2016-10-21 | 1 | -1/+2 |
| | | | | | | This patch allows the response clone to have the same headers list as the original's. Previously, only the cloned response's headers guard was set to be the same as the original response's headers guard. | ||||
* | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Pass a &GlobalScope to WebIDL static methods and constructors | Anthony Ramine | 2016-10-06 | 1 | -9/+7 |
| | |||||
* | Introduce GlobalScope::get_url | Anthony Ramine | 2016-10-06 | 1 | -2/+3 |
| | |||||
* | Introduce Reflectable::global_scope | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -6/+7 |
| | |||||
* | Provide the fetched data to fetch() consumers. | Ms2ger | 2016-10-06 | 1 | -5/+24 |
| | |||||
* | Revert "Make DOMRefCell use style’s copy of RefCell" | Simon Sapin | 2016-10-04 | 1 | -1/+1 |
| | | | | This reverts commit ec723057b2360446790d436fe5e234d798fb4175. | ||||
* | Implement the Fetch method | Jeena Lee | 2016-09-29 | 1 | -0/+23 |
| | |||||
* | impl Body mixin for dom::Response and dom::Request | Malisa Smith | 2016-09-28 | 1 | -14/+70 |
| | |||||
* | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -0/+290 |