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