[Webkit-unassigned] [Bug 144251] [SOUP] Use xattrs to get/set the creation time of disk cache files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 27 07:39:33 PDT 2015


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

Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #251727|review?                     |review+
              Flags|                            |

--- Comment #2 from Martin Robinson <mrobinson at webkit.org> ---
Comment on attachment 251727
  --> https://bugs.webkit.org/attachment.cgi?id=251727
Patch

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

> Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystemPosix.h:86
> +#if USE(SOUP)

The correct guard here is probably #elif USE(SOUP) && OS(LINUX) unless g_file_query allows xattrs to work properly on Windows.

-- 
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/20150427/27a68c2f/attachment.html>


More information about the webkit-unassigned mailing list