Branch: refs/heads/webkitglib/2.50
Home: https://github.com/WebKit/WebKit
Commit: d216bc2c50da6c2a50c77da9db3b12bf1e7bcba1
https://github.com/WebKit/WebKit/commit/d216bc2c50da6c2a50c77da9db3b12bf1e7bcba1
Author: Tyler Wilcock <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M Source/WebCore/accessibility/AXObjectCache.cpp
Log Message:
-----------
Cherry-pick 302824@main (f579e4d0e7c2).
https://bugs.webkit.org/show_bug.cgi?id=302277
AX: AXObjectCache::handleActiveDescendantChange does not null-check frame
before dereferencing, which can cause crashes
https://bugs.webkit.org/show_bug.cgi?id=302277
rdar://164300464
Reviewed by Joshua Hoffman.
This commit adds a null-check of the element's frame before dereferencing
it, preventing the crash.
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::handleActiveDescendantChange):
Canonical link: https://commits.webkit.org/302824@main
Canonical link: https://commits.webkit.org/298234.288@webkitglib/2.50
Commit: d5cae7403998d97483b1702bff8c5e6e26a56bdd
https://github.com/WebKit/WebKit/commit/d5cae7403998d97483b1702bff8c5e6e26a56bdd
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M Source/WebCore/platform/sql/SQLiteDatabase.cpp
Log Message:
-----------
Revert "Cherry-pick 297297.445@safari-7622-branch (9acf4b8eff51).
https://bugs.webkit.org/show_bug.cgi?id=299218"
This reverts commit 9fdc2596a3d48993db7df5c1fa06c7f0f3d96b6b. The issue
that it tried to fix is Darwin-specific, not present in systems where
the GTK and WPE ports can run (Linux, BSDs), and at the same time the
change introduced an UIProcess hang during application startup.
Canonical link: https://commits.webkit.org/298234.289@webkitglib/2.50
Compare: https://github.com/WebKit/WebKit/compare/f3d569799579...d5cae7403998
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications