summaryrefslogtreecommitdiff
path: root/cli/tests/unit/permissions_test.ts
AgeCommit message (Expand)Author
2023-01-03fix(permissions): process `URL` in `Deno.FfiPermissionDescriptor.path` for `r...Asher Gomez
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-27feat(unstable): Add "Deno.osUptime()" API (#17179)Kamil Ogórek
2022-10-26chore(unstable): rename Deno.getUid() and Deno.getGid() (#16432)Colin Ihrig
2022-09-28feat: add --allow-sys permission flag (#16028)Yoshiya Hinosawa
2022-09-16fix(runtime): fix permission status cache keys (#15899)Nayeem Rahman
2022-05-19fix(runtime): improve permission descriptor validation (#14676)Colin Ihrig
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-11-23refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)Bartek Iwańczuk
2021-09-22chore: replace calls to assertThrowsAsync with assertRejects (#12176)Casper Beyer
2021-08-06revert: allow URL for permissions (#11600)Bartek Iwańczuk
2021-08-06feat(runtime): allow URL for permissions (#11578)Leo K
2021-08-05refactor(cli/tests): remove unnecessary void return types (#11577)Leo K
2021-02-25feat(runtime): stabilise permissions and add event target capabilities (#9573)Kitson Kelly
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-30BREAKING(unstable): Use hosts for net allowlists (#8845)Nayeem Rahman
2020-11-14fix: fix various global objects constructor length (#8373)Benjamin Gruenbaum
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-19fix(cli/rt): make some web API constructors illegal at runtime (#7468)Nayeem Rahman
2020-08-18test(cli): use assertThrowsAsync for permission tests (#7092)Casper Beyer
2020-07-13Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729)Bartek Iwańczuk
2020-07-09feat: move unstable Deno.permissions to navigator.permissions (#6244)Kitson Kelly
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl