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: add webUtils module with getPathForFile method #38776

Merged
merged 22 commits into from
Nov 20, 2023

Commits on Aug 27, 2023

  1. feat: add blinkUtils module with getPathForFile method

    This is designed to replace the File.path augmentation
    we currently have in place to allow apps to get the filesystem
    path for a file that blink has a representation of.
    
    File.path is non-standard and messes with certain websites, using
    a method like this is effectively 0-cost and removes one of the final
    deviations we have with web standards.
    MarshallOfSound committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    813b7f8 View commit details
    Browse the repository at this point in the history
  2. add error

    MarshallOfSound committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    335c8f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64c9dcb View commit details
    Browse the repository at this point in the history
  4. chore: update patches

    MarshallOfSound committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    8e7455b View commit details
    Browse the repository at this point in the history
  5. oops

    MarshallOfSound committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    9e1e6cb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. chore: update patches

    MarshallOfSound committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e063b12 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    c52aca0 View commit details
    Browse the repository at this point in the history
  2. chore: update patches

    patchup[bot] committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4e87064 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. feat: add blinkUtils module with getPathForFile method

    This is designed to replace the File.path augmentation
    we currently have in place to allow apps to get the filesystem
    path for a file that blink has a representation of.
    
    File.path is non-standard and messes with certain websites, using
    a method like this is effectively 0-cost and removes one of the final
    deviations we have with web standards.
    MarshallOfSound committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d11f4ad View commit details
    Browse the repository at this point in the history
  2. add error

    MarshallOfSound committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    2032bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8100988 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30b7294 View commit details
    Browse the repository at this point in the history
  5. oops

    MarshallOfSound committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    75b2d89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26790cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ff3dde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d5cac1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    0d85e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd9ed5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    64c51ba View commit details
    Browse the repository at this point in the history
  2. chore: add tests

    MarshallOfSound committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0049ff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7185791 View commit details
    Browse the repository at this point in the history