Title: [293628] trunk/Source/WebKit
- Revision
- 293628
- Author
- [email protected]
- Date
- 2022-04-29 12:41:48 -0700 (Fri, 29 Apr 2022)
Log Message
Unreviewed, reverting r293591.
https://bugs.webkit.org/show_bug.cgi?id=239907
Did not resolve perf issue
Reverted changeset:
"Set top origin of CORS preflight requests"
https://bugs.webkit.org/show_bug.cgi?id=239869
https://commits.webkit.org/r293591
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (293627 => 293628)
--- trunk/Source/WebKit/ChangeLog 2022-04-29 19:41:48 UTC (rev 293627)
+++ trunk/Source/WebKit/ChangeLog 2022-04-29 19:41:48 UTC (rev 293628)
@@ -1,3 +1,16 @@
+2022-04-29 Commit Queue <[email protected]>
+
+ Unreviewed, reverting r293591.
+ https://bugs.webkit.org/show_bug.cgi?id=239907
+
+ Did not resolve perf issue
+
+ Reverted changeset:
+
+ "Set top origin of CORS preflight requests"
+ https://bugs.webkit.org/show_bug.cgi?id=239869
+ https://commits.webkit.org/r293591
+
2022-04-29 Kimmo Kinnunen <[email protected]>
Fix ASAN build after "IPC testing API should have the ability to test IPC::Connection send and receive through IPC::Connection"
Modified: trunk/Source/WebKit/NetworkProcess/NetworkCORSPreflightChecker.cpp (293627 => 293628)
--- trunk/Source/WebKit/NetworkProcess/NetworkCORSPreflightChecker.cpp 2022-04-29 19:41:48 UTC (rev 293627)
+++ trunk/Source/WebKit/NetworkProcess/NetworkCORSPreflightChecker.cpp 2022-04-29 19:41:48 UTC (rev 293628)
@@ -75,7 +75,6 @@
m_loadInformation = NetworkTransactionInformation { NetworkTransactionInformation::Type::Preflight, loadParameters.request, { }, { } };
loadParameters.webPageProxyID = m_parameters.webPageProxyID;
- loadParameters.topOrigin = m_parameters.topOrigin;
if (auto* networkSession = m_networkProcess->networkSession(m_parameters.sessionID)) {
m_task = NetworkDataTask::create(*networkSession, *this, WTFMove(loadParameters));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes