[webkit-changes] [WebKit/WebKit] cbc76a: [GLib] Implement FileSystem::fileCreationTime()

Adrian Perez noreply at github.com
Thu Oct 6 15:33:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cbc76a992fd82395408366b2ad3b6c3397eebaec
      https://github.com/WebKit/WebKit/commit/cbc76a992fd82395408366b2ad3b6c3397eebaec
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

  Changed paths:
    M Source/WTF/wtf/glib/FileSystemGlib.cpp

  Log Message:
  -----------
  [GLib] Implement FileSystem::fileCreationTime()
https://bugs.webkit.org/show_bug.cgi?id=246148

Reviewed by Carlos Garcia Campos.

* Source/WTF/wtf/glib/FileSystemGlib.cpp:
(WTF::FileSystemImpl::fileCreationTime): Implement using G_FILE_ATTRIBUTE_TIME_CREATED
which provides the time in seconds from the Epoch.

Canonical link: https://commits.webkit.org/255244@main




More information about the webkit-changes mailing list