Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes: #4752
|
|
Allowlist checking already uses hosts but for some reason
requests, revokes and the runtime permissions API use URLs.
- BREAKING(lib.deno.unstable.d.ts): Change
NetPermissionDescriptor::url to NetPermissionDescriptor::host
- fix(runtime/permissions): Don't add whole URLs to the
allowlist on request
- fix(runtime/permissions): Harden strength semantics:
({ name: "net", host: "127.0.0.1" } is stronger than
{ name: "net", host: "127.0.0.1:8000" }) for blocklisting
- refactor(runtime/permissions): Use tuples for hosts, make
the host optional in Permissions::{query_net, request_net, revoke_net}()
|
|
|
|
|
|
(#8739)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #6663
|
|
This commit migrates repository from using "eslint"
to "dlint" for linting JavaScript code.
|
|
Fixes #8060
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Fixes #8051
|
|
|
|
This changes the rid of Deno.stdin, Deno.stdout, Deno.stderr from a
mutable property into a getter to match the rid semantics of Deno.File.
|
|
|
|
|
|
|
|
This commit adds "alert", "confirm" and "prompt" functions from web standards.
|
|
|
|
|
|
|
|
|
|
Fixes #7746
|
|
Ref: https://github.com/denoland/deno/pull/7516#pullrequestreview-489567120
|
|
|
|
|
|
|
|
Fixes #7494
|
|
|
|
|
|
|
|
|
|
error event (#7437)
|
|
|
|
Co-authored-by: marcopacini <pacinim88@gmail.com>
Co-authored-by: Casper Beyer <caspervonb@pm.me>
|
|
|
|
|
|
|
|
|
|
|