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
/
js
/
98_global_scope.js
Age
Commit message (
Expand
)
Author
2024-01-06
refactor: split runtime/98_global_scope.js (#21785)
Bartek Iwańczuk
2024-01-05
chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773)
Divy Srivastava
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-12-08
fix(unstable): Honor granular unstable flags in js runtime (#21466)
Julien Cayzac
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-12-06
feat(ext/web): add ImageData Web API (#21183)
Jamie
2023-11-19
fix(ext,runtime): add missing custom inspections (#21219)
Kenta Moriuchi
2023-11-13
perf: lazy bootstrap options - first pass (#21164)
Divy Srivastava
2023-10-31
feat(ext/web): EventSource (#14730)
Leo Kettmeir
2023-08-15
fix(runtime): navigator.userAgent in web worker (#20129)
await-ovo
2023-04-30
refactor: remove ext/console/01_colors.js (#18927)
Leo Kettmeir
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-30
chore: update webgpu (#17534)
Leo Kettmeir
2023-01-13
fix: make self and window getters only & make getterOnly ignore setting (#17362)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk