summaryrefslogtreecommitdiff
path: root/ext/web
AgeCommit message (Expand)Author
2024-02-07refactor: move ImageData to web extension (#22295)Leo Kettmeir
2024-02-06fix: Support Symbol.metadata (#22282)Bartek Iwańczuk
2024-02-04chore: bump deno core (#22243)Matt Mastracci
2024-02-01chore: forward v1.40.3 release commit to main (#22220)Divy Srivastava
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-26chore: forward v1.40.2 commit to main (#22133)Bartek Iwańczuk
2024-01-25chore: forward v1.40.1 commit to main (#22107)Bartek Iwańczuk
2024-01-251.40.0 (#22096)denobot
2024-01-23refactor: port more ops to `ensureFastOps()` (#22046)Asher Gomez
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-13chore: forward v1.39.4 release commit to main (#21933)denobot
2024-01-12chore: forward v1.39.3 to main (#21915)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-09chore: upgrade deno_core to 0.244.0 (#21859)Bartek Iwańczuk
2024-01-04chore: forward v1.39.2 release commit to main (#21793)Bartek Iwańczuk
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-24chore: ensure that each op provided to ensureFastOps is only used once (#21689)Matt Mastracci
2023-12-21chore: forward v1.39.1 commit to main (#21667) (#21671)Bartek Iwańczuk
2023-12-131.39.0 (#21560)denobot
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-06feat(ext/web): add ImageData Web API (#21183)Jamie
2023-12-06chore: forward v1.38.5 release commit to main (#21472)Bartek Iwańczuk
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-11-30chore: forward v1.38.4 release commit to main (#21400)Bartek Iwańczuk
2023-11-30perf(ext/web): Avoid changing prototype by setting hostObjectBrand directly (...Laurence Rowe
2023-11-24feat(streams): ReadableStream.read min option (#20849)Leo Kettmeir
2023-11-24chore: forward v1.38.3 release commit to main (#21320)denobot
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-17chore: forward v1.38.2 release commit to main (#21236)denobot
2023-11-13feat(ext/web): add `AbortSignal.any()` (#21087)Kenta Moriuchi
2023-11-12fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation ...Florian Schwalm
2023-11-10chore: forward v1.38.1 release commit to main (#21144)denobot
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-11-08chore(ext/web): migrate to deno_core typed externals (#21114)Matt Mastracci
2023-11-021.38.0 (#21051)denobot
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-10-26refactor: op_sleep uses op2 macro (#20908)Bartek Iwańczuk
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-10-23docs(event): fixlets to code comments (#20944)Jérôme Benoit
2023-10-13perf(ext/streams): optimize streams (#20649)Marcos Casagrande
2023-10-13chore: forward v1.37.2 release commit to main (#20897)denobot
2023-10-10feat(ext/web): cancel support for TransformStream (#20815)Luca Casonato
2023-10-10fix(ext/web): writability of `ReadableStream.from` (#20836)Luca Casonato
2023-10-09refactor: remove TimersPermissions::check_unstable (#20831)Bartek Iwańczuk
2023-10-06perf(ext/web): optimize structuredClone without transferables (#20730)Marcos Casagrande
2023-10-05refactor: rewrite several extension ops to op2 (#20457)Bartek Iwańczuk