Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -2/+2 |
| | |||||
* | Properly implement TaskSource for NetworkingTaskSource | Keith Yeung | 2016-11-11 | 1 | -2/+2 |
| | |||||
* | Implement the constructor for EventSource | Keith Yeung | 2016-11-11 | 1 | -2/+3 |
| | |||||
* | Add redirect_mode to RequestInit | Raphael Nestler | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | Remove intrinsic Root::r() | Anthony Ramine | 2016-10-11 | 1 | -2/+2 |
| | |||||
* | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -3/+3 |
| | |||||
* | Remove Reflectable::global | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Make Fetch take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -9/+8 |
| | |||||
* | Pass a &GlobalScope to WebIDL static methods and constructors | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Introduce GlobalScope::networking_task_source | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Introduce GlobalScope::core_resource_thread | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Make Promise::new take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+3 |
| | |||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Provide the fetched data to fetch() consumers. | Ms2ger | 2016-10-06 | 1 | -3/+10 |
| | |||||
* | Squash some build warnings. | Ms2ger | 2016-10-04 | 1 | -2/+2 |
| | |||||
* | Remove same-origin-data-url flag from fetch implementation | Jan Zerebecki | 2016-10-01 | 1 | -1/+0 |
| | | | | | | | The spec removed it. Check the scheme instead, data is always same origin now, except for workers. This also updates the comments to make step numbers match the spec. Closes #13362 | ||||
* | Implement the Fetch method | Jeena Lee | 2016-09-29 | 1 | -0/+172 |