aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/global.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove GlobalRoot and GlobalRefAnthony Ramine2016-10-061-143/+0
|
* Introduce GlobalScope::file_reading_task_sourceAnthony Ramine2016-10-061-10/+0
|
* Introduce GlobalScope::process_eventAnthony Ramine2016-10-061-11/+0
|
* Introduce GlobalScope::new_script_pairAnthony Ramine2016-10-061-11/+1
|
* Make Promise::Reject and Resolve take a &GlobalScopeAnthony Ramine2016-10-061-2/+4
|
* Remove global_root_from_reflectorAnthony Ramine2016-10-061-5/+0
|
* Introduce GlobalScope::enqueue_promise_jobAnthony Ramine2016-10-061-9/+1
|
* Introduce GlobalScope::flush_promise_jobsAnthony Ramine2016-10-061-9/+0
|
* Introduce GlobalScope::get_runnable_wrapperAnthony Ramine2016-10-061-10/+1
|
* Move timers to GlobalScopeAnthony Ramine2016-10-061-22/+0
|
* Move JS evaluation functions to GlobalScopeAnthony Ramine2016-10-061-58/+3
|
* Introduce GlobalScope::networking_task_sourceAnthony Ramine2016-10-061-9/+0
|
* Introduce GlobalScope::script_chanAnthony Ramine2016-10-061-11/+1
|
* Introduce GlobalScope::core_resource_threadAnthony Ramine2016-10-061-6/+0
|
* Introduce GlobalScope::resource_threadsAnthony Ramine2016-10-061-10/+2
|
* Introduce GlobalScope::report_an_errorAnthony Ramine2016-10-061-11/+10
|
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-9/+0
|
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-10/+1
|
* Introduce GlobalScope::api_base_urlAnthony Ramine2016-10-061-12/+0
|
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-11/+25
|
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-9/+0
|
* Introduce GlobalScope::scheduler_chanAnthony Ramine2016-10-061-10/+1
|
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-9/+1
|
* Introduce GlobalScope::time_profiler_chanAnthony Ramine2016-10-061-9/+1
|
* Introduce GlobalScope::mem_profiler_chanAnthony Ramine2016-10-061-9/+1
|
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-10/+0
|
* Move console timers to GlobalScopeAnthony Ramine2016-10-061-9/+0
|
* Introduce GlobalScope::live_devtools_updatesAnthony Ramine2016-10-061-9/+0
|
* Introduce GlobalScope::get_next_worker_idAnthony Ramine2016-10-061-9/+1
|
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-0/+10
|
* Simplify GlobalRef::resource_threadsAnthony Ramine2016-10-041-6/+1
|
* Remove GlobalRef::get_worker_idAnthony Ramine2016-10-041-8/+0
|
* Replace ScriptHelpers by GlobalRef methodsAnthony Ramine2016-10-031-12/+56
|
* Remove GlobalRef::history_traversal_task_sourceAnthony Ramine2016-10-021-9/+0
|
* Remove GlobalRef::dom_manipulation_task_sourceAnthony Ramine2016-10-021-10/+0
|
* Support promises in workers.Josh Matthews2016-09-221-1/+18
|
* Implement binding support for returning and accepting Promises in WebIDL.Josh Matthews2016-09-221-0/+11
|
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-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,Ms2gerbors-servo2016-09-101-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 globalsAnthony Ramine2016-09-071-0/+9
| |
* | Implement error reporting for workers.Ms2ger2016-09-091-1/+1
| | | | | | | | | | Fixes #3311. Fixes #13158.
* | Reorder `use` statementsUK9922016-09-091-4/+4
|/
* Implement Reflectable for GlobalRef.Josh Matthews2016-09-071-8/+9
|
* Implement report_an_error on GlobalRef.Ms2ger2016-09-051-0/+10
|
* Add cancellability to file manager load and related refactoringZhen Zhang2016-08-021-6/+0
|
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-9/+1
|
* Integrate service worker manager threadRahul Sharma2016-07-161-9/+1
|
* Implement file reading task sourceKeith Yeung2016-07-141-2/+3
| | | | And remove superfluous FileReaderEvent enum
* Allow wrapping worker runnables in cancellable runnables.Josh Matthews2016-07-141-1/+10
|
* removed unused importsConnor Brewster2016-06-021-2/+1
|