Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove Variant.h
https://bugs.webkit.org/show_bug.cgi?id=231744 Patch by Alex Christensen <achristensen@webkit.org> on 2021-10-14 Reviewed by Darin Adler. Source/JavaScriptCore: * jit/AssemblyHelpers.h: * jit/SnippetReg.h: * parser/Lexer.cpp: * parser/VariableEnvironment.h: * runtime/BytecodeCacheError.h: * runtime/CachePayload.h: * runtime/CacheUpdate.h: * runtime/TemporalObject.h: * runtime/TemporalTimeZone.h: * wasm/WasmLLIntGenerator.cpp: Source/WebCore: * Modules/async-clipboard/ClipboardItemBindingsDataSource.h: * Modules/fetch/FetchBody.h: * Modules/fetch/FetchHeaders.h: * Modules/indexeddb/IDBCursor.h: * Modules/indexeddb/IDBGetAllResult.h: * Modules/indexeddb/IDBKey.h: * Modules/indexeddb/IDBKeyData.h: * Modules/indexeddb/IDBKeyPath.h: * Modules/indexeddb/IDBRequest.cpp: * Modules/mediacontrols/MediaControlsHost.cpp: * Modules/mediacontrols/MediaControlsHost.h: * Modules/mediastream/MediaTrackConstraints.h: * Modules/mediastream/RTCIceServer.h: * Modules/paymentrequest/PaymentMethodChangeEvent.h: * Modules/paymentrequest/PaymentRequest.h: * Modules/push-api/PushEventInit.h: * Modules/push-api/PushSubscription.h: * Modules/push-api/PushSubscriptionOptionsInit.h: * Modules/speech/SpeechRecognitionUpdate.h: * Modules/webaudio/AudioContextOptions.h: * Modules/webaudio/AudioNode.h: * Modules/webxr/WebXRWebGLLayer.h: * accessibility/AccessibilityObjectInterface.h: * accessibility/isolatedtree/AXIsolatedObject.h: * accessibility/mac/WebAccessibilityObjectWrapperBase.h: * animation/AnimationEffect.h: * animation/EffectTiming.h: * animation/OptionalEffectTiming.h: * bindings/IDLTypes.h: * bindings/js/BufferSource.h: * bindings/js/JSDOMConvertUnion.h: * bindings/js/JSValueInWrappedObject.h: * bindings/scripts/CodeGeneratorJS.pm: (AddToIncludesForIDLType): * crypto/CryptoAlgorithm.h: * crypto/CryptoKey.h: * crypto/SubtleCrypto.h: * crypto/algorithms/CryptoAlgorithmAES_KW.cpp: * crypto/algorithms/CryptoAlgorithmHMAC.cpp: * crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.cpp: * crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.cpp: * crypto/algorithms/CryptoAlgorithmRSA_OAEP.cpp: * crypto/algorithms/CryptoAlgorithmRSA_PSS.cpp: * crypto/parameters/CryptoAlgorithmEcdsaParams.h: * crypto/parameters/CryptoAlgorithmHmacKeyParams.h: * crypto/parameters/CryptoAlgorithmRsaHashedImportParams.h: * crypto/parameters/CryptoAlgorithmRsaHashedKeyGenParams.h: * css/CSSCustomPropertyValue.h: * css/CSSFontFaceSet.h: * css/CSSStyleDeclaration.cpp: * css/DOMMatrixReadOnly.h: * css/FontFace.h: * css/StyleRule.h: * css/parser/CSSPropertyParserHelpers.h: * css/typedom/CSSNumericValue.h: * css/typedom/CSSUnparsedValue.cpp: * css/typedom/CSSUnparsedValue.h: * dom/ContainerNode.cpp: * dom/DocumentMarker.h: * dom/EventTarget.h: * dom/MessageEvent.h: * dom/Node.cpp: * editing/AlternativeTextController.h: * fileapi/Blob.h: * fileapi/NetworkSendQueue.h: * html/DOMFormData.h: * html/HTMLAllCollection.cpp: * html/ImageBitmap.cpp: * html/URLSearchParams.h: * html/canvas/CanvasStyle.h: * inspector/InspectorCanvas.cpp: * inspector/InspectorCanvas.h: * inspector/InspectorCanvasCallTracer.cpp: * inspector/InspectorShaderProgram.cpp: * inspector/InspectorShaderProgram.h: * inspector/agents/InspectorCanvasAgent.cpp: * layout/integration/InlineIteratorBox.h: * layout/integration/InlineIteratorLine.h: * page/DOMWindow.cpp: * page/DiagnosticLoggingClient.h: * page/IntersectionObserver.h: * page/Performance.h: * page/PerformanceMeasureOptions.h: * page/scrolling/ScrollingCoordinator.h: * platform/PasteboardCustomData.h: * platform/SharedBuffer.h: * platform/audio/AudioStreamDescription.h: * platform/generic/KeyedDecoderGeneric.cpp: * platform/graphics/DecodingOptions.h: * platform/graphics/FontCascadeDescription.h: * platform/graphics/FontPalette.h: * platform/graphics/FontPaletteValues.h: * platform/graphics/Gradient.h: * platform/graphics/InlinePathData.h: * platform/graphics/cocoa/SourceBufferParser.h: * platform/graphics/cocoa/SourceBufferParserWebM.h: * platform/graphics/displaylists/DisplayListItems.h: * platform/graphics/texmap/TextureMapperPlatformLayerBuffer.h: * platform/network/DNS.h: * platform/network/FormData.h: * platform/network/curl/CurlSSLHandle.h: * platform/sql/SQLValue.h: * platform/sql/SQLiteStatement.cpp: * platform/xr/PlatformXR.h: * testing/TypeConversions.h: * workers/service/ExtendableMessageEvent.h: * workers/service/ServiceWorkerTypes.h: * xml/XMLHttpRequest.h: Source/WebKit: * NetworkProcess/NetworkLoadChecker.h: * NetworkProcess/cache/NetworkCacheData.h: * Platform/IPC/ArgumentCoders.h: * Platform/IPC/Attachment.h: * Platform/IPC/MessageReceiveQueueMap.h: * Scripts/PreferencesTemplates/WebPreferencesStoreDefaultsMap.cpp.erb: * Shared/WebCompiledContentRuleListData.h: * Shared/mac/MediaFormatReader/MediaSampleCursor.cpp: * Shared/mac/MediaFormatReader/MediaSampleCursor.h: * UIProcess/API/APIWebAuthenticationPanel.h: * UIProcess/API/Cocoa/WKWebViewInternal.h: * UIProcess/API/wpe/TouchGestureController.h: * UIProcess/Automation/SimulatedInputDispatcher.cpp: * UIProcess/Automation/SimulatedInputDispatcher.h: * UIProcess/Cocoa/WKSafeBrowsingWarning.h: * UIProcess/PageClient.h: * UIProcess/ProcessThrottler.h: * UIProcess/WebAuthentication/WebAuthenticationRequestData.h: * WebProcess/GPU/graphics/ImageBufferBackendHandle.h: * WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp: Source/WebKitLegacy/mac: * DOM/DOMHTMLOptionsCollection.mm: Source/WTF: * WTF.xcodeproj/project.pbxproj: * wtf/CMakeLists.txt: * wtf/LikelyDenseUnsignedIntegerSet.h: * wtf/StdLibExtras.h: (WTF::switchOn): * wtf/Variant.h: Removed. * wtf/text/TextBreakIterator.h: Canonical link: https://commits.webkit.org/243023@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284213 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
13f5d9c
commit 657f6fe53e07c0b411b6b26e5ebeeee9885a851c
Showing
153 changed files
with
338 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -27,7 +27,7 @@ | ||
#pragma once | ||
|
||
#include "Reg.h" | ||
#include <wtf/Variant.h> | ||
#include <variant> | ||
|
||
#if ENABLE(JIT) | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -21,7 +21,7 @@ | ||
#pragma once | ||
|
||
#include "JSObject.h" | ||
#include <wtf/Variant.h> | ||
#include <variant> | ||
|
||
namespace JSC { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -306,7 +306,6 @@ set(WTF_PUBLIC_HEADERS | ||
UnsafePointer.h | ||
VMTags.h | ||
ValueCheck.h | ||
Variant.h | ||
Vector.h | ||
VectorHash.h | ||
VectorTraits.h | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,119 @@ | ||
2021-10-14 Alex Christensen <achristensen@webkit.org> | ||
|
||
Remove Variant.h | ||
https://bugs.webkit.org/show_bug.cgi?id=231744 | ||
|
||
Reviewed by Darin Adler. | ||
|
||
* Modules/async-clipboard/ClipboardItemBindingsDataSource.h: | ||
* Modules/fetch/FetchBody.h: | ||
* Modules/fetch/FetchHeaders.h: | ||
* Modules/indexeddb/IDBCursor.h: | ||
* Modules/indexeddb/IDBGetAllResult.h: | ||
* Modules/indexeddb/IDBKey.h: | ||
* Modules/indexeddb/IDBKeyData.h: | ||
* Modules/indexeddb/IDBKeyPath.h: | ||
* Modules/indexeddb/IDBRequest.cpp: | ||
* Modules/mediacontrols/MediaControlsHost.cpp: | ||
* Modules/mediacontrols/MediaControlsHost.h: | ||
* Modules/mediastream/MediaTrackConstraints.h: | ||
* Modules/mediastream/RTCIceServer.h: | ||
* Modules/paymentrequest/PaymentMethodChangeEvent.h: | ||
* Modules/paymentrequest/PaymentRequest.h: | ||
* Modules/push-api/PushEventInit.h: | ||
* Modules/push-api/PushSubscription.h: | ||
* Modules/push-api/PushSubscriptionOptionsInit.h: | ||
* Modules/speech/SpeechRecognitionUpdate.h: | ||
* Modules/webaudio/AudioContextOptions.h: | ||
* Modules/webaudio/AudioNode.h: | ||
* Modules/webxr/WebXRWebGLLayer.h: | ||
* accessibility/AccessibilityObjectInterface.h: | ||
* accessibility/isolatedtree/AXIsolatedObject.h: | ||
* accessibility/mac/WebAccessibilityObjectWrapperBase.h: | ||
* animation/AnimationEffect.h: | ||
* animation/EffectTiming.h: | ||
* animation/OptionalEffectTiming.h: | ||
* bindings/IDLTypes.h: | ||
* bindings/js/BufferSource.h: | ||
* bindings/js/JSDOMConvertUnion.h: | ||
* bindings/js/JSValueInWrappedObject.h: | ||
* bindings/scripts/CodeGeneratorJS.pm: | ||
(AddToIncludesForIDLType): | ||
* crypto/CryptoAlgorithm.h: | ||
* crypto/CryptoKey.h: | ||
* crypto/SubtleCrypto.h: | ||
* crypto/algorithms/CryptoAlgorithmAES_KW.cpp: | ||
* crypto/algorithms/CryptoAlgorithmHMAC.cpp: | ||
* crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.cpp: | ||
* crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.cpp: | ||
* crypto/algorithms/CryptoAlgorithmRSA_OAEP.cpp: | ||
* crypto/algorithms/CryptoAlgorithmRSA_PSS.cpp: | ||
* crypto/parameters/CryptoAlgorithmEcdsaParams.h: | ||
* crypto/parameters/CryptoAlgorithmHmacKeyParams.h: | ||
* crypto/parameters/CryptoAlgorithmRsaHashedImportParams.h: | ||
* crypto/parameters/CryptoAlgorithmRsaHashedKeyGenParams.h: | ||
* css/CSSCustomPropertyValue.h: | ||
* css/CSSFontFaceSet.h: | ||
* css/CSSStyleDeclaration.cpp: | ||
* css/DOMMatrixReadOnly.h: | ||
* css/FontFace.h: | ||
* css/StyleRule.h: | ||
* css/parser/CSSPropertyParserHelpers.h: | ||
* css/typedom/CSSNumericValue.h: | ||
* css/typedom/CSSUnparsedValue.cpp: | ||
* css/typedom/CSSUnparsedValue.h: | ||
* dom/ContainerNode.cpp: | ||
* dom/DocumentMarker.h: | ||
* dom/EventTarget.h: | ||
* dom/MessageEvent.h: | ||
* dom/Node.cpp: | ||
* editing/AlternativeTextController.h: | ||
* fileapi/Blob.h: | ||
* fileapi/NetworkSendQueue.h: | ||
* html/DOMFormData.h: | ||
* html/HTMLAllCollection.cpp: | ||
* html/ImageBitmap.cpp: | ||
* html/URLSearchParams.h: | ||
* html/canvas/CanvasStyle.h: | ||
* inspector/InspectorCanvas.cpp: | ||
* inspector/InspectorCanvas.h: | ||
* inspector/InspectorCanvasCallTracer.cpp: | ||
* inspector/InspectorShaderProgram.cpp: | ||
* inspector/InspectorShaderProgram.h: | ||
< |