Bug 246118
Summary: | Implement `FileSystem::fileID` on Windows and GLib | ||
---|---|---|---|
Product: | WebKit | Reporter: | Richard Robinson <richard_robinson2> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | aperez |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 246143 | ||
Bug Blocks: |
Richard Robinson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Richard Robinson
(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.
Adrian Perez
See bug #246143 for the GLib implementation, which has already been landed =)