Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eb5b87025b457ab132440561374b8e2508f0ae03
https://github.com/WebKit/WebKit/commit/eb5b87025b457ab132440561374b8e2508f0ae03
Author: Sihui Liu <[email protected]>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M Tools/WebKitTestRunner/InjectedBundle/TestRunner.h
Log Message:
-----------
Remove dumpResourceResponseMIMETypes from InjectedBundle/TestRunner.h
https://bugs.webkit.org/show_bug.cgi?id=317032
rdar://179518087
Reviewed by Per Arne Vollan.
`dumpResourceResponseMIMETypes` was removed from TestRunner.idl when
`dumpResourceResponseMIMETypes` became a
webkit-test-runner directive instead of a JS testRunner API for Site Isolation
support (314790@main); and
the `dumpResourceResponseMIMETypes` functions in TestRunner.h have become dead
code.
* Tools/WebKitTestRunner/InjectedBundle/TestRunner.h:
(WTR::TestRunner::dumpProgressFinishedCallback):
(WTR::TestRunner::shouldDumpProgressFinishedCallback const):
(WTR::TestRunner::dumpResourceResponseMIMETypes): Deleted.
(WTR::TestRunner::resourceResponseMIMETypesToDump const): Deleted.
Canonical link: https://commits.webkit.org/315164@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications