summaryrefslogtreecommitdiff
path: root/ext/web
AgeCommit message (Expand)Author
2023-03-221.32.0 (#18367)denobot
2023-03-18perf(core): use static specifier in ExtensionFileSource (#18271)Bartek Iwańczuk
2023-03-18Revert "perf(core): use static specifier in ExtensionFileSource (#182… (#18...Bartek Iwańczuk
2023-03-18perf(core): use static specifier in ExtensionFileSource (#18264)Divy Srivastava
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-16chore: forward v1.31.3 release commit to main (#18222)denobot
2023-03-14fix(ext/web): Stop using `globalThis.ReadableStream` in `Blob` (#18187)Kenta Moriuchi
2023-03-10chore: forward v1.31.2 release commit to main (#18114)denobot
2023-03-09refactor: Split extension registration for runtime and snapshotting (#18095)Bartek Iwańczuk
2023-03-09refactor(core): Extension::builder_with_deps (#18093)Bartek Iwańczuk
2023-03-09fix(rumtime): Add `Deno.` prefix for registered symbols (#18086)Kenta Moriuchi
2023-03-09perf: don't add unload event listener (#18082)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-03-05refactor: move "pathFromURL" to deno_web extension (#18037)Bartek Iwańczuk
2023-03-05feat(ops): relational ops (#18023)Divy Srivastava
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-03-01fix(core): introduce `SafeRegExp` to primordials (#17592)Kenta Moriuchi
2023-02-28fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...Aapo Alasuutari
2023-02-24chore: forward v1.31.1 release commit to main (#17939)denobot
2023-02-241.31.0 (#17906)denobot
2023-02-20refactor(core): definition of "ExtensionFileSource" (#17823)Bartek Iwańczuk
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk
2023-02-08refactor(core): change SourcePair to ExtensionFileSource (#17686)Bartek Iwańczuk
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-07chore: forward v1.30.3 release commit to main (#17677)denobot
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-03chore: forward v1.30.2 release commit to main (#17641)denobot
2023-02-02chore: forward v1.30.1 release commit to main (#17623)denobot
2023-01-29fix(ext): internal `structuredClone` for `ArrayBuffer` and `TypedArray` subcl...Kenta Moriuchi
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-261.30.0 (#17532)denobot
2023-01-18chore: upgrade base64-simd to 0.8.0 (#17463)Nugine
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-15fix(core): Add `Generator` and `AsyncGenerator` to promordials (#17241)Kenta Moriuchi
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-09fix(ext/web/streams): fix ReadableStream asyncIterator (#16276)Marcos Casagrande
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-22fix(ext): Add checks for owning properties in for-in loops (#17139)Kenta Moriuchi
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan