Bug 259324 - Deprecate and disconnect all of WKPageGroupRef
Summary: Deprecate and disconnect all of WKPageGroupRef
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-18 16:26 PDT by Alex Christensen
Modified: 2023-07-24 19:25 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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