summaryrefslogtreecommitdiff
path: root/ext/web/lib.rs
AgeCommit message (Expand)Author
2024-11-08fix: performance.timeOrigin (#26787)snek
2024-10-17refactor(ext/web): use concrete error types (#26185)Leo Kettmeir
2024-08-06fix(ext/web): make TextDecoderResource use cppgc (#24888)Divy Srivastava
2024-08-02Revert "perf(ext/node): improve `Buffer` from string performance" (#24851)Luca Casonato
2024-07-30perf(ext/node): improve `Buffer` from string performance (#24567)Divy Srivastava
2024-07-02fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396)Kenta Moriuchi
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-03-16fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)Bartek Iwańczuk
2024-03-11fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)mash-graz
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-02-16chore(ext/web): refactor timer ops before landing op sanitizer (#22435)Matt Mastracci
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-07refactor: move ImageData to web extension (#22295)Leo Kettmeir
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-06feat(ext/web): add ImageData Web API (#21183)Jamie
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-10-05refactor: rewrite several extension ops to op2 (#20457)Bartek Iwańczuk
2023-09-23feat(ext/web): use readableStreamDefaultReaderRead in resourceForReadableStre...Matt Mastracci
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-22refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)Bartek Iwańczuk
2023-06-06chore: upgrade to Rust 1.70.0 (#19345)David Sherret
2023-05-17feat(ext/web): Request higher-resolution timer on Windows if user requests se...Matt Mastracci
2023-05-09fix(core): let V8 drive extension ESM loads (#18997)Luca Casonato
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-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-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)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-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-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-18chore: upgrade base64-simd to 0.8.0 (#17463)Nugine
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-11-30chore: upgrade rusty_v8 to 0.58.0 (#16879)Bartek Iwańczuk
2022-11-12chore: upgrade rusty_v8 to 0.55.0 (#16604)Bartek Iwańczuk
2022-11-11perf(web): optimize single pass utf8 decoding (#16593)Divy Srivastava
2022-10-26perf(ext/web): optimize transferArrayBuffer (#16294)Divy Srivastava
2022-10-24perf(ext/web): add op_encode_binary_string (#16352)Marcos Casagrande
2022-10-17perf(ext/web): optimize `op_cancel_handle` (#16318)Divy Srivastava
2022-09-17perf(web): optimize encodeInto() (#15922)Divy Srivastava
2022-09-07perf(ops): inline &[u8] arguments and enable fast API (#15731)Divy Srivastava