Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(runtime/permissions): prompt fallback #9376

Merged
merged 31 commits into from
Apr 12, 2021

Commits on Mar 18, 2021

  1. feat: --prompt

    crowlKats committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    0849cdc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into permission_prompt_fallback

    # Conflicts:
    #	runtime/ops/timers.rs
    crowlKats committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    621fa81 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Merge branch 'master' into permission_prompt_fallback

    # Conflicts:
    #	runtime/ops/os.rs
    #	runtime/ops/process.rs
    #	runtime/ops/worker_host.rs
    crowlKats committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    a43fa1d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. add test

    crowlKats committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    3078149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3583b4 View commit details
    Browse the repository at this point in the history
  3. fix

    crowlKats committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    2fe71fa View commit details
    Browse the repository at this point in the history
  4. serde skip prompt

    crowlKats committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    468af79 View commit details
    Browse the repository at this point in the history
  5. clean up

    crowlKats committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    42c607e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Merge branch 'master' into permission_prompt_fallback

    # Conflicts:
    #	runtime/permissions.rs
    crowlKats committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    a80e52c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Merge branch 'master' into permission_prompt_fallback

    # Conflicts:
    #	runtime/permissions.rs
    crowlKats committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    4b94b67 View commit details
    Browse the repository at this point in the history
  2. remove 4-state prompting

    crowlKats committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8cef27e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. clean up

    crowlKats committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    3f00d23 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge branch 'master' into permission_prompt_fallback

    # Conflicts:
    #	op_crates/websocket/lib.rs
    #	runtime/ops/fs.rs
    #	runtime/ops/net.rs
    #	runtime/ops/os.rs
    #	runtime/ops/process.rs
    crowlKats committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    33826df View commit details
    Browse the repository at this point in the history
  2. CI

    crowlKats committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0d59987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dd190f View commit details
    Browse the repository at this point in the history
  4. fix

    crowlKats committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f64d83e View commit details
    Browse the repository at this point in the history
  5. CI

    crowlKats committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d27130d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    ce0992c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a7ee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41dba58 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. fix

    crowlKats committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    c04c024 View commit details
    Browse the repository at this point in the history
  2. fmt

    crowlKats committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    4fa49f5 View commit details
    Browse the repository at this point in the history
  3. fix

    crowlKats committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    fa2b92f View commit details
    Browse the repository at this point in the history
  4. add test

    crowlKats committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    c1d58b0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into permission_prompt_fallback

    # Conflicts:
    #	op_crates/fetch/lib.rs
    crowlKats committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    a22b50a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. ci: touch diff files from main

    kt3k committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    478e6f5 View commit details
    Browse the repository at this point in the history
  2. ci: fix touch-diff script

    kt3k committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    a6bc675 View commit details
    Browse the repository at this point in the history
  3. handle denied_list

    crowlKats committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    7fd7415 View commit details
    Browse the repository at this point in the history
  4. fix

    crowlKats committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    63943d1 View commit details
    Browse the repository at this point in the history
  5. CI

    crowlKats committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    ee8d6da View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into permission_prompt_fallback

    # Conflicts:
    #	.github/workflows/ci.yml
    crowlKats committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    0851bf7 View commit details
    Browse the repository at this point in the history