Bug 205261

Summary: http/wpt/service-workers/postMessage-fetch-order.https.html is a flaky failure after r253528
Product: WebKit Reporter: youenn fablet <youennf>
Component: Service WorkersAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=205225
Attachments:
Description Flags
Patch
none
Patch cdumez: review+

Description youenn fablet 2019-12-16 02:53:46 PST
http/wpt/service-workers/postMessage-fetch-order.https.html is a flaky failure after r253528
Comment 1 youenn fablet 2019-12-16 03:08:57 PST
Created attachment 385747 [details]
Patch
Comment 2 youenn fablet 2019-12-16 05:25:29 PST
Created attachment 385754 [details]
Patch
Comment 3 Chris Dumez 2019-12-16 08:09:36 PST
Comment on attachment 385754 [details]
Patch

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

> Source/WebKit/ChangeLog:8
> +        Instead of starting the fetch task asycnhronously, start it synchronously but make sure that

typo: asycnhronously

> Source/WebKit/NetworkProcess/ServiceWorker/WebSWServerToContextConnection.cpp:179
>      // Signal load failure for them

Missing period at the end.
Comment 4 Chris Dumez 2019-12-16 08:16:04 PST
Committed r253554: <https://trac.webkit.org/changeset/253554>
Comment 5 Radar WebKit Bug Importer 2019-12-16 08:17:24 PST
<rdar://problem/57969320>