summaryrefslogtreecommitdiff
path: root/runtime/worker.rs
AgeCommit message (Expand)Author
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-08-16feat(runtime): add pre_execute_module_cb (#15485)David Sherret
2022-08-10refactor(runtime): split up `MainWorker` and `WebWorker`'s `preload_module` m...David Sherret
2022-08-09chore: temporarily disable `ext/node` and use unstable ops (#15438)David Sherret
2022-08-09feat: add ext/node for require support (#15362)Bartek Iwańczuk
2022-07-05Revert "refactor(snapshots): to their own crate (#14794)" (#15076)Bartek Iwańczuk
2022-06-30fix(runtime): derive default for deno_runtime::ExitCode (#15017)Curtis Allen
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-24refactor(snapshots): to their own crate (#14794)Aaron O'Mullan
2022-06-19refactor: make MainWorker::evaluate_module public (#14892)Mathias Lafeldt
2022-06-08refactor: ensure exit code reference is passed to all workers (#14814)Bartek Iwańczuk
2022-05-14feat: add userAgent property to Navigator's prototype (#14415)randomicon00
2022-05-10fix(runtime/web_worker): Use biased select when getting module result (#14553)Nayeem Rahman
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-26fix(test): capture worker stdout and stderr in test output (#14410)David Sherret
2022-04-21feat(runtime): two-tier subprocess API (#11618)Leo Kettmeir
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-03-22feat(core): disableable extensions & ops (#14063)Aaron O'Mullan
2022-03-01fix(runtime): disable console color for non tty stdout (#13782)Antonio Musolino
2022-02-15chore(ext/timers): move ext/timers to ext/web (#13665)Andreu Botella
2022-02-11compat: support --compat in web workers (#13629)Bartek Iwańczuk
2022-01-18fix(runtime): don't crash when window is deleted (#13392)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-21refactor: cleanup cli/main.rs (#13160)Bartek Iwańczuk
2021-12-17fix: inspector prompts (#13123)Bartek Iwańczuk
2021-12-16fix(test): wait for inspector session in side modules (#13065)Jesper van den Ende
2021-12-11fix: op_set_exit_code (#13034)Bartek Iwańczuk
2021-12-03refactor(ext/fetch): pass opstate in `FetchHandler::fetch_file`Leo Kettmeir
2021-11-28refactor: add deno_fetch::Options for init (#12904)Ryan Dahl
2021-11-01feat(ext/fetch): support fetching local files (#12545)Kitson Kelly
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-10-08feat(runtime): allow passing extensions via Worker options (#12362)Aaron O'Mullan
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan
2021-09-29feat: support serializing `WebAssembly.Module` objects (#12140)Andreu Botella
2021-09-24chore(runtime): minor comment improvement (#12191)Aaron O'Mullan
2021-09-23refactor: Remove depreated Worker::execute_module (#12203)Ryan Dahl
2021-09-18fix(core): prevent multiple main module loading (#12128)Bartek Iwańczuk
2021-08-25feat(fetch): mTLS client certificates for fetch() (#11721)Sean Michael Wykes
2021-08-25refactor: cleanup Inspector and InspectorServer implementations (#11837)Bartek Iwańczuk
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-10refactor: --unsafely-ignore-certificate-errors (#11629)Bartek Iwańczuk
2021-08-09feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...TheAifam5
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-07-30chore(core): use oneshot channel in mod_evaluate() (#11556)Ben Noordhuis
2021-07-29feat(runtime): implement navigator.hardwareConcurrency (#11448)Divy Srivastava
2021-07-28feat(extensions/fetch): extend init options (#11528)Satya Rohith