WebCore icon indicating copy to clipboard operation
WebCore copied to clipboard

WebCore Module. This module is a fork of WebKit's WebCore module and is responsible for all parsing, styling, layout, script execution, and page state.

Results 7 WebCore issues
Sort by recently updated
recently updated
newest added

In JSDollarVM, the method isReachableFromOpaqueRoots takes a `Handle`, but this ambiguous since both JavaScriptCore/heap/Handle.h and the latest MacOS SDK (12.0) declare handle. Specifically, the MacOS SDK declares in /usr/include/MacTypes.h: ```C...

Cmake errors due to a bad argument count when this env var is empty. Escape it instead.

This still does not allow calling Ultralight from different threads, but with this change it is now possible to use a separate worker thread for interacting with Ultralight. [Context on...

When I run `./make` I get the following error on macOS: ``` In file included from DerivedSources/JavaScriptCore/unified-sources/UnifiedSource-0284c6ac-1.cpp:8: ../Source/JavaScriptCore/tools/JSDollarVM.cpp:180:37: error: reference to 'Handle' is ambiguous bool isReachableFromOpaqueRoots(Handle handle, void*, SlotVisitor& visitor,...

Primary goal: - [x] Build and run JSC built with Clang under windows - [ ] Build and test JSC built with Clang and thin-LTO successfully under windows Other stuff:...

![image](https://user-images.githubusercontent.com/5182588/204264758-74e22a99-64a4-49de-8e1e-a9a25ac41ffd.png) PR #11 rebased on 1.4-dev branch