aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worker.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-2/+2
* Split fn script_chan into 5 different task channel fnKeith Yeung2015-12-061-3/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+2
* Replaced DOMString by String in devtools.Alan Jeffrey2015-11-121-1/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-3/+3
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-3/+2
* more refactoringrohan.prinja2015-10-301-1/+2
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-0/+2
* Clean up the cast callsAnthony Ramine2015-10-211-7/+3
* Introduce trait CastableAnthony Ramine2015-10-211-5/+5
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-1/+1
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-1/+1
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-3/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-6/+6
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-7/+4
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-2/+2
* Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+3
* Implemented onerror event handler for AbstractWorkererneyja2015-08-301-0/+1
* Time distribution across script event categories.benshu2015-08-281-6/+6
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-2/+2
* Remove helper traitsAnthony Ramine2015-08-271-3/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Auto merge of #7238 - Wafflespeanut:workerglobal, r=Ms2gerbors-servo2015-08-201-2/+2
|\
| * Improved field names for devtools-related channels; r=Ms2gerRavi Shankar2015-08-201-2/+2
* | sort all usesJohann Tuffe2015-08-201-5/+5
|/
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-8/+11
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* Pass WorkerGlobalScopeInit to DedicatedWorkerGlobalScope::run_worker_scope.Ms2ger2015-08-031-3/+11
* Take WorkerGlobalScope's worker_id out of its Option.Ms2ger2015-08-031-1/+1
* Fixes issue #6866Harrison G2015-08-021-2/+2
* Persuading devtools to communicate with the workers; r=jdmRavi Shankar2015-08-011-14/+19
* Add spec linksBogdan Cuza2015-07-281-0/+1
* devtools: Convert the developer tools to run over IPC.Patrick Walton2015-07-271-5/+6
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-1/+2
* Wire up the JS engine's memory reporting.Nicholas Nethercote2015-07-151-2/+2
* Upgrade to SM 39Michael Wu2015-06-191-22/+25
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-2/+1
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-1/+1
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
* Add devtools_chan method to GlobalRef and make new globals notifications work...thiagopnts2015-04-061-17/+13
* Add links to spec for script::dom structs/methodsCorey Farwell2015-03-281-0/+1
* Notify devtools about new worker globalsThiago Pontes2015-03-271-0/+21
* Subsume ScriptMsg::WorkerDispatchErrorEvent into ScriptMsg::RunnableMsg via i...Avi Weinstock2015-03-091-0/+27
* auto merge of #4931 : KiChjang/servo/worker-error-event, r=jdmbors-servo2015-02-211-0/+31
|\
| * Worker now fires errorevent when url fetching failed, fixes #4511Keith Yeung2015-02-211-0/+31
* | Remove the unused Worker::refcount field.Ms2ger2015-02-201-3/+0
|/
* Support firing error events from a dedicated worker at the containing worker ...Shreya Bastikar2015-02-051-2/+18