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

File Type Policy API #4494

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

File Type Policy API #4494

wants to merge 9 commits into from

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    2544d98 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    3e68a0b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    41c21cc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    daf99fd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    5f39822 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    c05679c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Rewrite win32 example

    The rewrite will address the following suggestions:
    - use m_webview2_25 to match the patterns and simplify to remove the null check.
    - case insensitive comparison
    - avoid memory leak with wil::unique_cotaskmem_string
    - include period for file extension
    - replace .exe to .iso
    - show the case of validating a trusted uri for .eml
    - show the case of using deferral and customized UI
    Master-Ukulele committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2fbb221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade0011 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b19c17b View commit details
    Browse the repository at this point in the history