Bug 179694 - Add ServiceWorker to WebProcess plumbery for FormData fetch responses
Summary: Add ServiceWorker to WebProcess plumbery for FormData fetch responses
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-14 14:33 PST by youenn fablet
Modified: 2017-11-15 12:06 PST (History)
5 users (show)

See Also:


Attachments
Patch (18.67 KB, patch)
2017-11-14 16:57 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Patch for landing (18.63 KB, patch)
2017-11-15 09:06 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>