RESOLVED FIXED 236292
Settling of a fetch promise should be delayed in case page is entering page cache
https://bugs.webkit.org/show_bug.cgi?id=236292
Summary Settling of a fetch promise should be delayed in case page is entering page c...
youenn fablet
Reported 2022-02-08 02:31:56 PST
Attachments
Patch (11.66 KB, patch)
2022-02-08 02:49 PST, youenn fablet
no flags
Patch (12.74 KB, patch)
2022-02-08 06:10 PST, youenn fablet
no flags
Patch (71.01 KB, patch)
2022-02-08 07:34 PST, youenn fablet
no flags
Patch (12.85 KB, patch)
2022-02-08 08:13 PST, youenn fablet
no flags
youenn fablet
Comment 1 2022-02-08 02:49:00 PST
youenn fablet
Comment 2 2022-02-08 06:10:59 PST
youenn fablet
Comment 3 2022-02-08 07:34:46 PST
youenn fablet
Comment 4 2022-02-08 08:13:44 PST
Chris Dumez
Comment 5 2022-02-08 11:38:50 PST
Comment on attachment 451250 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=451250&action=review r=me > Source/WebCore/Modules/fetch/FetchResponse.cpp:352 > + responseCallback(Ref { m_response }); Why the Ref { }?
youenn fablet
Comment 6 2022-02-10 07:39:39 PST
(In reply to Chris Dumez from comment #5) > Comment on attachment 451250 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=451250&action=review > > r=me > > > Source/WebCore/Modules/fetch/FetchResponse.cpp:352 > > + responseCallback(Ref { m_response }); > > Why the Ref { }? responseCallback takes an ExceptionOr<Ref<>>.
EWS
Comment 7 2022-02-10 07:46:24 PST
Committed r289533 (247064@main): <https://commits.webkit.org/247064@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 451250 [details].
Note You need to log in before you can comment on or make changes to this bug.