summaryrefslogtreecommitdiff
path: root/runtime/worker_bootstrap.rs
AgeCommit message (Expand)Author
2023-05-30feat(runtime): add `WorkerLogLevel` (#19316)David Sherret
2023-05-01perf: lazily retrieve ppid (#18940)David Sherret
2023-03-28refactor(runtime): manual serialization of bootstrap data (#18448)Bartek Iwańczuk
2023-02-22perf(core, runtime): Further improve startup time (#17860)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-28fix: change default locale value (#16463)Bartek Iwańczuk
2022-10-18feat: introduce navigator.language (#12322)Luca Matei Pintilie
2022-10-15refactor: Add default implementation for WorkerOptions (#14860)Christian Dürr
2022-09-17perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)Divy Srivastava
2022-05-14feat: add userAgent property to Navigator's prototype (#14415)randomicon00
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-03-01fix(runtime): disable console color for non tty stdout (#13782)Antonio Musolino
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan