[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
Sun May 17 23:24:02 PDT 2015


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

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

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

> Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystemPosix.h:80
> -#if PLATFORM(COCOA)
> +#if PLATFORM(COCOA) || (USE(SOUP) && HAVE(STAT_BIRTHTIME))

I think we could use just #if HAVE(STAT_BIRTHTIME)

-- 
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/20150518/112e0e29/attachment.html>


More information about the webkit-unassigned mailing list