Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: dd7d672f5a8997de022980824ed350a3c9ff03e9 https://github.com/WebKit/WebKit/commit/dd7d672f5a8997de022980824ed350a3c9ff03e9 Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2024-03-13 (Wed, 13 Mar 2024)
Changed paths: M Source/JavaScriptCore/runtime/StackFrame.cpp Log Message: ----------- [JSC] Mask should exclude blob URLs too https://bugs.webkit.org/show_bug.cgi?id=270947 rdar://124564230 Reviewed by Timothy Hatcher. We observed performance issues that masking includes blob URLs. http / https are excluded in 252253@main to avoid performance issues for Error.stack. We should exclude blob too. * Source/JavaScriptCore/runtime/StackFrame.cpp: (JSC::processSourceURL): Canonical link: https://commits.webkit.org/276071@main 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