summaryrefslogtreecommitdiff
path: root/runtime/js/10_permissions.js
AgeCommit message (Expand)Author
2024-10-10fix(unstable/worker): ensure import permissions are passed (#26101)David Sherret
2024-09-13refactor(runtime): align error messages (#25563)Ian Bull
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-08chore: use primordials in 40_testing.js (#21422)Divy Srivastava
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-10chore: use internal namespace in 40_testing.js (#21141)Divy Srivastava
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor: move "pathFromURL" to deno_web extension (#18037)Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
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-01-25feat: Add sync APIs for "Deno.permissions" (#17019)Asher Gomez
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-20chore: Update dlint (#17031)Kenta Moriuchi
2022-10-24experiment(ext/web): Don't expose event classes during the bootstrap phase (#...Andreu Botella
2022-09-28feat: add --allow-sys permission flag (#16028)Yoshiya Hinosawa
2022-09-16fix(runtime): fix permission status cache keys (#15899)Nayeem Rahman
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-05fix: various formatting fixes (#15412)David Sherret
2022-05-19fix(runtime): improve permission descriptor validation (#14676)Colin Ihrig
2022-04-16refactor: update runtime code for primordial check x in y (#13642)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman