[webkit-changes] [279937] trunk

2021-07-14 Thread drousso
Title: [279937] trunk Revision 279937 Author drou...@apple.com Date 2021-07-14 20:11:53 -0700 (Wed, 14 Jul 2021) Log Message Implement Array.prototype.findLast and Array.prototype.findLastIndex https://bugs.webkit.org/show_bug.cgi?id=227939 Reviewed by Yusuke Suzuki. JSTests: * stress/

[webkit-changes] [279936] trunk/LayoutTests

2021-07-14 Thread jenner
Title: [279936] trunk/LayoutTests Revision 279936 Author jen...@apple.com Date 2021-07-14 18:20:29 -0700 (Wed, 14 Jul 2021) Log Message Update expectations for webanimations/multiple-transform-properties-and-multiple-transform-properties-animation-with-delay-on-forced-layer.html. https://

[webkit-changes] [279935] trunk/Tools

2021-07-14 Thread bfulgham
Title: [279935] trunk/Tools Revision 279935 Author bfulg...@apple.com Date 2021-07-14 17:53:47 -0700 (Wed, 14 Jul 2021) Log Message [iOS & Mac Big Sur Release] Two SOAuthorizationSubFrame API tests are failing https://bugs.webkit.org/show_bug.cgi?id=227925 Reviewed by Kate Cheney. In B

[webkit-changes] [279934] trunk/LayoutTests

2021-07-14 Thread jenner
Title: [279934] trunk/LayoutTests Revision 279934 Author jen...@apple.com Date 2021-07-14 17:09:53 -0700 (Wed, 14 Jul 2021) Log Message Unreviewed, reverting r279851. Overrode previously set test expectations. Reverted changeset: "[Mac wk1 Debug] webaudio/audioworket-out-of-memory.html

[webkit-changes] [279933] tags/Safari-612.1.23.0.1/

2021-07-14 Thread alancoon
Title: [279933] tags/Safari-612.1.23.0.1/ Revision 279933 Author alanc...@apple.com Date 2021-07-14 17:07:01 -0700 (Wed, 14 Jul 2021) Log Message Tag Safari-612.1.23.0.1. Added Paths tags/Safari-612.1.23.0.1/ Diff ___ webkit-changes ma

[webkit-changes] [279932] trunk/LayoutTests

2021-07-14 Thread jenner
Title: [279932] trunk/LayoutTests Revision 279932 Author jen...@apple.com Date 2021-07-14 16:38:01 -0700 (Wed, 14 Jul 2021) Log Message REGRESSION (r279806): [ iOS/macOS ] fast/canvas/canvas-overloads-strokeText.html is a flaky crash https://bugs.webkit.org/show_bug.cgi?id=227881 Unrevie

[webkit-changes] [279931] branches/safari-612.1.23.0-branch/Source

2021-07-14 Thread alancoon
Title: [279931] branches/safari-612.1.23.0-branch/Source Revision 279931 Author alanc...@apple.com Date 2021-07-14 16:27:46 -0700 (Wed, 14 Jul 2021) Log Message Versioning. WebKit-7612.1.23.0.1 Modified Paths branches/safari-612.1.23.0-branch/Source/_javascript_Core/Configurations/Vers

[webkit-changes] [279930] branches/safari-612.1.23.0-branch/

2021-07-14 Thread alancoon
Title: [279930] branches/safari-612.1.23.0-branch/ Revision 279930 Author alanc...@apple.com Date 2021-07-14 16:02:03 -0700 (Wed, 14 Jul 2021) Log Message New branch. Added Paths branches/safari-612.1.23.0-branch/ Diff ___ webkit-chang

[webkit-changes] [279929] trunk/Source

2021-07-14 Thread jer . noble
Title: [279929] trunk/Source Revision 279929 Author jer.no...@apple.com Date 2021-07-14 15:56:48 -0700 (Wed, 14 Jul 2021) Log Message Source/WebCore/PAL: Unreviewed build fix after r279912 (239661@main); Adopt HAVE(SYSTEM_STATUS) macro. * pal/ios/SystemStatusSoftLink.h: * pal/ios/System

[webkit-changes] [279928] trunk/Tools

2021-07-14 Thread commit-queue
Title: [279928] trunk/Tools Revision 279928 Author commit-qu...@webkit.org Date 2021-07-14 15:55:30 -0700 (Wed, 14 Jul 2021) Log Message [Tools] linkify first line of commit message in tooltip https://bugs.webkit.org/show_bug.cgi?id=227968 Patch by Kevin Neal on 2021-07-14 Reviewed by

[webkit-changes] [279927] trunk/Source

