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
diff --git a/Source/WebCore/testing/Internals.cpp b/Source/WebCore/testing/Internals.cpp | |
index af5d006c0ad5..02f9ad14caf3 100644 | |
--- a/Source/WebCore/testing/Internals.cpp | |
+++ b/Source/WebCore/testing/Internals.cpp | |
@@ -5387,7 +5387,8 @@ void Internals::asyncCreateFile(const String& path, DOMPromiseDeferred<IDLInterf | |
} | |
if (auto* page = document->page()) { | |
- page->chrome().client().registerBlobPathForTesting(url.fileSystemPath(), [promise = WTFMove(promise), weakDocument = WeakPtr { *document }, url = WTFMove(url)] () mutable { | |
+ auto path = url.fileSystemPath(); |
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
#define _UNICODE | |
#define UNICODE | |
#include <windows.h> | |
#include <iostream> | |
#include <stdio.h> | |
#pragma comment(lib, "user32") | |
int mode = 1; | |
void showNames() |
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
Set-ExecutionPolicy Bypass -Scope Process -Force | |
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 | |
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) | |
choco install -y xampp-81 python311 ruby git cmake gperf llvm ninja | |
python -m pip install pywin32 | |
git config --global core.autocrlf input | |
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
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Process: com.apple.WebKit.GPU.Development [83934] | |
Path: /Volumes/VOLUME/*/com.apple.WebKit.GPU.Development | |
Identifier: com.apple.WebKit.GPU | |
Version: 616+ (616.1.14+) | |
Code Type: ARM-64 (Native) | |
Parent Process: launchd [1] |
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
diff --git a/Source/JavaScriptCore/CMakeLists.txt b/Source/JavaScriptCore/CMakeLists.txt | |
index e6ed7ed40637..481ad16cbf08 100644 | |
--- a/Source/JavaScriptCore/CMakeLists.txt | |
+++ b/Source/JavaScriptCore/CMakeLists.txt | |
@@ -1385,15 +1385,13 @@ add_custom_command( | |
${JavaScriptCore_DERIVED_SOURCES_DIR}/inspector/InspectorFrontendDispatchers.h | |
${JavaScriptCore_DERIVED_SOURCES_DIR}/inspector/InspectorProtocolObjects.cpp | |
${JavaScriptCore_DERIVED_SOURCES_DIR}/inspector/InspectorProtocolObjects.h | |
- MAIN_DEPENDENCY ${JavaScriptCore_DERIVED_SOURCES_DIR}/CombinedDomains.json | |
- DEPENDS ${JavaScriptCore_INSPECTOR_PROTOCOL_SCRIPTS} |
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
diff --git a/Source/WebKitLegacy/win/WebDownloadCFNet.cpp b/Source/WebKitLegacy/win/WebDownloadCFNet.cpp | |
index ceff8c16113f..8749d7998aab 100644 | |
--- a/Source/WebKitLegacy/win/WebDownloadCFNet.cpp | |
+++ b/Source/WebKitLegacy/win/WebDownloadCFNet.cpp | |
@@ -236,11 +236,11 @@ HRESULT WebDownload::cancelForResume() | |
if (!m_download) | |
return E_FAIL; | |
- HRESULT hr = S_OK; | |
RetainPtr<CFDataRef> resumeData; |
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
// cl -std:c++20 /permissive- -c r20.cpp | |
// https://webkit.org/b/234546 | |
template<typename T> | |
struct RefPtr { | |
RefPtr(T* ptr) : m_ptr(ptr) { } | |
T* operator->() { return m_ptr; } | |
bool operator!() const { return !m_ptr; } | |
T* m_ptr; | |
}; |
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
#include <iostream> | |
#include <windows.h> | |
#include <vector> | |
#include <dxgi1_2.h> | |
#pragma comment(lib, "DXGI.lib") | |
int main() | |
{ | |
std::cout << "EnumAdapters\n"; |
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
[0/444] Generate bindings (WebCoreBindings) | |
Preprocess IDL | |
[1/444] cmd.exe /C "cd /D C:\home\webkit\wc\WebKitBuild\Debug\Source\ThirdParty\ANGLE && "C:\Program Files\CMake\bin\cmake.exe" -E env BUILT_PRODUCTS_DIR=C:/home/webkit/wc/WebKitBuild/Debug/ANGLE/Headers PUBLIC_HEADERS_FOLDER_PATH=/ANGLE C:/Python310/python.exe C:/home/webkit/wc/Source/ThirdParty/ANGLE/adjust-angle-include-paths.py" | |
[2/50] Generate bindings (TestRunnerSharedBindings) | |
[3/47] Generate bindings (WebCoreTestSupportBindings) | |
[4/32] Generate bindings (WebKitTestRunnerInjectedBundleBindings) | |
[6/16] Building CXX object Source\WebKit\CMakeFiles\WebKit.dir\__\__\WebKit\DerivedSources\unified-sources\UnifiedSource-13fb4697-1.cpp.obj | |
FAILED: Source/WebKit/CMakeFiles/WebKit.dir/__/__/WebKit/DerivedSources/unified-sources/UnifiedSource-13fb4697-1.cpp.obj | |
C:\PROGRA~2\MIB055~1\2019\PROFES~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /nologo /TP -DBUILDING_WEBKIT -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKit -DEGL_EGLEXT_PROTOTYPES -DEGL_EGL_PROTOT |
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
// https://bugs.webkit.org/show_bug.cgi?id=229223#c88 | |
// https://developercommunity.visualstudio.com/t/wrong-overload-resolution-with-a-const-e/1542855?entry=myfeedback&space=62&q=overload+enum+const&stateGroup=active | |
#include <iostream> | |
enum X86Registers { | |
eax, | |
ebx, | |
}; | |
struct ImplicitAddress { |
NewerOlder