Bug 218468

Summary: Regression(r269227) imported/w3c/web-platform-tests/service-workers/service-worker/referrer-toplevel-script-fetch.https.html is a flaky crash
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, darin, ggaren, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 218363    
Attachments:
Description Flags
Patch
none
Patch none

Chris Dumez
Reported 2020-11-02 16:16:16 PST
imported/w3c/web-platform-tests/service-workers/service-worker/referrer-toplevel-script-fetch.https.html is a flaky crash since r269227.
Attachments
Patch (2.47 KB, patch)
2020-11-02 16:19 PST, Chris Dumez
no flags
Patch (2.45 KB, patch)
2020-11-02 16:42 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-11-02 16:16:26 PST
Chris Dumez
Comment 2 2020-11-02 16:19:33 PST
Darin Adler
Comment 3 2020-11-02 16:40:38 PST
Comment on attachment 412986 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=412986&action=review > Source/WebCore/workers/service/ServiceWorkerContainer.cpp:116 > + auto* context = scriptExecutionContext(); > + if (!context) > + return; > + > + auto registration = ServiceWorkerRegistration::getOrCreate(*context, *this, WTFMove(registrationData)); Not sure this needs a blank line.
Chris Dumez
Comment 4 2020-11-02 16:42:30 PST
EWS
Comment 5 2020-11-02 17:15:19 PST
Committed r269281: <https://trac.webkit.org/changeset/269281> All reviewed patches have been landed. Closing bug and clearing flags on attachment 412988 [details].
Note You need to log in before you can comment on or make changes to this bug.