2021-07-14 Thread msaboff
Title: [279927] trunk/Source Revision 279927 Author msab...@apple.com Date 2021-07-14 15:37:18 -0700 (Wed, 14 Jul 2021) Log Message [macOS] Add new entitlement to limit process to a single JIT region https://bugs.webkit.org/show_bug.cgi?id=227956 Reviewed by Mark Lam. This macOS entitle

[webkit-changes] [279926] trunk/Source/WebKit

2021-07-14 Thread wenson_hsieh
Title: [279926] trunk/Source/WebKit Revision 279926 Author wenson_hs...@apple.com Date 2021-07-14 15:12:43 -0700 (Wed, 14 Jul 2021) Log Message [GPU Process] Dump basic RemoteRenderingBackend state when taking system diagnostics https://bugs.webkit.org/show_bug.cgi?id=227917 Reviewed by

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

2021-07-14 Thread achristensen
Title: [279925] trunk/Source/WebCore Revision 279925 Author achristen...@apple.com Date 2021-07-14 15:12:05 -0700 (Wed, 14 Jul 2021) Log Message Link against Catalyst ANGLE-shared.dylib when linking Catalyst WebCore.framework https://bugs.webkit.org/show_bug.cgi?id=227965 Reviewed by Ti

[webkit-changes] [279924] trunk/Source

2021-07-14 Thread mark . lam
Title: [279924] trunk/Source Revision 279924 Author mark@apple.com Date 2021-07-14 15:10:35 -0700 (Wed, 14 Jul 2021) Log Message Speculative fix for failed scope.releaseAssertNoException() after calls to JSMap::create(). https://bugs.webkit.org/show_bug.cgi?id=227964 rdar://78013960

[webkit-changes] [279923] trunk/JSTests

2021-07-14 Thread keith_miller
Title: [279923] trunk/JSTests Revision 279923 Author keith_mil...@apple.com Date 2021-07-14 15:04:39 -0700 (Wed, 14 Jul 2021) Log Message Unreviewed, test gardening. * stress/bit-op-with-object-returning-int32.js: * stress/bitwise-not-fixup-rules.js: (jscOptions): Modified Paths trunk/

[webkit-changes] [279922] trunk/Source/bmalloc

2021-07-14 Thread msaboff
Title: [279922] trunk/Source/bmalloc Revision 279922 Author msab...@apple.com Date 2021-07-14 14:18:22 -0700 (Wed, 14 Jul 2021) Log Message [BMalloc] Lazily allocate physical pages https://bugs.webkit.org/show_bug.cgi?id=227957 Reviewed by Mark Lam. For the Darwin platform we don't need

[webkit-changes] [279921] tags/Safari-611.3.10.1.5/

2021-07-14 Thread alancoon
Title: [279921] tags/Safari-611.3.10.1.5/ Revision 279921 Author alanc...@apple.com Date 2021-07-14 14:07:48 -0700 (Wed, 14 Jul 2021) Log Message Tag Safari-611.3.10.1.5. Added Paths tags/Safari-611.3.10.1.5/ Diff ___ webkit-changes ma

[webkit-changes] [279920] branches/safari-611.3.10.1-branch/Source

2021-07-14 Thread alancoon
Title: [279920] branches/safari-611.3.10.1-branch/Source Revision 279920 Author alanc...@apple.com Date 2021-07-14 13:48:15 -0700 (Wed, 14 Jul 2021) Log Message Versioning. WebKit-7611.3.10.1.5 Modified Paths branches/safari-611.3.10.1-branch/Source/_javascript_Core/Configurations/Vers

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

2021-07-14 Thread jer . noble
Title: [279919] trunk/Source/WebCore Revision 279919 Author jer.no...@apple.com Date 2021-07-14 13:44:05 -0700 (Wed, 14 Jul 2021) Log Message [Cocoa] Null-pointer deref in MediaKeySystemAccess::createMediaKeys() https://bugs.webkit.org/show_bug.cgi?id=227911 Reviewed by Chris Dumez. In

[webkit-changes] [279918] trunk/Source

2021-07-14 Thread commit-queue
Title: [279918] trunk/Source Revision 279918 Author commit-qu...@webkit.org Date 2021-07-14 13:40:50 -0700 (Wed, 14 Jul 2021) Log Message Rename hasOverflowClip() to prepare for the real overflow:clip https://bugs.webkit.org/show_bug.cgi?id=227899 Patch by Rob Buis on 2021-07-14 Reviewe

[webkit-changes] [279917] trunk

2021-07-14 Thread cdumez
Title: [279917] trunk Revision 279917 Author cdu...@apple.com Date 2021-07-14 13:39:39 -0700 (Wed, 14 Jul 2021) Log Message Fix type of exceptions thrown in the WebAudio API https://bugs.webkit.org/show_bug.cgi?id=227959 Reviewed by Yusuke Suzuki. LayoutTests/imported/w3c: Resync WebAu

[webkit-changes] [279916] trunk

