Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove GlobalRoot and GlobalRef | Anthony Ramine | 2016-10-06 | 1 | -143/+0 |
| | |||||
* | Introduce GlobalScope::file_reading_task_source | Anthony Ramine | 2016-10-06 | 1 | -10/+0 |
| | |||||
* | Introduce GlobalScope::process_event | Anthony Ramine | 2016-10-06 | 1 | -11/+0 |
| | |||||
* | Introduce GlobalScope::new_script_pair | Anthony Ramine | 2016-10-06 | 1 | -11/+1 |
| | |||||
* | Make Promise::Reject and Resolve take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+4 |
| | |||||
* | Remove global_root_from_reflector | Anthony Ramine | 2016-10-06 | 1 | -5/+0 |
| | |||||
* | Introduce GlobalScope::enqueue_promise_job | Anthony Ramine | 2016-10-06 | 1 | -9/+1 |
| | |||||
* | Introduce GlobalScope::flush_promise_jobs | Anthony Ramine | 2016-10-06 | 1 | -9/+0 |
| | |||||
* | Introduce GlobalScope::get_runnable_wrapper | Anthony Ramine | 2016-10-06 | 1 | -10/+1 |
| | |||||
* | Move timers to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -22/+0 |
| | |||||
* | Move JS evaluation functions to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -58/+3 |
| | |||||
* | Introduce GlobalScope::networking_task_source | Anthony Ramine | 2016-10-06 | 1 | -9/+0 |
| | |||||
* | Introduce GlobalScope::script_chan | Anthony Ramine | 2016-10-06 | 1 | -11/+1 |
| | |||||
* | Introduce GlobalScope::core_resource_thread | Anthony Ramine | 2016-10-06 | 1 | -6/+0 |
| | |||||
* | Introduce GlobalScope::resource_threads | Anthony Ramine | 2016-10-06 | 1 | -10/+2 |
| | |||||
* | Introduce GlobalScope::report_an_error | Anthony Ramine | 2016-10-06 | 1 | -11/+10 |
| | |||||
* | Introduce GlobalScope::as_window | Anthony Ramine | 2016-10-06 | 1 | -9/+0 |
| | |||||
* | Introduce GlobalScope::get_url | Anthony Ramine | 2016-10-06 | 1 | -10/+1 |
| | |||||
* | Introduce GlobalScope::api_base_url | Anthony Ramine | 2016-10-06 | 1 | -12/+0 |
| | |||||
* | Introduce Reflectable::global_scope | Anthony Ramine | 2016-10-06 | 1 | -11/+25 |
| | |||||
* | Introduce GlobalScope::pipeline_id | Anthony Ramine | 2016-10-06 | 1 | -9/+0 |
| | |||||
* | Introduce GlobalScope::scheduler_chan | Anthony Ramine | 2016-10-06 | 1 | -10/+1 |
| | |||||
* | Introduce GlobalScope::constellation_chan | Anthony Ramine | 2016-10-06 | 1 | -9/+1 |
| | |||||
* | Introduce GlobalScope::time_profiler_chan | Anthony Ramine | 2016-10-06 | 1 | -9/+1 |
| | |||||
* | Introduce GlobalScope::mem_profiler_chan | Anthony Ramine | 2016-10-06 | 1 | -9/+1 |
| | |||||
* | Introduce GlobalScope::devtools_chan | Anthony Ramine | 2016-10-06 | 1 | -10/+0 |
| | |||||
* | Move console timers to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -9/+0 |
| | |||||
* | Introduce GlobalScope::live_devtools_updates | Anthony Ramine | 2016-10-06 | 1 | -9/+0 |
| | |||||
* | Introduce GlobalScope::get_next_worker_id | Anthony Ramine | 2016-10-06 | 1 | -9/+1 |
| | |||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -0/+10 |
| | |||||
* | Simplify GlobalRef::resource_threads | Anthony Ramine | 2016-10-04 | 1 | -6/+1 |
| | |||||
* | Remove GlobalRef::get_worker_id | Anthony Ramine | 2016-10-04 | 1 | -8/+0 |
| | |||||
* | Replace ScriptHelpers by GlobalRef methods | Anthony Ramine | 2016-10-03 | 1 | -12/+56 |
| | |||||
* | Remove GlobalRef::history_traversal_task_source | Anthony Ramine | 2016-10-02 | 1 | -9/+0 |
| | |||||
* | Remove GlobalRef::dom_manipulation_task_source | Anthony Ramine | 2016-10-02 | 1 | -10/+0 |
| | |||||
* | Support promises in workers. | Josh Matthews | 2016-09-22 | 1 | -1/+18 |
| | |||||
* | Implement binding support for returning and accepting Promises in WebIDL. | Josh Matthews | 2016-09-22 | 1 | -0/+11 |
| | |||||
* | Use fn pipeline_id consistently, not fn pipeline | Aneesh Agrawal | 2016-09-13 | 1 | -3/+3 |
| | | | | | | | | | | | | Consistently use the name 'pipeline_id' to refer to a function that returns an (optional) PipelineId. This was prompted by discovering both fn pipeline and fn pipeline_id doing the same job in htmliframeelement.rs. Note that there is fn pipeline in components/compositing/compositor.rs, but that actually returns an Option<&CompositionPipeline>, not any kind of PipelineId. | ||||
* | Auto merge of #13185 - nox:namespaces, r=jdm,Ms2ger | bors-servo | 2016-09-10 | 1 | -0/+9 |
|\ | | | | | | | | | | | | | | | Make console a namespace (fixes #13010) <!-- 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/13185) <!-- Reviewable:end --> | ||||
| * | Store Console timers in globals | Anthony Ramine | 2016-09-07 | 1 | -0/+9 |
| | | |||||
* | | Implement error reporting for workers. | Ms2ger | 2016-09-09 | 1 | -1/+1 |
| | | | | | | | | | | Fixes #3311. Fixes #13158. | ||||
* | | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -4/+4 |
|/ | |||||
* | Implement Reflectable for GlobalRef. | Josh Matthews | 2016-09-07 | 1 | -8/+9 |
| | |||||
* | Implement report_an_error on GlobalRef. | Ms2ger | 2016-09-05 | 1 | -0/+10 |
| | |||||
* | Add cancellability to file manager load and related refactoring | Zhen Zhang | 2016-08-02 | 1 | -6/+0 |
| | |||||
* | Removed panic channel, replaced by integrated logging and issue reporting. | Alan Jeffrey | 2016-07-20 | 1 | -9/+1 |
| | |||||
* | Integrate service worker manager thread | Rahul Sharma | 2016-07-16 | 1 | -9/+1 |
| | |||||
* | Implement file reading task source | Keith Yeung | 2016-07-14 | 1 | -2/+3 |
| | | | | And remove superfluous FileReaderEvent enum | ||||
* | Allow wrapping worker runnables in cancellable runnables. | Josh Matthews | 2016-07-14 | 1 | -1/+10 |
| | |||||
* | removed unused imports | Connor Brewster | 2016-06-02 | 1 | -2/+1 |
| |