[webkit-changes] [WebKit/WebKit] dd7d67: [JSC] Mask should exclude blob URLs too

Yusuke Suzuki noreply at github.com
Wed Mar 13 23:14:20 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dd7d672f5a8997de022980824ed350a3c9ff03e9
      https://github.com/WebKit/WebKit/commit/dd7d672f5a8997de022980824ed350a3c9ff03e9
  Author: Yusuke Suzuki <ysuzuki at 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 at 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


More information about the webkit-changes mailing list