Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 087241f0f367083ea6f453c487068f1959c07fe4
https://github.com/WebKit/WebKit/commit/087241f0f367083ea6f453c487068f1959c07fe4
Author: Chris Dumez <[email protected]>
Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths:
M Source/WTF/wtf/StdLibExtras.h
M Source/WebCore/accessibility/AXTextMarker.cpp
M Source/WebCore/accessibility/AXTextMarker.h
M Source/WebCore/animation/WebAnimationTime.cpp
M Source/WebCore/animation/WebAnimationTime.h
M Source/WebCore/css/typedom/CSSNumericValue.cpp
M Source/WebCore/dom/Node.cpp
M Source/WebCore/dom/Node.h
M Source/WebCore/dom/Position.cpp
M Source/WebCore/dom/Position.h
M Source/WebCore/dom/Range.cpp
M Source/WebCore/editing/VisiblePosition.cpp
M Source/WebCore/editing/VisiblePosition.h
M Source/WebCore/platform/Decimal.cpp
M Source/WebCore/platform/Decimal.h
M Source/WebCore/platform/network/DNS.h
M Source/WebCore/rendering/RenderQuote.cpp
M Source/WebCore/svg/animation/SMILTime.h
M Source/WebCore/testing/Internals.cpp
M Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsStore.cpp
M Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsStore.h
M Source/WebKit/Platform/cocoa/WebPrivacyHelpers.mm
M Tools/TestWebKitAPI/Tests/WebCore/DocumentOrder.cpp
M Tools/TestWebKitAPI/Tests/WebCore/IPAddressTests.cpp
Log Message:
-----------
Adopt the C++ spaceship operator in a few more places
https://bugs.webkit.org/show_bug.cgi?id=291172
Reviewed by Darin Adler.
* Source/WebCore/accessibility/AXTextMarker.cpp:
(WebCore::AXTextMarkerRange::AXTextMarkerRange):
(WebCore::operator<=>):
(WebCore::AXTextMarker::wordRange const):
(WebCore::partialOrder): Deleted.
* Source/WebCore/accessibility/AXTextMarker.h:
(WebCore::AXTextMarker::operator==):
(WebCore::operator<=>):
(WebCore::operator==): Deleted.
(WebCore::operator!=): Deleted.
(WebCore::operator<): Deleted.
(WebCore::operator>): Deleted.
(WebCore::operator<=): Deleted.
(WebCore::operator>=): Deleted.
* Source/WebCore/animation/WebAnimationTime.cpp:
(WebCore::operator<=>):
* Source/WebCore/animation/WebAnimationTime.h:
* Source/WebCore/dom/Position.cpp:
(WebCore::operator<=>):
(WebCore::documentOrder): Deleted.
* Source/WebCore/dom/Position.h:
(WebCore::operator<): Deleted.
(WebCore::operator>): Deleted.
(WebCore::operator>=): Deleted.
(WebCore::operator<=): Deleted.
* Source/WebCore/editing/VisiblePosition.cpp:
(WebCore::operator<=>):
(WebCore::documentOrder): Deleted.
* Source/WebCore/editing/VisiblePosition.h:
(WebCore::operator<): Deleted.
(WebCore::operator>): Deleted.
(WebCore::operator<=): Deleted.
(WebCore::operator>=): Deleted.
* Source/WebCore/platform/Decimal.cpp:
(WebCore::Decimal::operator!= const): Deleted.
(WebCore::Decimal::operator< const): Deleted.
(WebCore::Decimal::operator<= const): Deleted.
(WebCore::Decimal::operator> const): Deleted.
(WebCore::Decimal::operator>= const): Deleted.
* Source/WebCore/platform/Decimal.h:
(WebCore::operator==):
(WebCore::operator!=):
(WebCore::operator<=>):
(WebCore::Decimal::operator== const): Deleted.
* Source/WebCore/platform/network/DNS.h:
(WebCore::IPAddress::operator<=>):
(WebCore::IPAddress::operator==):
(WebCore::IPAddress::compare const): Deleted.
(WebCore::IPAddress::operator< const): Deleted.
(WebCore::IPAddress::operator> const): Deleted.
(WebCore::IPAddress::operator== const): Deleted.
* Source/WebCore/svg/animation/SMILTime.h:
(WebCore::operator<=>):
(WebCore::operator>): Deleted.
(WebCore::operator<): Deleted.
(WebCore::operator>=): Deleted.
(WebCore::operator<=): Deleted.
* Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsStore.cpp:
(WebKit::OperatingDate::operator< const): Deleted.
(WebKit::OperatingDate::operator<= const): Deleted.
* Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsStore.h:
(WebKit::OperatingDate::operator<=>):
* Source/WebKit/Platform/cocoa/WebPrivacyHelpers.mm:
(WebKit::TrackerAddressLookupInfo::find):
* Tools/TestWebKitAPI/Tests/WebCore/IPAddressTests.cpp:
(TestWebKitAPI::TEST(IPAddressTests, CompareIPAddresses)):
Canonical link: https://commits.webkit.org/293372@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes