summaryrefslogtreecommitdiff
path: root/runtime/worker.rs
AgeCommit message (Expand)Author
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-26refactor: Rewrite Inspector implementation (#10725)Bartek Iwańczuk
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-11feat(runtime/worker): Structured cloning worker message passing (#9323)Tim Ramlot
2021-05-10feat: add WebStorage API (#7819)crowlKats
2021-05-02refactor(runtime): use Extensions (#10461)Aaron O'Mullan
2021-04-30refactor(core): provide builtins as an Extension (#10449)Aaron O'Mullan
2021-04-30refactor(core): initialize extensions in runtime constructor (#10421)Aaron O'Mullan
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-21fix: do not panic on not found cwd (#10238)Satya Rohith
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-12chore: split web op crate (#9635)Luca Casonato
2021-03-04fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619)Nayeem Rahman
2021-03-02refactor(op_crates/web): Move URL parsing to Rust (#9276)Nayeem Rahman
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-02-21feat(unstable): per op metrics (#9240)Luca Casonato
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-06refactor: move WebSocket API to an op_crate (#9026)Luca Casonato
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer
2020-12-20Revert "fix: TLA in web worker (#8809)" (#8839)Bartek Iwańczuk
2020-12-20fix: TLA in web worker (#8809)Bartek Iwańczuk
2020-12-16refactor: rewrite ops to use ResourceTable2 (#8512)Bartek Iwańczuk
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk