[Webkit-unassigned] [Bug 144989] [SOUP] Use st_birthtime on FreeBSD and NetBSD instead of setting xattr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 00:35:49 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144989

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 253099
  --> https://bugs.webkit.org/attachment.cgi?id=253099
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=253099&action=review

> Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystemPosix.h:80
> -#if PLATFORM(COCOA)
> +#if PLATFORM(COCOA) || (USE(SOUP) && (OS(DARWIN) || OS(FREEBSD) || OS(NETBSD)))

Maybe we could simplify this by defining a macro for this in WTF/wtf/Platform.h, something like HAVE_STAT_BIRTHTIME or something similar.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150514/c9e1f658/attachment.html>


More information about the webkit-unassigned mailing list