Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 42a3fc4728cf636df3befb114bd61ef27e53db9a
https://github.com/WebKit/WebKit/commit/42a3fc4728cf636df3befb114bd61ef27e53db9a
Author: Per Arne Vollan <[email protected]>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M Source/WebCore/loader/DocumentLoader.cpp
M Source/WebCore/platform/LogMessages.in
Log Message:
-----------
Improve log efficiency in
DocumentLoader::setMainDocumentError/mainReceivedError
https://bugs.webkit.org/show_bug.cgi?id=317158
rdar://179754233
Reviewed by Rupin Mittal.
This allows the log message to be forwarded from the WebContent process
to the UIProcess via IPC without sending the format string, improving
log efficiency.
* Source/WebCore/loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::setMainDocumentError):
(WebCore::DocumentLoader::mainReceivedError):
* Source/WebCore/platform/LogMessages.in:
Canonical link: https://commits.webkit.org/315263@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications