summaryrefslogtreecommitdiff
path: root/runtime/js
AgeCommit message (Expand)Author
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-19feat:: External webgpu surfaces / BYOW (#21835)Divy Srivastava
2024-01-18feat: Start warning on each use of a deprecated API (#21939)Bartek Iwańczuk
2024-01-15feat(unstable): add Temporal API support (#21738)Bartek Iwańczuk
2024-01-12feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)Bartek Iwańczuk
2024-01-11fix(web): use rustyline for prompt (#21893)Divy Srivastava
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-06refactor: split runtime/98_global_scope.js (#21785)Bartek Iwańczuk
2024-01-05chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773)Divy Srivastava
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-02Revert "fix(runtime): Make native modal keyboard interaction consistent with ...Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-30chore(runtime): internalize pipe fd for ext/node (#21570)Divy Srivastava
2023-12-28chore: update deno_core to 0.240.0 (#21726)Bartek Iwańczuk
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-15refactor: setup child process pipe in Rust (#21579)Divy Srivastava
2023-12-13fix(runtime): Make native modal keyboard interaction consistent with browsers...lionel-rowe
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08fix(unstable): Honor granular unstable flags in js runtime (#21466)Julien Cayzac
2023-12-08chore: use primordials in 40_testing.js (#21422)Divy Srivastava
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-06fix: display unstable flags at bottom of help text (#21468)David Sherret
2023-12-06feat(ext/web): add ImageData Web API (#21183)Jamie
2023-11-25feat(unstable): --unstable-unsafe-proto (#21313)David Sherret
2023-11-25perf: move "cli/js/40_testing.js" out of main snapshot (#21212)Divy Srivastava
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-15fix(runtime): fix Deno.noColor when stdout is not tty (#21208)Yoshiya Hinosawa
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-11-10chore: use internal namespace in 40_testing.js (#21141)Divy Srivastava
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-11-01feat: granular --unstable-* flags (#20968)Bartek Iwańczuk
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-10-31feat(ext/web): EventSource (#14730)Leo Kettmeir
2023-10-08fix: define window.name (#20804)Bartek Iwańczuk
2023-09-28fix(jupyter): more robust Deno.jupyter namespace (#20710)Bartek Iwańczuk
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-22chore: bump deno_core + cargo update (#20636)Matt Mastracci
2023-09-14feat: explicit resource management in TypeScript (#20506)David Sherret
2023-08-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-15fix(runtime): navigator.userAgent in web worker (#20129)await-ovo
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-07-31fix: call setIsTrusted for generated events (MessageEvent) (#19919)Ricardo Iván Vieitez Parra
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-04fix: move `Deno.serve` to stable namespace (#19718)Bartek Iwańczuk