summaryrefslogtreecommitdiff
path: root/runtime/web_worker.rs
AgeCommit message (Expand)Author
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-10chore: deno_core bump (#22379)Matt Mastracci
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-01-22fix(runtime): only discard extension sources if a snapshot is provided (#22023)Nayeem Rahman
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-14chore: upgrade deno_core to 0.246.0 (#21904)Bartek Iwańczuk
2024-01-10refactor: remove snapshotting from deno_runtime (#21794)Bartek Iwańczuk
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-28fix: allow npm: specifiers in import.meta.resolve (#21716)Bartek Iwańczuk
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08chore: use primordials in 40_testing.js (#21422)Divy Srivastava
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-05refactor(cli): refactor bench/test for future module changes (#21460)Matt Mastracci
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-11-28chore: fix formatting (#21364)David Sherret
2023-11-27chore: bump deno_core (#21351)Matt Mastracci
2023-11-26refactor: use new poll methods from JsRuntime (#21302)Bartek Iwańczuk
2023-11-22fix(runtime): fix for panic in classic workers (#21300)Matt Mastracci
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-04refactor: use deno_core::FeatureChecker for unstable checks (#20765)Bartek Iwańczuk
2023-09-11chore: update inner #\![allow] to #[allow] (#20463)Matt Mastracci
2023-08-28refactor(runtime): factor out code between build.rs and worker.rs (#20299)Nayeem Rahman
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-07-23chore: update deno_core to 0.196.0 (#19897)Bartek Iwańczuk
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-26Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...Bartek Iwańczuk
2023-06-25Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)Nayeem Rahman
2023-06-14refactor(core): some runtime methods should live on the module map (#19502)Matt Mastracci
2023-06-13Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...Bartek Iwańczuk
2023-06-13refactor(core): cleanup feature flags for js source inclusion (#19463)Nayeem Rahman
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-10refactor(core): http_next generic over request extractor (#19071)Matt Mastracci
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-04refactor(ext/node): remove NodeEnv trait (#18986)Luca Casonato
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-04-24refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)David Sherret