summaryrefslogtreecommitdiff
path: root/cli/tests/unit
AgeCommit message (Expand)Author
2021-03-18fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)Aaron O'Mullan
2021-03-18chore(console): distinguish between log levels (#9824)Luca Casonato
2021-03-18refactor: update minimal ops & rename to buffer ops (#9719)Inteon
2021-03-17refactor: clean up permission handling (#9367)crowlKats
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-03-08fix(runtime/js): add navigator interface objects (#9685)Nayeem Rahman
2021-03-02test(op_crates/web): add regression tests for past URL bugs (#9639) (#9639)Bert Belder
2021-03-02chore: upgrade crates (#9632)Bartek Iwańczuk
2021-03-02refactor(op_crates/web): Move URL parsing to Rust (#9276)Nayeem Rahman
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-02-25fix(runtime): do not panic on irregular dir entries (#9579)Casper Beyer
2021-02-25feat(cli): update to TypeScript 4.2 (#9341)Kitson Kelly
2021-02-25feat(runtime): stabilise permissions and add event target capabilities (#9573)Kitson Kelly
2021-02-23fix: panic caused by Deno.env.set("", "") (#9583)Kohei Ueno
2021-02-22fix(tests): fix fetchConnectionError test if port is in use (#9465)David DeSimone
2021-02-21feat(unstable): per op metrics (#9240)Luca Casonato
2021-02-16fix: align btoa to spec (#9053)Casper Beyer
2021-02-15chore: Reorganise workers tests (#9493)Bartek Iwańczuk
2021-02-13refactor(core): Strongly typed deserialization of JSON ops (#9423)Jared Beller
2021-02-13fix: webidl utils and align `Event` to spec (#9470)Luca Casonato
2021-02-11fix(runtime/tls): handle invalid host for connectTls/startTls (#9453)Erik Price
2021-02-10fix(console): log function object properties / do not log non-enumerable prop...David DeSimone
2021-02-09fix(op_crates): Don't use `Deno.inspect` in op crates (#9332)Nayeem Rahman
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-29fix(op_crates/web): Add customInspect for Location (#9290)Nayeem Rahman
2021-01-29refactor: IO resource types, fix concurrent read/write and graceful close (#9...Bert Belder
2021-01-28chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)Luca Casonato
2021-01-25Revert "tests: enable wpt for url (#9046)" (#9264)Luca Casonato
2021-01-24tests: enable wpt for url (#9046)Luca Casonato
2021-01-24feat(op_crates/web): adding gb18030 and GBK encodings (#9242)ali ahmed
2021-01-19fix(cli): actually stabilize Deno.shutdown() (#9181)Bert Belder
2021-01-18fix(op_crate/fetch): add back ReadableStream.getIterator and deprecate (#9146)Kitson Kelly
2021-01-17chore: Enforce ban-untagged-todo lint rule (#9135)Bartek Iwańczuk
2021-01-15refactor(op_crate/fetch): align streams to spec (#9103)Kitson Kelly
2021-01-14fix: don't swallow customInspect exceptions (#9095)Steven Guerrero
2021-01-14refactor: make Process#kill() throw sensible errors on Windows (#9111)Bert Belder
2021-01-14fix: align DOMException API to the spec and add web platform testing of it. (...Yoshiya Hinosawa
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-11fix(op_crate/web): fix atob to throw spec aligned DOMException (#8798)gorogoroumaru
2021-01-10feat(fetch): req streaming + 0-copy resp streaming (#9036)Luca Casonato
2021-01-10tests(wpt/console): Enables web platform tests for console (#9013)Tarik Eshaq
2021-01-09fix(web): implement DOMException#code (#9015)Yacine Hmito
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-06fix: stronger input checking for setTimeout; add function overload (#8957)Anonymous
2021-01-05fix: align encoding APIs to spec using WPT (#9004)Luca Casonato
2021-01-04BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)Mo
2021-01-04docs: meta updates to cli/tests/unit/README.md (#8969)Satya Rohith
2021-01-04chore: disable flaky test on Windows (#8987)Bartek Iwańczuk
2020-12-30fix(op_crates/fetch): correct regexp for fetch header (#8927)Rich Trott
2020-12-30BREAKING(unstable): Use hosts for net allowlists (#8845)Nayeem Rahman