[webkit-reviews] review requested: [Bug 197684] [Win] Implement NetworkCache::Data by using FileSystem::MappedFileData : [Attachment 391361] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 20 17:35:43 PST 2020


Christopher Reid <chris.reid at sony.com> has asked  for review:
Bug 197684: [Win] Implement NetworkCache::Data by using
FileSystem::MappedFileData
https://bugs.webkit.org/show_bug.cgi?id=197684

Attachment 391361: Patch

https://bugs.webkit.org/attachment.cgi?id=391361&action=review




--- Comment #33 from Christopher Reid <chris.reid at sony.com> ---
Created attachment 391361

  --> https://bugs.webkit.org/attachment.cgi?id=391361&action=review

Patch

Added FileSystem::createFile to keep the O_EXCL flag. It will return an invalid
handle if the file already exists.


More information about the webkit-reviews mailing list