Bug 259324

Summary: Deprecate and disconnect all of WKPageGroupRef
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebKit APIAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: Hironori.Fujii, 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=259466

Description Alex Christensen 2023-07-18 16:26:46 PDT
...
Comment 1 Radar WebKit Bug Importer 2023-07-18 16:27:32 PDT
<rdar://problem/112499509>
Comment 2 Alex Christensen 2023-07-18 16:30:14 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15915
Comment 3 EWS 2023-07-19 11:55:55 PDT
Committed 266167@main (e126b11cd159): <https://commits.webkit.org/266167@main>

Reviewed commits have been landed. Closing PR #15915 and removing active labels.
Comment 4 Fujii Hironori 2023-07-19 18:32:01 PDT
Some tests are failing after 266167@main.

https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fsecurity%2Fcredentials-iframes.html

  http/tests/security/credentials-iframes.html [ Failure Pass ]
  http/tests/security/mixedContent/insecure-basic-auth-image.https.html [ Failure Pass ]
  http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image.html [ Failure Pass ]
  http/tests/security/mixedContent/secure-redirect-to-insecure-redirect-to-basic-auth-secure-image.https.html [ Failure Pass ]
  http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-insecure-image.https.html [ Failure Pass ]
  http/tests/security/mixedContent/secure-redirect-to-secure-redirect-to-basic-auth-secure-image.https.html [ Failure Pass ]
Comment 5 Alex Christensen 2023-07-22 10:02:37 PDT
Thanks, Fujii!  I'll investigate.
Comment 6 Alex Christensen 2023-07-22 10:58:04 PDT
Fixing in https://github.com/WebKit/WebKit/pull/16013