aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/messageevent.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-99/+0
|
* Structured clone the argument to DedicatedWorkerGlobalScope.postMessage.Ms2ger2014-08-141-12/+0
|
* Structured clone the argument to Worker.postMessage.Ms2ger2014-08-141-0/+10
|
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-7/+3
|
* Implement MessageEvent::dispatch.Ms2ger2014-07-181-0/+15
| | | | | This avoids duplicating the dispatching code for multiple postMessage implementations.
* Implement MessageEvent.Ms2ger2014-07-161-0/+90