Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 30bd7667b181ed333be95ebfc8a24617c7ebaab6
      
https://github.com/WebKit/WebKit/commit/30bd7667b181ed333be95ebfc8a24617c7ebaab6
  Author: Youenn Fablet <youe...@gmail.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M Source/WebCore/loader/DocumentLoader.cpp

  Log Message:
  -----------
  Clicking a link to a download file served by a service-worker with a fetch 
event handler yields "Frame load interrupted" error
https://bugs.webkit.org/show_bug.cgi?id=247793
rdar://problem/102296700

Web Inspector shows the "Frame load interrupted" error based on the sub 
resource load failing error.
Mark the error type as Cancellation so that Web Inspector does not show this 
message.

Reviewed by Alex Christensen.

* Source/WebCore/loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::interruptedForPolicyChangeError const):
(WebCore::DocumentLoader::stopLoadingForPolicyChange):

Canonical link: https://commits.webkit.org/256725@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to