[webkit-changes] [295043] trunk/Source/bmalloc/libpas/src/libpas/pas_utils.c

2022-05-30 Thread brandonstewart
Title: [295043] trunk/Source/bmalloc/libpas/src/libpas/pas_utils.c Revision 295043 Author brandonstew...@apple.com Date 2022-05-30 22:49:51 -0700 (Mon, 30 May 2022) Log Message [libpas] Build fix macOS https://bugs.webkit.org/show_bug.cgi?id=241116 Reviewed by Yusuke Suzuki. Convert

[webkit-changes] [295042] trunk/.clangd

2022-05-30 Thread ysuzuki
Title: [295042] trunk/.clangd Revision 295042 Author ysuz...@apple.com Date 2022-05-30 21:50:57 -0700 (Mon, 30 May 2022) Log Message Clangd should always interpret headers as C++ https://bugs.webkit.org/show_bug.cgi?id=241118 Reviewed by Saam Barati. Attach `-xc++` flag to headers in

[webkit-changes] [295041] trunk/Source/WebCore/Modules/websockets/ ThreadableWebSocketChannel.cpp

2022-05-30 Thread Hironori . Fujii
Title: [295041] trunk/Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp Revision 295041 Author hironori.fu...@sony.com Date 2022-05-30 21:18:39 -0700 (Mon, 30 May 2022) Log Message REGRESSION(251043@main): "ASSERTION FAILED: channel" in

[webkit-changes] [295040] trunk/Source

2022-05-30 Thread ysuzuki
Title: [295040] trunk/Source Revision 295040 Author ysuz...@apple.com Date 2022-05-30 21:13:54 -0700 (Mon, 30 May 2022) Log Message [JSC] Make VMEntryScope cheap https://bugs.webkit.org/show_bug.cgi?id=241091 Reviewed by Mark Lam. This patch makes VMEntryScope cheap. In some

[webkit-changes] [295039] trunk/Source/WebCore

2022-05-30 Thread zalan
Title: [295039] trunk/Source/WebCore Revision 295039 Author za...@apple.com Date 2022-05-30 18:26:39 -0700 (Mon, 30 May 2022) Log Message Move core flex layout to FlexLayout https://bugs.webkit.org/show_bug.cgi?id=241106 Reviewed by Antti Koivisto. * Source/WebCore/Headers.cmake: *

[webkit-changes] [295038] trunk/Source/WebCore/platform/graphics/cocoa/ FontCacheCoreText.cpp

2022-05-30 Thread mmaxfield
Title: [295038] trunk/Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp Revision 295038 Author mmaxfi...@apple.com Date 2022-05-30 16:59:45 -0700 (Mon, 30 May 2022) Log Message [Cocoa] Rename [de]normalizeWeight() to [de]normalizeGXWeight()

[webkit-changes] [295037] trunk/Source/WTF/wtf/RAMSize.cpp

2022-05-30 Thread commit-queue
Title: [295037] trunk/Source/WTF/wtf/RAMSize.cpp Revision 295037 Author commit-qu...@webkit.org Date 2022-05-30 16:58:55 -0700 (Mon, 30 May 2022) Log Message Include on FreeBSD too https://bugs.webkit.org/show_bug.cgi?id=241099 Patch by Leonardo Taccari on 2022-05-30 Reviewed by Fujii

[webkit-changes] [295036] trunk/Source/JavaScriptCore/heap

2022-05-30 Thread ysuzuki
Title: [295036] trunk/Source/_javascript_Core/heap Revision 295036 Author ysuz...@apple.com Date 2022-05-30 16:41:10 -0700 (Mon, 30 May 2022) Log Message [JSC] Make Strong::set cheap https://bugs.webkit.org/show_bug.cgi?id=241090 Reviewed by Mark Lam. HandleSet::writeBarrier is

[webkit-changes] [295034] trunk

2022-05-30 Thread Hironori . Fujii
Title: [295034] trunk Revision 295034 Author hironori.fu...@sony.com Date 2022-05-30 15:03:33 -0700 (Mon, 30 May 2022) Log Message WebKitTestRunner shouldn't link object files of _javascript_Core and WebCore https://bugs.webkit.org/show_bug.cgi?id=241002 Reviewed by Don Olmstead.

[webkit-changes] [295033] trunk/Source/bmalloc/bmalloc/AvailableMemory.cpp

2022-05-30 Thread commit-queue
Title: [295033] trunk/Source/bmalloc/bmalloc/AvailableMemory.cpp Revision 295033 Author commit-qu...@webkit.org Date 2022-05-30 14:59:54 -0700 (Mon, 30 May 2022) Log Message Include only on FreeBSD and Linux https://bugs.webkit.org/show_bug.cgi?id=241077 Patch by Leonardo Taccari on

[webkit-changes] [295032] trunk/Source/WebCore/layout/formattingContexts/flex/ FlexFormattingContext.cpp

2022-05-30 Thread zalan
Title: [295032] trunk/Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.cpp Revision 295032 Author za...@apple.com Date 2022-05-30 11:07:24 -0700 (Mon, 30 May 2022) Log Message Add support for justify-content: space-evenly https://bugs.webkit.org/show_bug.cgi?id=241085

