summaryrefslogtreecommitdiff
path: root/op_crates
AgeCommit message (Expand)Author
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-30refactor(websocket): use ZeroCopyBuf to return binary data (#10446)crowlKats
2021-04-30refactor(core): initialize extensions in runtime constructor (#10421)Aaron O'Mullan
2021-04-30refactor(core.js): provide window.__bootstrap (#10423)Aaron O'Mullan
2021-04-29fix(op_crate/fetch): infinite loop on fill headers (#10406)William Perron
2021-04-28refactor(extensions): reintroduce builder (#10412)Aaron O'Mullan
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-28refactor(core): simplify module loading code (#10385)Bartek Iwańczuk
2021-04-28chore: upgrade dprint plugins (#10397)Satya Rohith
2021-04-27fix(console): circular customInspect (#10338)Aaron O'Mullan
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-23fix(op_crates/fetch): Prevent throwing when inspecting a request (#10335)Jesse Jackson
2021-04-23chore: release crates (#10327)Luca Casonato
2021-04-23fix(op_crates/webgpu): move non-null op buffer arg check when needed (#10319)crowlKats
2021-04-23fix: parse websocket messages correctly (#10318)Luca Casonato
2021-04-21refactor(core): simplify error handling (#10297)Aaron O'Mullan
2021-04-21fix(fetch): Response inspect regression (#10295)Aaron O'Mullan
2021-04-21chore: release crates (#10269)Bartek Iwańczuk
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-04-20chore: update copyright headers (#10243)Yoshiya Hinosawa
2021-04-19refactor(op_crates/websocket): use Serialize for return values (#10220)crowlKats
2021-04-19op_crates/url: basic url_parse bench (#10245)Aaron O'Mullan
2021-04-19chore: align `Headers` to spec (#10199)Luca Casonato
2021-04-14chore: align FormData to spec (#10169)Luca Casonato
2021-04-14refactor: move timers to deno_timers op crate (#10179)Ben Noordhuis
2021-04-13chore: release crates (#10164)Bartek Iwańczuk
2021-04-13perf: lazy header instantiation for HTTP requests (#10150)Luca Casonato
2021-04-13perf(fetch): optimize normalizeMethod() (#10154)Aaron O'Mullan
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-04-11fix(op_crates/console): console.table value misalignment with varying keys (#...Liam Murphy
2021-04-11feat: blob URL support in fetch (#10120)Luca Casonato
2021-04-11refactor(op_crates/web): remove unused code path in TextEncoder (#10104)Thiago de Arruda Padilha
2021-04-10feat: data URL support in fetch (#10054)Luca Casonato
2021-04-09feat(lsp): add registry import auto-complete (#9934)Kitson Kelly
2021-04-08chore: update deps (#10058)Luca Casonato
2021-04-08fix: enable FileReader wpt and align to spec (#10063)Luca Casonato
2021-04-08chore: update deno_file to use deno_webidl (#10042)Luca Casonato
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-04-06fix(webgpu): correct GPUFeatureName webidl to match typings (#10023)crowlKats
2021-04-06refactor: add deno_file op crate (#10019)Luca Casonato
2021-04-05refactor: convert ops to use serde_v8 (#10009)Aaron O'Mullan
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-04-02chore: bump dependent crates for cli (#9964)Kitson Kelly
2021-04-02Revert "fix(cli): align type definitions to spec (#9782)" (#9961)Kitson Kelly
2021-04-02fix(websocket): ignore resource close error (#9755)Luca Casonato
2021-04-01fix(cli): align type definitions to spec (#9782)Casper Beyer
2021-03-27fix: update wpt + align AbortController (#9907)crowlKats