WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
<
rdar://88452971
>
Attachments
Patch
(11.66 KB, patch)
2022-02-08 02:49 PST
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(12.74 KB, patch)
2022-02-08 06:10 PST
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(71.01 KB, patch)
2022-02-08 07:34 PST
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(12.85 KB, patch)
2022-02-08 08:13 PST
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
youenn fablet
Comment 1
2022-02-08 02:49:00 PST
Created
attachment 451227
[details]
Patch
youenn fablet
Comment 2
2022-02-08 06:10:59 PST
Created
attachment 451239
[details]
Patch
youenn fablet
Comment 3
2022-02-08 07:34:46 PST
Created
attachment 451244
[details]
Patch
youenn fablet
Comment 4
2022-02-08 08:13:44 PST
Created
attachment 451250
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug