aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Moved WorkerId type to devtools_traitsFlorian Strübe2015-12-071-2/+2
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-3/+4
* Auto merge of #8477 - asajeffrey:opaque-domstring, r=asajeffreybors-servo2015-11-131-1/+1
|\
| * Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-1/+1
* | script: Make timer events e10s-safe.Patrick Walton2015-11-121-6/+6
|/
* XHR timeouts use same abstraction as scripts timers. (fixes #3396)benshu2015-11-111-2/+12
* Check in for task 1,4 and 5Abhishek Kumar2015-11-051-1/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-15/+22
* Introduce trait CastableAnthony Ramine2015-10-211-5/+6
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-5/+4
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-7/+7
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-12/+8
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-2/+0
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-6/+7
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-15/+15
* Remove helper traitsAnthony Ramine2015-08-271-23/+8
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Auto merge of #7238 - Wafflespeanut:workerglobal, r=Ms2gerbors-servo2015-08-201-14/+14
|\
| * Improved field names for devtools-related channels; r=Ms2gerRavi Shankar2015-08-201-14/+14
* | sort all usesJohann Tuffe2015-08-201-4/+4
* | Cleanup WebGLRenderingContext, Websocker, WorkerGlobalScopeManish Goregaokar2015-08-181-2/+2
* | Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-2/+2
* | Fix existing syntactics nits.Josh Matthews2015-08-161-4/+4
|/
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-3/+3
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+8
* Auto merge of #7000 - Ms2ger:space, r=noxbors-servo2015-08-071-1/+1
|\
| * Remove some stray whitespace.Ms2ger2015-08-051-1/+1
* | Auto merge of #7002 - Ms2ger:eventtarget, r=jdmbors-servo2015-08-061-5/+0
|\ \
| * | Remove the unused WorkerGlobalScope::eventtarget method.Ms2ger2015-08-051-5/+0
| |/
* / Move the worker script evaluation into a method on WorkerGlobalScope.Ms2ger2015-08-041-2/+17
|/
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+1
* Implement a WorkerGlobalScopeInit struct to pass arguments to WorkerGlobalSco...Ms2ger2015-08-031-13/+17
* Take WorkerGlobalScope's worker_id out of its Option.Ms2ger2015-08-031-3/+3
* Fixes issue #6866Harrison G2015-08-021-1/+8
* Persuading devtools to communicate with the workers; r=jdmRavi Shankar2015-08-011-2/+33
* Add spec linksBogdan Cuza2015-07-281-0/+10
* devtools: Convert the developer tools to run over IPC.Patrick Walton2015-07-271-5/+7
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-2/+9
* Wire up the JS engine's memory reporting.Nicholas Nethercote2015-07-151-0/+8
* Implement window.crypto.getRandomValues()Tim Taubert2015-07-031-0/+7
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-19/+18
* Remove reference counting from the Runtime implementation.Ms2ger2015-05-101-3/+4
* Move evaluate_script to Runtime.Ms2ger2015-05-101-1/+1
* Use Runtime in WorkerGlobalScope and DedicatedWorkerGlobalScope.Ms2ger2015-05-101-8/+7