[webkit-changes] [295031] trunk

2022-05-30 Thread commit-queue
Title: [295031] trunk Revision 295031 Author commit-qu...@webkit.org Date 2022-05-30 09:48:03 -0700 (Mon, 30 May 2022) Log Message MediaStreamTrack.getConstraints is empty object https://bugs.webkit.org/show_bug.cgi?id=240569 Patch by Youenn Fablet on 2022-05-30 Reviewed by Eric

[webkit-changes] [295030] trunk/Source/WebCore/layout/formattingContexts/flex/ FlexFormattingContext.cpp

2022-05-30 Thread zalan
Title: [295030] trunk/Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.cpp Revision 295030 Author za...@apple.com Date 2022-05-30 09:44:45 -0700 (Mon, 30 May 2022) Log Message Add support for justify-content: space-around https://bugs.webkit.org/show_bug.cgi?id=241084

[webkit-changes] [295029] trunk/Source/WebCore/platform/graphics/cpu/arm/filters/ FEGaussianBlurNEON.h

2022-05-30 Thread psaavedra
Title: [295029] trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h Revision 295029 Author psaave...@igalia.com Date 2022-05-30 08:20:07 -0700 (Mon, 30 May 2022) Log Message [GPU Process][Filters] Don't use Uint8ClampedArray in software filter appliers also for

[webkit-changes] [295028] trunk/Source

2022-05-30 Thread dpino
Title: [295028] trunk/Source Revision 295028 Author dp...@igalia.com Date 2022-05-30 07:18:34 -0700 (Mon, 30 May 2022) Log Message Unreviewed, non-unified build fixes after 251082@main * Source/WebCore/bindings/js/JSAttrCustom.cpp: *

[webkit-changes] [295027] trunk/Source/WebCore/layout/formattingContexts/flex/ FlexFormattingContext.cpp

2022-05-30 Thread zalan
Title: [295027] trunk/Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.cpp Revision 295027 Author za...@apple.com Date 2022-05-30 07:10:13 -0700 (Mon, 30 May 2022) Log Message Add support for justify-content: space-between https://bugs.webkit.org/show_bug.cgi?id=241080

[webkit-changes] [295026] trunk

2022-05-30 Thread commit-queue
Title: [295026] trunk Revision 295026 Author commit-qu...@webkit.org Date 2022-05-30 07:05:27 -0700 (Mon, 30 May 2022) Log Message REGRESSION (r293885): [ macOS wk2 ] webrtc/canvas-to-peer-connection.html is a consistent failure https://bugs.webkit.org/show_bug.cgi?id=240814 Patch by

[webkit-changes] [295024] trunk/Source/WebCore/accessibility

2022-05-30 Thread commit-queue
Title: [295024] trunk/Source/WebCore/accessibility Revision 295024 Author commit-qu...@webkit.org Date 2022-05-30 06:00:00 -0700 (Mon, 30 May 2022) Log Message Fix a11y build warnings https://bugs.webkit.org/show_bug.cgi?id=241044 Patch by Michael Catanzaro on 2022-05-30 Reviewed by

[webkit-changes] [295023] trunk/Source/WTF/wtf/CompactPtr.h

2022-05-30 Thread ysuzuki
Title: [295023] trunk/Source/WTF/wtf/CompactPtr.h Revision 295023 Author ysuz...@apple.com Date 2022-05-30 03:02:22 -0700 (Mon, 30 May 2022) Log Message Unreviewed, build fix for iOS debug build * Source/WTF/wtf/CompactPtr.h: (WTF::CompactPtr::encode): (WTF::CompactPtr::decode):

[webkit-changes] [295022] trunk/Source/JavaScriptCore/runtime

2022-05-30 Thread ysuzuki
Title: [295022] trunk/Source/_javascript_Core/runtime Revision 295022 Author ysuz...@apple.com Date 2022-05-30 03:00:00 -0700 (Mon, 30 May 2022) Log Message [JSC] Shrink BrandedStructure https://bugs.webkit.org/show_bug.cgi?id=241092 Reviewed by Mark Lam. Use CompactRefPtr and

[webkit-changes] [295021] trunk

2022-05-30 Thread ntim
Title: [295021] trunk Revision 295021 Author n...@apple.com Date 2022-05-30 01:29:03 -0700 (Mon, 30 May 2022) Log Message Unprefix -webkit-text-align-last and add match-parent value support https://bugs.webkit.org/show_bug.cgi?id=229083 Reviewed by Antti Koivisto. We do not keep

[webkit-changes] [295020] trunk/Tools/Scripts/update-angle

2022-05-30 Thread commit-queue
Title: [295020] trunk/Tools/Scripts/update-angle Revision 295020 Author commit-qu...@webkit.org Date 2022-05-30 00:19:19 -0700 (Mon, 30 May 2022) Log Message Avoid staging autogenerated commit-message.txt https://bugs.webkit.org/show_bug.cgi?id=240967 Patch by Kenneth Russell on