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_bootstrap.rs
Age
Commit message (
Expand
)
Author
2023-05-30
feat(runtime): add `WorkerLogLevel` (#19316)
David Sherret
2023-05-01
perf: lazily retrieve ppid (#18940)
David Sherret
2023-03-28
refactor(runtime): manual serialization of bootstrap data (#18448)
Bartek Iwańczuk
2023-02-22
perf(core, runtime): Further improve startup time (#17860)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-28
fix: change default locale value (#16463)
Bartek Iwańczuk
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-09-17
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Divy Srivastava
2022-05-14
feat: add userAgent property to Navigator's prototype (#14415)
randomicon00
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-03-01
fix(runtime): disable console color for non tty stdout (#13782)
Antonio Musolino
2021-10-05
refactor(runtime): Worker bootstrap options (#12299)
Aaron O'Mullan