Bug 246143

Summary: [GLib] Implement FileSystem::fileID()
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Web Template FrameworkAssignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal CC: philn, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=246480
Bug Depends on: 187084    
Bug Blocks: 246118    

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 :)