electron/shell
Samuel Attard d6bb9b40b0
feat: add webUtils module with getPathForFile method (#38776)
* 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.

* add error

* refactor: update per PR feedback

* chore: update patches

* oops

* chore: update patches

* chore: update patches

* 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.

* add error

* refactor: update per PR feedback

* chore: update patches

* oops

* chore: update patches

* chore: update patches

* chore: update patches

* fix: provide isolate to WebBlob::FromV8Value

* chore: add tests

* build: fix depshash mismatch on arm64 macOS

---------

Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2023-11-20 15:59:36 -08:00
..
app feat: add new fuse to treat file: identically to browsers (#40372) 2023-11-09 10:23:52 -08:00
browser refactor: use new extensions Messaging API IPC (#40511) 2023-11-15 15:30:47 +01:00
common feat: add webUtils module with getPathForFile method (#38776) 2023-11-20 15:59:36 -08:00
renderer feat: add webUtils module with getPathForFile method (#38776) 2023-11-20 15:59:36 -08:00
services/node chore: fix some typos (#40506) 2023-11-12 19:51:56 -08:00
utility chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00