Bug 246143 - [GLib] Implement FileSystem::fileID()
Summary: [GLib] Implement FileSystem::fileID()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords: InRadar
Depends on: 187084
Blocks: 246118
  Show dependency treegraph
 
Reported: 2022-10-06 02:53 PDT by Adrian Perez
Modified: 2022-10-13 16:11 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2022-10-06 02:53:13 PDT
Implement FileSystem::fileID() using GLib functionality.
Comment 1 Adrian Perez 2022-10-06 05:52:11 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5081
Comment 2 EWS 2022-10-09 03:36:13 PDT
Committed 255324@main (023badc05a97): <https://commits.webkit.org/255324@main>

Reviewed commits have been landed. Closing PR #5081 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-10-09 03:37:18 PDT
<rdar://problem/100945374>
Comment 4 Philippe Normand 2022-10-09 05:47:14 PDT
So bug 246118 can be closed?
Comment 5 Adrian Perez 2022-10-09 13:57:27 PDT
(In reply to Philippe Normand from comment #4)
> So bug 246118 can be closed?

That bug tracks both the Windows and the GLib implementations. I have
added this issue as a dependency there, but I suppose that issue will
be closed once the Windows implementation lands :)