Bug 217443 - WKWebViewConfiguration._shouldRelaxThirdPartyCookieBlocking should be available on iOS
Summary: WKWebViewConfiguration._shouldRelaxThirdPartyCookieBlocking should be availab...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-07 13:25 PDT by David Quesada
Modified: 2020-10-08 11:50 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.51 KB, patch)
2020-10-07 13:36 PDT, David Quesada
youennf: review+
Details | Formatted Diff | Diff
Patch for landing (2.60 KB, patch)
2020-10-08 09:42 PDT, David Quesada
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Quesada 2020-10-07 13:25:24 PDT
rdar://problem/69900089
Comment 1 David Quesada 2020-10-07 13:36:00 PDT
Created attachment 410772 [details]
Patch
Comment 2 youenn fablet 2020-10-08 00:53:09 PDT
Comment on attachment 410772 [details]
Patch

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

> Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:1272
> +#elif PLATFORM(IOS)

Should it be IOS_FAMILY?
Comment 3 David Quesada 2020-10-08 09:37:11 PDT
(In reply to youenn fablet from comment #2)
> Comment on attachment 410772 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=410772&action=review
> 
> > Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:1272
> > +#elif PLATFORM(IOS)
> 
> Should it be IOS_FAMILY?

Sure.
Comment 4 David Quesada 2020-10-08 09:42:45 PDT
Created attachment 410851 [details]
Patch for landing
Comment 5 EWS 2020-10-08 11:50:46 PDT
Committed r268197: <https://trac.webkit.org/changeset/268197>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 410851 [details].