[webkit-changes] [WebKit/WebKit] 76edbf: Versioning.
Ryan Reno
noreply at github.com
Wed Oct 25 14:38:05 PDT 2023
Branch: refs/heads/safari-7615.3.9.12-branch
Home: https://github.com/WebKit/WebKit
Commit: 76edbf0f9e065cb54782b4ed121134c6cd6e6b28
https://github.com/WebKit/WebKit/commit/76edbf0f9e065cb54782b4ed121134c6cd6e6b28
Author: Myah Cobbs <mcobbs at apple.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M Configurations/Version.xcconfig
Log Message:
-----------
Versioning.
WebKit-7615.3.9.12.1
Identifier: 259548.837 at safari-7615.3.9.12-branch
Commit: 4e805d0fc1c92fe766a33e97b555d560996f9a32
https://github.com/WebKit/WebKit/commit/4e805d0fc1c92fe766a33e97b555d560996f9a32
Author: Ryan Reno <rreno at apple.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M Source/WebCore/loader/MixedContentChecker.cpp
Log Message:
-----------
Cherry-pick 74f32c21189a. rdar://problem/110766912
Remove unnecessary release assertion from mixed content checker.
https://bugs.webkit.org/show_bug.cgi?id=258303
<rdar://110766912>
Reviewed by Brent Fulgham.
We now check the entire frame tree for mixed content checks for all
resources loads. An assertion that a document has a frame is no
longer valid in general. This assertion was originally added in
215749 at main in an attempt to cover an untestable case. This replaces
the assert with a null check.
* Source/WebCore/loader/MixedContentChecker.cpp:
(WebCore::foundMixedContentInFrameTree):
Canonical link: https://commits.webkit.org/259548.841@safari-7615-branch
Identifier: 259548.838 at safari-7615.3.9.12-branch
Compare: https://github.com/WebKit/WebKit/compare/76edbf0f9e06%5E...4e805d0fc1c9
More information about the webkit-changes
mailing list