Bug 179694

Summary: Add ServiceWorker to WebProcess plumbery for FormData fetch responses
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, cdumez, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description youenn fablet 2017-11-14 14:33:15 PST
Ultimately, we will probably got the network process to read data, at least if it is a blob.
Comment 1 youenn fablet 2017-11-14 16:57:14 PST
Created attachment 326949 [details]
Patch
Comment 2 Alex Christensen 2017-11-14 23:33:35 PST
Comment on attachment 326949 [details]
Patch

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

> Source/WebKit/Platform/IPC/FormDataReference.h:51
> +            return { };

std::nullopt
Comment 3 youenn fablet 2017-11-15 09:06:24 PST
Created attachment 326987 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2017-11-15 11:28:06 PST
Comment on attachment 326987 [details]
Patch for landing

Clearing flags on attachment: 326987

Committed r224889: <https://trac.webkit.org/changeset/224889>
Comment 5 WebKit Commit Bot 2017-11-15 11:28:08 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2017-11-15 12:06:27 PST
<rdar://problem/35566942>