bors-servo
ff04558ce2
Auto merge of #13611 - aneeshusa:migrate-steps-from-saltfs, r=Ms2ger
...
Sync Buildbot steps config from saltfs
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [x] These changes are part of https://github.com/servo/saltfs/issues/316
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they just copy the steps configuration
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Now that our Buildbot configuration is successfully able to read the
steps configuration from the main servo repo and run builds, sync the
steps in the servo tree to match the latest steps.yml from the saltfs
repo.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13611 )
<!-- Reviewable:end -->
2016-10-06 15:15:00 -05:00
Lars Bergstrom
013698b2a0
Update glutin to pick up Windows CreateWindowExW fix
2016-10-06 15:10:40 -05:00
Anthony Ramine
d8e92bb271
Rename Reflectable::global_scope to global
2016-10-06 21:36:41 +02:00
Anthony Ramine
b6bbd41e11
Remove GlobalRoot and GlobalRef
2016-10-06 21:36:00 +02:00
Anthony Ramine
c66cf46bee
Make the closure in flush_promise_jobs return a Root<GlobalScope>
2016-10-06 21:35:59 +02:00
Anthony Ramine
996fd284e2
Use global_scope_from_context in TestBinding::PromiseNativeHandler
2016-10-06 21:35:59 +02:00
Anthony Ramine
00e66a777a
Make workers' interrupt_callback use GlobalScope
2016-10-06 21:35:59 +02:00
Anthony Ramine
907781eb75
Remove Reflectable::global
2016-10-06 21:35:58 +02:00
Anthony Ramine
e7a1149984
Introduce GlobalScope::file_reading_task_source
2016-10-06 21:35:57 +02:00
Anthony Ramine
0a11c48e89
Make XMLHttpRequest::fetch take a &GlobalScope
2016-10-06 21:35:56 +02:00
Anthony Ramine
ca15dd5eea
Introduce GlobalScope::process_event
2016-10-06 21:35:56 +02:00
Anthony Ramine
cdf3ef05e7
Introduce GlobalScope::new_script_pair
2016-10-06 21:35:55 +02:00
Anthony Ramine
1f8bb3a89f
Make Fetch take a &GlobalScope
2016-10-06 21:35:55 +02:00
Anthony Ramine
144dc62575
Do not use GlobalRoot in CodegenRust anymore
2016-10-06 21:35:55 +02:00
Anthony Ramine
02d38e74e9
Make Promise::Reject and Resolve take a &GlobalScope
2016-10-06 21:35:54 +02:00
Anthony Ramine
26455b8a67
Remove global_root_from_reflector
2016-10-06 21:35:54 +02:00
Anthony Ramine
1fed45e393
Use global_scope_from_object in Window::global_is_mozbrowser
2016-10-06 21:35:53 +02:00
Anthony Ramine
4d9347d5b3
Introduce GlobalScope::enqueue_promise_job
2016-10-06 21:35:53 +02:00
Anthony Ramine
2ee073053a
Make PromiseJobQueue::enqueue take a &GlobalScope
2016-10-06 21:35:53 +02:00
Anthony Ramine
6e3be6d894
Introduce GlobalScope::flush_promise_jobs
2016-10-06 21:35:52 +02:00
Anthony Ramine
44ca9f3d71
Make TaskSource::queue take a &GlobalScope
2016-10-06 21:35:52 +02:00
Anthony Ramine
514819f37a
Introduce GlobalScope::get_runnable_wrapper
2016-10-06 21:35:51 +02:00
Anthony Ramine
ca8c6fb072
Make RunnableWrapper store an Option<Arc<AtomicBool>>
...
This makes WorkerGlobalScope::get_runnable_wrapper not panic anymore
when the worker is a ServiceWorkerGlobalScope.
2016-10-06 21:35:51 +02:00
Anthony Ramine
991801488c
Move timers to GlobalScope
2016-10-06 21:35:51 +02:00
Anthony Ramine
5d8979237b
Make devtools::handle_evaluate_js take a &GlobalScope
2016-10-06 21:35:50 +02:00
Anthony Ramine
9c04eb60bd
Move JS evaluation functions to GlobalScope
2016-10-06 21:35:50 +02:00
Anthony Ramine
19108aa330
Pass a &GlobalScope to WebIDL static methods and constructors
2016-10-06 21:35:49 +02:00
Anthony Ramine
1fd470889d
Introduce GlobalScope::networking_task_source
2016-10-06 21:35:49 +02:00
Anthony Ramine
a7305b7fc4
Introduce GlobalScope::script_chan
2016-10-06 21:35:48 +02:00
Anthony Ramine
71236e168a
Introduce GlobalScope::core_resource_thread
2016-10-06 21:35:48 +02:00
Anthony Ramine
de846f25a6
Make create_scope_things take a &GlobalScope
2016-10-06 21:35:48 +02:00
Anthony Ramine
83feb7dee3
Make prepare_workerscope_init take a &GlobalScope
2016-10-06 21:35:47 +02:00
Anthony Ramine
9a48ebb245
Make dom::blob::read_file take a &GlobalScope
2016-10-06 21:35:47 +02:00
Anthony Ramine
bad49e4696
Introduce GlobalScope::resource_threads
2016-10-06 21:35:46 +02:00
Anthony Ramine
86d2008137
Introduce GlobalScope::report_an_error
2016-10-06 21:35:46 +02:00
Anthony Ramine
d4fccbace4
Make bluetooth::result_to_promise take a &GlobalScope
2016-10-06 21:35:46 +02:00
Anthony Ramine
9183525192
Make XMLHttpRequest::new_doc use Reflectable::global_scope
2016-10-06 21:35:45 +02:00
Anthony Ramine
766010379e
Introduce GlobalScope::as_window
2016-10-06 21:35:45 +02:00
Anthony Ramine
2f54022761
Remove some duplication in XMLHttpRequest methods
2016-10-06 21:35:44 +02:00
Anthony Ramine
99b346ac52
Make Request::new take a &GlobalScope
2016-10-06 21:35:44 +02:00
Anthony Ramine
f38159b7d3
Introduce GlobalScope::get_url
2016-10-06 21:35:44 +02:00
Anthony Ramine
092504b4e3
Make Console::send_to_devtools take a &GlobalScope
2016-10-06 21:35:43 +02:00
Anthony Ramine
3302a53d38
Introduce GlobalScope::api_base_url
2016-10-06 21:35:43 +02:00
Anthony Ramine
cb02d7911a
Do not use GlobalRoot in dom::xmlhttprequest
2016-10-06 21:35:42 +02:00
Anthony Ramine
5bdc5a4c48
Use GlobalScope in dispatch_to_listeners
2016-10-06 21:35:42 +02:00
Anthony Ramine
ac5c4c2194
Make Error::to_jsval take a &GlobalScope
2016-10-06 21:35:42 +02:00
Anthony Ramine
e036579ea0
Make XMLHttpRequest::new take a &GlobalScope
2016-10-06 21:35:41 +02:00
Anthony Ramine
22252605af
Make WebGLRenderingContext::new take a &GlobalScope
2016-10-06 21:35:41 +02:00
Anthony Ramine
20bacbf42e
Make dispatch_jsval methods take a &GlobalScope
2016-10-06 21:35:40 +02:00
Anthony Ramine
b3393fba18
Make StructuredCloneData::read take a &GlobalScope
2016-10-06 21:35:40 +02:00