Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f43a8e42e000bc105ab63aca7dcc9b2376d568e2 https://github.com/WebKit/WebKit/commit/f43a8e42e000bc105ab63aca7dcc9b2376d568e2 Author: Brent Fulgham <bfulg...@apple.com> Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths: M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml Log Message: ----------- [LDM] Disable SafeFontParser code path until stability issues are resolved rdar://146310860 Reviewed by Vitor Roriz. Revert the enablement of the SafeFontParser in LDM. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Originally-landed-as: 17b810c5dd42. rdar://148052847 Canonical link: https://commits.webkit.org/293384@main Commit: ef109a07ea885dbe231b8574fa01f9c55d5494ba https://github.com/WebKit/WebKit/commit/ef109a07ea885dbe231b8574fa01f9c55d5494ba Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2025-04-07 (Mon, 07 Apr 2025) Changed paths: A JSTests/wasm/stress/js-tag-rethrow.js M Source/JavaScriptCore/interpreter/Interpreter.cpp Log Message: ----------- [JSC] js-tagged error can be rethrow so we should wrap it whenever exception is not wasm exception https://bugs.webkit.org/show_bug.cgi?id=289286 rdar://144588498 Reviewed by Keith Miller. JS-tagged exception can be thrown via rethrow. So it does not matter whether an error is through JS frames. Let's wrap an exception with wasm exception object whenever thrown value is not an wasm exception value *and* handler is wasm code. * JSTests/wasm/stress/js-tag-rethrow.js: Added. (main): (shouldBe): (catch): * Source/JavaScriptCore/interpreter/Interpreter.cpp: (JSC::UnwindFunctor::UnwindFunctor): (JSC::UnwindFunctor::operator() const): Originally-landed-as: 5c8b9aff5306. rdar://148052426 Canonical link: https://commits.webkit.org/293385@main Compare: https://github.com/WebKit/WebKit/compare/d83eec0dc203...ef109a07ea88 To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes