Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make Promise::resolve_native actually sound | Anthony Ramine | 2017-09-21 | 1 | -3/+1 | |
| | | | | | We shouldn't have to pass a raw JSContext pointer, and to enter the promise's context's compartment by hand. | |||||
* | Rename Runnable to Task | Anthony Ramine | 2017-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | The changes are: * `*Runnable` -> `*Task`; * `RunnableMsg` -> `Task`; * `RunnableWrapper` -> `TaskCanceller`; * `MainThreadRunnable` -> `MainThreadTask`; * `wrap_runnable` -> `wrap_task`; * `get_runnable_wrapper` -> `task_canceller`; * `handler` -> `run`; * `main_thread_handler` -> `run_with_script_thread`. | |||||
* | Change RequestInit origin type to ImmutableOrigin | Fausto Núñez Alberro | 2017-07-16 | 1 | -4/+1 | |
| | ||||||
* | Introduce service-worker mode | Keith Yeung | 2017-06-22 | 1 | -3/+10 | |
| | ||||||
* | Remove all internal mutability from Request | Anthony Ramine | 2017-04-03 | 1 | -8/+7 | |
| | ||||||
* | Use RootedTraceableBox for dictionaries. | Ms2ger | 2017-02-16 | 1 | -1/+2 | |
| | ||||||
* | Don't lose information in Fetch API | bd339 | 2017-01-09 | 1 | -4/+15 | |
| | | | | Also update test expectations. | |||||
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 | |
| | | | | Fixes https://github.com/servo/servo/issues/8473. | |||||
* | 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 | |