index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
web_worker.rs
Age
Commit message (
Expand
)
Author
2024-08-29
fix(runtime/web_worker): populate `SnapshotOptions` for `WebWorker` when inst...
Sʜɪᴍᴜʀᴀ Yū
2024-08-27
feat(ext/kv): configurable limit params (#25174)
Yusuke Tanaka
2024-08-19
feat: Deprecate "import assertions" with a warning (#24743)
Bartek Iwańczuk
2024-07-29
chore: upgrade to rust 1.80 (#24778)
Satya Rohith
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-24
Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
Bartek Iwańczuk
2024-07-22
Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)
Bartek Iwańczuk
2024-07-21
fix: CFunctionInfo and CTypeInfo leaks (#24634)
Divy Srivastava
2024-07-05
chore: rename `__runtime_js_source` to `hmr` (#24442)
Divy Srivastava
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-05-09
refactor(ext/tls): Implement required functionality for later SNI support (#2...
Matt Mastracci
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-03-16
fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)
Bartek Iwańczuk
2024-03-15
fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...
Bartek Iwańczuk
2024-03-13
fix(ext/node): make worker ids sequential (#22884)
Satya Rohith
2024-03-13
fix(ext/node): allow automatic worker_thread termination (#22647)
Satya Rohith
2024-03-13
chore: explicitly type `state.put` for permissions (#22881)
Divy Srivastava
2024-03-12
refactor: add `deno_permissions` crate (#22236)
Divy Srivastava
2024-03-11
fix(ext/node): make worker setup synchronous (#22815)
Bartek Iwańczuk
2024-03-05
chore: upgrade deno_core (#22699)
Bartek Iwańczuk
2024-02-27
chore: bump deno_core (#22596)
Matt Mastracci
2024-02-10
chore: deno_core bump (#22379)
Matt Mastracci
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-01-22
fix(runtime): only discard extension sources if a snapshot is provided (#22023)
Nayeem Rahman
2024-01-22
feat(web): ImageBitmap (#21898)
Leo Kettmeir
2024-01-14
chore: upgrade deno_core to 0.246.0 (#21904)
Bartek Iwańczuk
2024-01-10
refactor: remove snapshotting from deno_runtime (#21794)
Bartek Iwańczuk
2024-01-10
chore: bump deno_core (#21832)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-28
fix: allow npm: specifiers in import.meta.resolve (#21716)
Bartek Iwańczuk
2023-12-13
refactor(cli): update to new deno_core promise/call methods (#21519)
Matt Mastracci
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-12-08
chore: use primordials in 40_testing.js (#21422)
Divy Srivastava
2023-12-06
chore: bump deno_core and update tests (#21467)
Matt Mastracci
2023-12-05
refactor(cli): refactor bench/test for future module changes (#21460)
Matt Mastracci
2023-12-02
refactor: snapshotting of runtime/ and cli/ (#21430)
Bartek Iwańczuk
2023-11-28
chore: fix formatting (#21364)
David Sherret
2023-11-27
chore: bump deno_core (#21351)
Matt Mastracci
2023-11-26
refactor: use new poll methods from JsRuntime (#21302)
Bartek Iwańczuk
2023-11-22
fix(runtime): fix for panic in classic workers (#21300)
Matt Mastracci
2023-11-15
perf: static bootstrap options in snapshot (#21213)
Divy Srivastava
2023-11-13
perf: lazy bootstrap options - first pass (#21164)
Divy Srivastava
2023-11-11
perf: snapshot runtime ops (#21127)
Divy Srivastava
2023-11-05
chore: migrate to new deno_core and metrics (#21057)
Matt Mastracci
2023-11-01
feat(cron) implement Deno.cron() (#21019)
Igor Zinkovsky
2023-10-31
chore: update ext/kv to use denokv_* crates (#20986)
Luca Casonato
2023-10-12
refactor: FeatureChecker integration in ext/ crates (#20797)
Bartek Iwańczuk
2023-10-04
refactor: use deno_core::FeatureChecker for unstable checks (#20765)
Bartek Iwańczuk
2023-09-11
chore: update inner #\![allow] to #[allow] (#20463)
Matt Mastracci
2023-08-28
refactor(runtime): factor out code between build.rs and worker.rs (#20299)
Nayeem Rahman
[next]