2021-07-14 Thread keith_miller
Title: [279916] trunk Revision 279916 Author keith_mil...@apple.com Date 2021-07-14 12:58:16 -0700 (Wed, 14 Jul 2021) Log Message Convert small JIT pool tests into executable fuzzing https://bugs.webkit.org/show_bug.cgi?id=226279 Source/_javascript_Core: Right now, we try to test our en

[webkit-changes] [279915] trunk

2021-07-14 Thread mark . lam
Title: [279915] trunk Revision 279915 Author mark@apple.com Date 2021-07-14 12:15:56 -0700 (Wed, 14 Jul 2021) Log Message Check for out of memory in JSC::globalFuncEscape() and JSC::globalFuncUnescape(). https://bugs.webkit.org/show_bug.cgi?id=227962 rdar://78392251 Reviewed by Yusuk

[webkit-changes] [279914] trunk/Source

2021-07-14 Thread drousso
Title: [279914] trunk/Source Revision 279914 Author drou...@apple.com Date 2021-07-14 11:39:14 -0700 (Wed, 14 Jul 2021) Log Message [iOS] REGRESSION(r279720): changing Subtitles to Off doesn't hide them or do anything https://bugs.webkit.org/show_bug.cgi?id=227937 Reviewed by Eric Carls

[webkit-changes] [279913] trunk/Source/JavaScriptCore

2021-07-14 Thread ysuzuki
Title: [279913] trunk/Source/_javascript_Core Revision 279913 Author ysuz...@apple.com Date 2021-07-14 11:31:09 -0700 (Wed, 14 Jul 2021) Log Message libpas executable-allocator should reserve more than 256KB for non-fail region at least https://bugs.webkit.org/show_bug.cgi?id=227927 Revi

[webkit-changes] [279912] trunk/Source

2021-07-14 Thread eric . carlson
Title: [279912] trunk/Source Revision 279912 Author eric.carl...@apple.com Date 2021-07-14 11:06:28 -0700 (Wed, 14 Jul 2021) Log Message [iOS] Dynamically set capture attribution https://bugs.webkit.org/show_bug.cgi?id=227871 rdar://70241665 Reviewed by Jer Noble. Source/WebCore: No ne

[webkit-changes] [279911] trunk/LayoutTests

2021-07-14 Thread jenner
Title: [279911] trunk/LayoutTests Revision 279911 Author jen...@apple.com Date 2021-07-14 10:54:57 -0700 (Wed, 14 Jul 2021) Log Message Update test expectations for storage/indexeddb/detached-iframe.html. https://bugs.webkit.org/show_bug.cgi?id=207844 Unreviewed test gardening. Patch by

[webkit-changes] [279910] trunk

2021-07-14 Thread mark . lam
Title: [279910] trunk Revision 279910 Author mark@apple.com Date 2021-07-14 10:25:44 -0700 (Wed, 14 Jul 2021) Log Message Placate exception checker validation in operationObjectAssignUntyped. https://bugs.webkit.org/show_bug.cgi?id=227955 rdar://80503746 Reviewed by Michael Saboff.

[webkit-changes] [279909] trunk/JSTests

2021-07-14 Thread keith_miller
Title: [279909] trunk/JSTests Revision 279909 Author keith_mil...@apple.com Date 2021-07-14 08:00:39 -0700 (Wed, 14 Jul 2021) Log Message Fix more tests around fuzzing executable allocations https://bugs.webkit.org/show_bug.cgi?id=226663 Reviewed by Mark Lam. * stress/bit-op-with-object

[webkit-changes] [279908] trunk/Tools

2021-07-14 Thread aakash_jain
Title: [279908] trunk/Tools Revision 279908 Author aakash_j...@apple.com Date 2021-07-14 04:55:18 -0700 (Wed, 14 Jul 2021) Log Message Add step name and description to InstallBuiltProduct build step https://bugs.webkit.org/show_bug.cgi?id=227935 Reviewed by Carlos Alberto Lopez Perez. *

[webkit-changes] [279907] trunk/LayoutTests

2021-07-14 Thread commit-queue
Title: [279907] trunk/LayoutTests Revision 279907 Author commit-qu...@webkit.org Date 2021-07-14 03:53:59 -0700 (Wed, 14 Jul 2021) Log Message [GStreamer] mark media/media-source/media-webm-vorbis-partial.html and media/media-source/media-webm-opus-partial.html as failing https://bugs.web

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

2021-07-14 Thread said
Title: [279906] trunk/Source/WebCore Revision 279906 Author s...@apple.com Date 2021-07-14 00:13:23 -0700 (Wed, 14 Jul 2021) Log Message RenderElement::updateFillImages must fix the clients of the CSS image whose URL is invalid https://bugs.webkit.org/show_bug.cgi?id=227926 Reviewed by