aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worker.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-5/+4
* Rename Task to TaskBoxAnthony Ramine2017-09-201-3/+3
* Use task! to forward unhandled errors to worker objectsAnthony Ramine2017-09-181-46/+2
* Use task! to post worker messagesAnthony Ramine2017-09-181-21/+0
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-7/+7
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* Untry scriptSimon Sapin2017-06-181-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Inline dom::eventdispatcher into dom::eventAnthony Ramine2017-01-221-2/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+2
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-1/+1
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-1/+1
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-2/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-11/+9
* Introduce GlobalScope::script_chanAnthony Ramine2016-10-061-1/+1
* Make prepare_workerscope_init take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::report_an_errorAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::api_base_urlAnthony Ramine2016-10-061-3/+3
* Make dispatch_jsval methods take a &GlobalScopeAnthony Ramine2016-10-061-5/+5
* Make StructuredCloneData::read take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-2/+3
* Introduce GlobalScope::get_next_worker_idAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+4
* Move workers' pipeline IDs to WorkerGlobalScopeAnthony Ramine2016-10-021-1/+1
* Return an enum instead of a boolean from dispatch_eventAdolfo Ochagavía2016-09-261-2/+3
* Update Rust to 1.13.0-nightly (6ffdda1ba 2016-09-14)Anthony Ramine2016-09-151-2/+3
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-3/+3
* Implement error reporting for workers.Ms2ger2016-09-091-2/+45
* Reorder `use` statementsUK9922016-09-091-4/+4
* Remove dead error handling code.Ms2ger2016-09-051-27/+1
* Implementing Close function and mark success tests.Morris Tseng2016-07-251-5/+15
* Integrate service worker manager threadRahul Sharma2016-07-161-9/+17
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-3/+3
* Implement Blob URL's DOM interfacesZhen Zhang2016-06-171-1/+4
* implement related sw interface and register methodRahul Sharma2016-06-021-128/+17
* Auto merge of #11538 - Ms2ger:warnings, r=emiliobors-servo2016-06-011-4/+2
|\
| * Fix some build warnings.Ms2ger2016-06-011-4/+2
* | Add file backend support for Blob and relatedZhen Zhang2016-06-011-2/+2
|/
* Pass a parent JS runtime when creating DOM Worker runtimesTill Schneidereit2016-05-241-2/+9
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* adding interface for custom responsesRahul Sharma2016-05-201-1/+34
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-2/+2
* Auto merge of #11239 - jdm:time-profile, r=noxbors-servo2016-05-181-0/+1
|\