Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ea64aee050ac3502d59935937f13de25f1cf694
https://github.com/WebKit/WebKit/commit/0ea64aee050ac3502d59935937f13de25f1cf694
Author: Alex Christensen <[email protected]>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M Source/JavaScriptCore/runtime/JSCJSValue.h
M Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp
M Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm
Log Message:
-----------
REGRESSION(255346@main): [ macOS Debug ] 5X TestWebKitAPI.IPCTestingAPI.(API
tests) are constant timeouts/failures
https://bugs.webkit.org/show_bug.cgi?id=246288
rdar://100992210
Unreviewed.
Changing FrameID from a uint64_t to two uint64_t requires an update to the IPC
testing, which used it ias a uint64_t before.
Now it's an array of two uint64_t's.
* Source/JavaScriptCore/runtime/JSCJSValue.h:
* Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp:
(WebKit::IPCTestingAPI::encodeArgument):
(WebKit::IPCTestingAPI::JSIPC::frameID):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:
(TEST):
Canonical link: https://commits.webkit.org/255363@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes