Bug 246118 - Implement `FileSystem::fileID` on Windows and GLib
Summary: Implement `FileSystem::fileID` on Windows and GLib
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 246143
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-05 15:19 PDT by Richard Robinson
Modified: 2022-10-09 13:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Robinson 2022-10-05 15:19:21 PDT
Currently, https://bugs.webkit.org/show_bug.cgi?id=187084 is set to be resolved by depending on a file's id instead of it's path. This is implemented on unix and GLIB, but not Windows yet.
Comment 1 Richard Robinson 2022-10-05 17:32:58 PDT
(In reply to Richard Robinson from comment #0)
> Currently, https://bugs.webkit.org/show_bug.cgi?id=187084 is set to be
> resolved by depending on a file's id instead of it's path. This is
> implemented on unix and GLIB, but not Windows yet.

Correction: this will be implemented only on POSIX, and not GLIB nor Windows yet.
Comment 2 Adrian Perez 2022-10-09 13:54:36 PDT
See bug #246143 for the GLib implementation, which has already been landed =)