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
/
worker.rs
Age
Commit message (
Expand
)
Author
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
Leo Kettmeir
2022-12-18
refactor(runtime): "Worker::execute_script" returns value (#17092)
Fenix
2022-12-12
feat: add `--inspect-wait` flag (#17001)
Bartek Iwańczuk
2022-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-26
fix(inspector): send "isDefault" in aux data (#16836)
Bartek Iwańczuk
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-11-10
feat(runtime): support creating workers with custom v8 snapshots (#16553)
Mathias Lafeldt
2022-11-08
refactor: simplify deno_core's grab_global and ensure_objs (#16564)
Ryan Dahl
2022-10-26
perf(core): do not drive JsInspector by default (#16410)
Divy Srivastava
2022-10-18
feat: introduce navigator.language (#12322)
Luca Matei Pintilie
2022-10-15
refactor: Add default implementation for WorkerOptions (#14860)
Christian Dürr
2022-10-05
feat(npm): implement Node API (#13633)
Divy Srivastava
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-17
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Divy Srivastava
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-09-02
refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)
Nayeem Rahman
2022-09-02
fix(repl): don't terminate on unhandled error events (#15548)
Nayeem Rahman
2022-08-24
feat(unstable): add more permission checks for ext/node/ (#15581)
Bartek Iwańczuk
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-16
feat(runtime): add pre_execute_module_cb (#15485)
David Sherret
2022-08-10
refactor(runtime): split up `MainWorker` and `WebWorker`'s `preload_module` m...
David Sherret
2022-08-09
chore: temporarily disable `ext/node` and use unstable ops (#15438)
David Sherret
2022-08-09
feat: add ext/node for require support (#15362)
Bartek Iwańczuk
2022-07-05
Revert "refactor(snapshots): to their own crate (#14794)" (#15076)
Bartek Iwańczuk
2022-06-30
fix(runtime): derive default for deno_runtime::ExitCode (#15017)
Curtis Allen
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-24
refactor(snapshots): to their own crate (#14794)
Aaron O'Mullan
2022-06-19
refactor: make MainWorker::evaluate_module public (#14892)
Mathias Lafeldt
2022-06-08
refactor: ensure exit code reference is passed to all workers (#14814)
Bartek Iwańczuk
2022-05-14
feat: add userAgent property to Navigator's prototype (#14415)
randomicon00
2022-05-10
fix(runtime/web_worker): Use biased select when getting module result (#14553)
Nayeem Rahman
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-21
feat(runtime): two-tier subprocess API (#11618)
Leo Kettmeir
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-03-22
feat(core): disableable extensions & ops (#14063)
Aaron O'Mullan
2022-03-01
fix(runtime): disable console color for non tty stdout (#13782)
Antonio Musolino
2022-02-15
chore(ext/timers): move ext/timers to ext/web (#13665)
Andreu Botella
2022-02-11
compat: support --compat in web workers (#13629)
Bartek Iwańczuk
2022-01-18
fix(runtime): don't crash when window is deleted (#13392)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
refactor: cleanup cli/main.rs (#13160)
Bartek Iwańczuk
[next]