[webkit-changes] [WebKit/WebKit] 65c27c: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.4.1.0-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 65c27c813e08fa70fcba74b7760ece35e1b31198
  
https://github.com/WebKit/WebKit/commit/65c27c813e08fa70fcba74b7760ece35e1b31198
  Author: Alan Coon 
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.4.1.0.1

Canonical link: https://commits.webkit.org/252432.895@safari-7614.4.1.0-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 89728e: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.4.6.2-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 89728ea97eb735f3286f5bbd31c65f09b22848bf
  
https://github.com/WebKit/WebKit/commit/89728ea97eb735f3286f5bbd31c65f09b22848bf
  Author: Alan Coon 
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.4.6.2.1

Canonical link: https://commits.webkit.org/252432.1008@safari-7614.4.6.2-branch


  Commit: 65db389fa4b6c49c3c4965b096d68121e8a325a8
  
https://github.com/WebKit/WebKit/commit/65db389fa4b6c49c3c4965b096d68121e8a325a8
  Author: Simon Fraser 
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
A 
LayoutTests/fast/scrolling/mac/smooth-scroll-with-overflow-hidden-and-layout-expected.txt
A 
LayoutTests/fast/scrolling/mac/smooth-scroll-with-overflow-hidden-and-layout.html
M LayoutTests/fast/scrolling/mac/smooth-scroll-with-overflow-hidden.html
M Source/WebCore/platform/ScrollableArea.h
M Source/WebCore/rendering/RenderLayerScrollableArea.cpp

  Log Message:
  ---
  Cherry-pick ca608f18f089. rdar://problem/103539448

The "Around the World" carousel is broken on 
https://focal-theme-carbon.myshopify.com/
https://bugs.webkit.org/show_bug.cgi?id=242224


Reviewed by Tim Horton.

251454@main fixed a bug where an animated programmatic scroll on an 
`overflow:hidden` element failed to scroll
because we didn't register the ScrollableArea with the FrameView.

However, if layout runs while the scroll is in progress, then we unregister 
the ScrollableArea, which
prematurely stops the scrolling. Fix by having 
`RenderLayerScrollableArea::updateScrollableAreaSet()`
check to see if an animated scroll is active before unregistering.

* 
LayoutTests/fast/scrolling/mac/smooth-scroll-with-overflow-hidden-and-layout-expected.txt:
 Added.
* 
LayoutTests/fast/scrolling/mac/smooth-scroll-with-overflow-hidden-and-layout.html:
 Copied from 
LayoutTests/fast/scrolling/mac/smooth-scroll-with-overflow-hidden.html.
* LayoutTests/fast/scrolling/mac/smooth-scroll-with-overflow-hidden.html: 
Remove a redundant rule.
* Source/WebCore/platform/ScrollableArea.h: m_hasActiveScrollAnimation was 
unused, so remove it.
* Source/WebCore/rendering/RenderLayerScrollableArea.cpp:
(WebCore::RenderLayerScrollableArea::updateScrollableAreaSet):

Canonical link: https://commits.webkit.org/253493@main

Canonical link: https://commits.webkit.org/252432.1010@safari-7614.4.6.2-branch


  Commit: 2a9f87fed91c94e1d05e5e3a015775b1fea55094
  
https://github.com/WebKit/WebKit/commit/2a9f87fed91c94e1d05e5e3a015775b1fea55094
  Author: Ryosuke Niwa 
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
M Source/WebCore/rendering/RenderLayerScrollableArea.cpp

  Log Message:
  ---
  Cherry-pick 711178d9ca19. rdar://problem/103539448

The "Around the World" carousel is broken on 
https://focal-theme-carbon.myshopify.com/
https://bugs.webkit.org/show_bug.cgi?id=242224

Unreviewed iOS build fix.

* Source/WebCore/rendering/RenderLayerScrollableArea.cpp:
(WebCore::RenderLayerScrollableArea::updateScrollableAreaSet):

Canonical link: https://commits.webkit.org/253511@main

Canonical link: https://commits.webkit.org/252432.1011@safari-7614.4.6.2-branch


  Commit: 85667ffb16b43c26dd9434681c8f5b68f3f072ff
  
https://github.com/WebKit/WebKit/commit/85667ffb16b43c26dd9434681c8f5b68f3f072ff
  Author: Jer Noble 
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
A LayoutTests/media/audio-session-category-unmute-mute-expected.txt
A LayoutTests/media/audio-session-category-unmute-mute.html
M LayoutTests/media/video-test.js
M LayoutTests/platform/gtk/TestExpectations
M Source/WebCore/platform/audio/PlatformMediaSession.cpp
M Source/WebCore/platform/audio/PlatformMediaSession.h
M Source/WebCore/platform/audio/cocoa/MediaSessionManagerCocoa.mm
M Source/WebCore/platform/audio/glib/MediaSessionManagerGLib.cpp

  Log Message:
  ---
  Cherry-pick 2ed67ffbd825. rdar://problem/103408312

[iOS] Changing the mute state of autoplaying silent videos can interrupt 
system audio
https://bugs.webkit.org/show_bug.cgi?id=249408
rdar://103408312

Reviewed by Eric Carlson.

WebKit will attempt to leave the default AVAudioSession category in 
"ambient"
when no audible 

[webkit-changes] [WebKit/WebKit] 74e625: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.3.6.11-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 74e625c00172f1e9d5e35a50532113c4afbf13c8
  
https://github.com/WebKit/WebKit/commit/74e625c00172f1e9d5e35a50532113c4afbf13c8
  Author: Alan Coon 
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.6.11.1

Canonical link: https://commits.webkit.org/252432.776@safari-7614.3.6.11-branch


  Commit: bf969466e0cbca287924d8ed961e4365854d7f8e
  
https://github.com/WebKit/WebKit/commit/bf969466e0cbca287924d8ed961e4365854d7f8e
  Author: Alan Coon 
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
M Source/WebKit/UIProcess/Cocoa/WebViewImpl.h
M Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm

  Log Message:
  ---
  Apply patch. rdar://problem/101872145

Cherry-pick of fcfc9e6f2890.

Canonical link: https://commits.webkit.org/252432.777@safari-7614.3.6.11-branch


  Commit: e855a3691f814bcf4864c389f0e103614002181b
  
https://github.com/WebKit/WebKit/commit/e855a3691f814bcf4864c389f0e103614002181b
  Author: Michael Saboff 
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
M Source/WebKit/Configurations/WebContentService.Crashy.xcconfig
M Source/WebKit/UIProcess/WebProcessPool.h
M Source/WebKit/UIProcess/WebProcessProxy.h

  Log Message:
  ---
  Cherry-pick 2fb42dcd321a. rdar://problem/101876374

The crashy WebKit XPC service causes Safari to Crash on iOS
https://bugs.webkit.org/show_bug.cgi?id=247395
rdar://101876374

Reviewed by Chris Dumez.

When calling sendToAllProcessesForSession(), we should ignore crashy 
WebProcesses.
Also fixed WebContent.Crashy configuration for iOS so that we install the 
service and don't
change the code signing flags.

* Source/WebKit/Configurations/WebContentService.Crashy.xcconfig:
* Source/WebKit/UIProcess/WebProcessPool.h:
(WebKit::WebProcessPool::sendToAllProcessesForSession):
* Source/WebKit/UIProcess/WebProcessProxy.h:
(WebKit::WebProcessProxy::isCrashyProcess const):
(WebKit::WebProcessProxy::isCrashyProcess): Deleted.

Canonical link: https://commits.webkit.org/256434@main

Canonical link: https://commits.webkit.org/252432.778@safari-7614.3.6.11-branch


  Commit: 66a8f564bcd33e9d4fe7b562165c076d4050e385
  
https://github.com/WebKit/WebKit/commit/66a8f564bcd33e9d4fe7b562165c076d4050e385
  Author: Alan Coon 
  Date:   2022-11-09 (Wed, 09 Nov 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.6.11.2

Canonical link: https://commits.webkit.org/252432.779@safari-7614.3.6.11-branch


  Commit: 94f9a5af886d93cdb2f0bedb569e79b404a6dadd
  
https://github.com/WebKit/WebKit/commit/94f9a5af886d93cdb2f0bedb569e79b404a6dadd
  Author: Alan Coon 
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.6.11.3

Canonical link: https://commits.webkit.org/252432.780@safari-7614.3.6.11-branch


  Commit: f8eed66238ebabfebca1961734e1dc8bd5a26d37
  
https://github.com/WebKit/WebKit/commit/f8eed66238ebabfebca1961734e1dc8bd5a26d37
  Author: Ben Nham 
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
M Source/WebKit/Platform/cocoa/SharedMemoryCocoa.cpp

  Log Message:
  ---
  Cherry-pick eece793cfe01. rdar://problem/99827403

Shared memory IPC sometimes

[webkit-changes] [WebKit/WebKit] a95944: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.3.6.10-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: a95944f266e4106b59b170fc0b7690ac7bc6f3b6
  
https://github.com/WebKit/WebKit/commit/a95944f266e4106b59b170fc0b7690ac7bc6f3b6
  Author: Alan Coon 
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.6.10.1

Canonical link: https://commits.webkit.org/252432.776@safari-7614.3.6.10-branch


  Commit: 41506903d7a70947098f00cfee6f137a93f9e3c6
  
https://github.com/WebKit/WebKit/commit/41506903d7a70947098f00cfee6f137a93f9e3c6
  Author: Alan Coon 
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
M Source/WebKit/UIProcess/Cocoa/WebViewImpl.h
M Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm

  Log Message:
  ---
  Apply patch. rdar://problem/101872145

Cherry-pick of fcfc9e6f2890.

Canonical link: https://commits.webkit.org/252432.777@safari-7614.3.6.10-branch


  Commit: cda5fa7be9fbffe933f0f3b42a9f356ff67f4848
  
https://github.com/WebKit/WebKit/commit/cda5fa7be9fbffe933f0f3b42a9f356ff67f4848
  Author: Michael Saboff 
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
M Source/WebKit/Configurations/WebContentService.Crashy.xcconfig
M Source/WebKit/UIProcess/WebProcessPool.h
M Source/WebKit/UIProcess/WebProcessProxy.h

  Log Message:
  ---
  Cherry-pick 2fb42dcd321a. rdar://problem/101876374

The crashy WebKit XPC service causes Safari to Crash on iOS
https://bugs.webkit.org/show_bug.cgi?id=247395
rdar://101876374

Reviewed by Chris Dumez.

When calling sendToAllProcessesForSession(), we should ignore crashy 
WebProcesses.
Also fixed WebContent.Crashy configuration for iOS so that we install the 
service and don't
change the code signing flags.

* Source/WebKit/Configurations/WebContentService.Crashy.xcconfig:
* Source/WebKit/UIProcess/WebProcessPool.h:
(WebKit::WebProcessPool::sendToAllProcessesForSession):
* Source/WebKit/UIProcess/WebProcessProxy.h:
(WebKit::WebProcessProxy::isCrashyProcess const):
(WebKit::WebProcessProxy::isCrashyProcess): Deleted.

Canonical link: https://commits.webkit.org/256434@main

Canonical link: https://commits.webkit.org/252432.778@safari-7614.3.6.10-branch


  Commit: f7db928f94c767c70ab07f498dc89862dca2fefd
  
https://github.com/WebKit/WebKit/commit/f7db928f94c767c70ab07f498dc89862dca2fefd
  Author: Alan Coon 
  Date:   2022-11-09 (Wed, 09 Nov 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.6.10.2

Canonical link: https://commits.webkit.org/252432.779@safari-7614.3.6.10-branch


Compare: https://github.com/WebKit/WebKit/compare/a95944f266e4%5E...f7db928f94c7
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] c6fe44: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.3.1.12-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: c6fe4429519f487878fbf96a54069781cb3968d8
  
https://github.com/WebKit/WebKit/commit/c6fe4429519f487878fbf96a54069781cb3968d8
  Author: Alan Coon 
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.1.12.1

Canonical link: https://commits.webkit.org/252432.508@safari-7614.3.1.12-branch


  Commit: 465e3e66d89423734b309df425b85bebdb072093
  
https://github.com/WebKit/WebKit/commit/465e3e66d89423734b309df425b85bebdb072093
  Author: Alan Coon 
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
M Source/WebCore/rendering/RenderImage.cpp

  Log Message:
  ---
  Apply patch. rdar://problem/101296275

Canonical link: https://commits.webkit.org/252432.510@safari-7614.3.1.12-branch


Compare: https://github.com/WebKit/WebKit/compare/c6fe4429519f%5E...465e3e66d894
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 808876: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.2.9.10-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 8088764b5ef937851cd45d74245cc980fc55d5fb
  
https://github.com/WebKit/WebKit/commit/8088764b5ef937851cd45d74245cc980fc55d5fb
  Author: Alan Coon 
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.2.9.10.1

Canonical link: https://commits.webkit.org/252432.472@safari-7614.2.9.10-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 36ed8e: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.2.9.1-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 36ed8ec6fac74f87855a13d56e6b98b37584b6e9
  
https://github.com/WebKit/WebKit/commit/36ed8ec6fac74f87855a13d56e6b98b37584b6e9
  Author: Alan Coon 
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.2.9.1.1

Canonical link: https://commits.webkit.org/252432.461@safari-7614.2.9.1-branch


  Commit: 6f9ea5feadacd24439a4e8b7d2e65eb81ccdd776
  
https://github.com/WebKit/WebKit/commit/6f9ea5feadacd24439a4e8b7d2e65eb81ccdd776
  Author: Alan Coon 
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm
M Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreScrollPosition.mm

  Log Message:
  ---
  Apply patch. rdar://problem/96703879

Canonical link: https://commits.webkit.org/252432.462@safari-7614.2.9.1-branch


  Commit: 2cc5e3e4fd01545bb0d315a7ef3bf4c1ddaa3fdf
  
https://github.com/WebKit/WebKit/commit/2cc5e3e4fd01545bb0d315a7ef3bf4c1ddaa3fdf
  Author: Sammy Gill 
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
A 
LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-definite-cross-size-constrained-percentage-expected.html
A 
LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-definite-cross-size-constrained-percentage-ref.html
A 
LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flexbox-definite-cross-size-constrained-percentage.html
M Source/WebCore/rendering/RenderFlexibleBox.cpp

  Log Message:
  ---
  Cherry-pick 39cc41965e9e. rdar://problem/99469852

Consider Container Percentage Sizes When Determining Definite Cross Size
https://bugs.webkit.org/show_bug.cgi?id=245194
rdar://99469852

Reviewed by Alan Bujtas.

When computing the transferred size suggestion for the minimum size of
flex items, we need to use the intrinsic aspect ratio and the definite
cross size. Both the Flexbox specification and CSS-Sizing specification
provide information on when a size can be considered definite. This
patch implements the following portion of the Flexbox spec to determine
the definite cross size:

If a single-line flex container has a definite cross size, the outer
cross size of any stretched flex items is the flex container’s inner
cross size (clamped to the flex item’s min and max cross size) and is
considered definite.

The new test case provides an instance of a scenario where this addition
is important. The image is being used as a flex item, but the flex
container is being constrained by another containing block that has a
specified height that is smaller than the image. When computing the
automatic minimum size (specifically the transferred size suggestion),
we can determine that the flex container has a definite cross size using
its percentage specified height along with the height available to it.
Then, we can use this cross size along with the image's aspect ratio
to determine the appropriate main size.

Spec: https://www.w3.org/TR/css-flexbox-1/#min-size-auto
https://www.w3.org/TR/css-flexbox-1/#definite

* Source/WebCore/rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::childCrossSizeShouldUseContainerCrossSize 
const):

(WebCore::RenderFlexibleBox::computeCrossSizeForChildUsingContainerCrossSize 
const):

Canonical link: https://commits.webkit.org/254758@main

Canonical link: https://commits.webkit.org/252432.463@safari-7614.2.9.1-branch


  Commit: f5c6a889a53bcc31bdffe9653fadee198c8b357a
  
https://github.com/WebKit/WebKit/commit/f5c6a889a53bcc31bdffe9653fadee198c8b357a
  Author: Simon Fraser 
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
M Source/WebCore/page/scrolling/ScrollingTree.cpp
M Source/WebCore/page/scrolling/ScrollingTree.h
M 
Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.h
M 
Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteScrollingCoordinator.h
M 
Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteScrollingCoordinator.messages.in
M 
Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteScrollingCoordinator.mm

  Log Message:
  ---
  Cherry-pick e7b60434701b. rdar://problem/100283905

[webkit-changes] [WebKit/WebKit] e98f99: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.3.2.100-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: e98f998042b22813c2235735c1c2c8e55f921925
  
https://github.com/WebKit/WebKit/commit/e98f998042b22813c2235735c1c2c8e55f921925
  Author: Alan Coon 
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.2.100.1

Canonical link: https://commits.webkit.org/252432.567@safari-7614.3.2.100-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 931ec5: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.3.2.101-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 931ec54efe86ac9e0653c0ec6cbd4f46848594d8
  
https://github.com/WebKit/WebKit/commit/931ec54efe86ac9e0653c0ec6cbd4f46848594d8
  Author: Alan Coon 
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.2.101.1

Canonical link: https://commits.webkit.org/252432.568@safari-7614.3.2.101-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] bf133c: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.1.22.1-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: bf133c564737fe18211bdfc15fddcdf4c303d04c
  
https://github.com/WebKit/WebKit/commit/bf133c564737fe18211bdfc15fddcdf4c303d04c
  Author: Alan Coon 
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.1.22.1.1

Canonical link: https://commits.webkit.org/252432.10@safari-7614.1.22.1-branch


  Commit: 0bb5d2efd7b8cfe9bc4aa7f6b8911e5267edcab4
  
https://github.com/WebKit/WebKit/commit/0bb5d2efd7b8cfe9bc4aa7f6b8911e5267edcab4
  Author: Alan Coon 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.1.22.1.2

Canonical link: https://commits.webkit.org/252432.11@safari-7614.1.22.1-branch


  Commit: 1f95c437d9ed360a1f13ca09ae8d1a89ac1a8816
  
https://github.com/WebKit/WebKit/commit/1f95c437d9ed360a1f13ca09ae8d1a89ac1a8816
  Author: J Pascoe 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M Source/WTF/wtf/cocoa/SpanCocoa.h
M Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientInputs.cpp
M Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientInputs.h
M Source/WebCore/Modules/webauthn/cbor/CBORReader.cpp
M Source/WebCore/Modules/webauthn/cbor/CBORReader.h
M Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm

  Log Message:
  ---
  Cherry-pick c93cca1a0e69. rdar://problem/96912101

[WebAuthn] CBOR encoded extensions not passed along during assertions
https://bugs.webkit.org/show_bug.cgi?id=242913
rdar://96912101

Reviewed by Chris Dumez.

* Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:
(+[_WKWebAuthenticationPanel convertToCoreRequestOptionsWithOptions:]):
* Source/WTF/wtf/cocoa/SpanCocoa.h:
(WTF::asUInt8Span):
* Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientInputs.cpp:
(WebCore::AuthenticationExtensionsClientInputs::fromCBOR):
* Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientInputs.h:
* Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:
(+[_WKWebAuthenticationPanel convertToCoreCreationOptionsWithOptions:]):
(+[_WKWebAuthenticationPanel convertToCoreRequestOptionsWithOptions:]):
Pass along CBOR encoded extension to ASC, use span to avoid copy. Rest of 
callsites to be fixed in
https://bugs.webkit.org/show_bug.cgi?id=242919.

Canonical link: https://commits.webkit.org/252626@main

Canonical link: https://commits.webkit.org/252432.12@safari-7614.1.22.1-branch


  Commit: c35fbae3e6315ad381eb282e946a994faa51c887
  
https://github.com/WebKit/WebKit/commit/c35fbae3e6315ad381eb282e946a994faa51c887
  Author: Alan Coon 
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.1.22.1.3

Canonical link: https://commits.webkit.org/252432.13@safari-7614.1.22.1-branch


Compare: https://github.com/WebKit/WebKit/compare/bf133c564737%5E...c35fbae3e631
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 916e06: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.1.25.11-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 916e0654ae17563762554415ea6c7ca3248df804
  
https://github.com/WebKit/WebKit/commit/916e0654ae17563762554415ea6c7ca3248df804
  Author: Alan Coon 
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.1.25.11.1

Canonical link: https://commits.webkit.org/252432.102@safari-7614.1.25.11-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 8dd7a6: Versioning.

2023-10-26 Thread Alan Coon
  Branch: refs/heads/safari-7614.1.25.0-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 8dd7a6d9e3743fdf4317c10bdc341f9b2d39c55b
  
https://github.com/WebKit/WebKit/commit/8dd7a6d9e3743fdf4317c10bdc341f9b2d39c55b
  Author: Russell Epstein 
  Date:   2022-08-11 (Thu, 11 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.1.25.0.12

Canonical link: https://commits.webkit.org/252432.129@safari-7614.1.25.0-branch


  Commit: 4e22b2b3343ffac8e9995539df3f237f85038961
  
https://github.com/WebKit/WebKit/commit/4e22b2b3343ffac8e9995539df3f237f85038961
  Author: Russell Epstein 
  Date:   2022-08-12 (Fri, 12 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.1.25.0.13

Canonical link: https://commits.webkit.org/252432.130@safari-7614.1.25.0-branch


  Commit: 1aa0b483db7c98313e220ac9ab576fd9fa6eafbf
  
https://github.com/WebKit/WebKit/commit/1aa0b483db7c98313e220ac9ab576fd9fa6eafbf
  Author: Alan Coon 
  Date:   2022-08-15 (Mon, 15 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.1.25.0.14

Canonical link: https://commits.webkit.org/252432.131@safari-7614.1.25.0-branch


  Commit: 4bfaa1ce427e6ab50dbf9e7b954e8cd695a631ea
  
https://github.com/WebKit/WebKit/commit/4bfaa1ce427e6ab50dbf9e7b954e8cd695a631ea
  Author: Alan Coon 
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.1.25.0.15

Canonical link: https://commits.webkit.org/252432.132@safari-7614.1.25.0-branch


  Commit: a04ce475f15f78a36a0e69a343a290dc6f397f77
  
https://github.com/WebKit/WebKit/commit/a04ce475f15f78a36a0e69a343a290dc6f397f77
  Author: Alex Christensen 
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
M Source/WebKit/UIProcess/WebProcessProxy.cpp
M Source/WebKit/UIProcess/WebProcessProxy.h

  Log Message:
  ---
  Cherry-pick 2cd7eec58eff. rdar://problem/98313174

WebProcessProxy should keep WebsiteDataStore alive
https://bugs.webkit.org/show_bug.cgi?id=243960


Reviewed by Chris Dumez.

This effectively reverts bug 238892 because it caused rdar://98313174
Tasks such as the one scheduled in 
WorkerSWClientConnection::unregisterServiceWorkerClient
need a connection to the network process, and if the network process has 
crashed
then they need a WebsiteDataStore to restart that network process, so a 
WebProcessProxy
needs to keep a WebsiteDataStore alive.

* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::m_webPermissionController):
(WebKit::WebProcessProxy::setWebsiteDataStore):
(WebKit::WebProcessProxy::isDummyProcessProxy const):
(WebKit::WebProcessProxy::addExistingWebPage):
(WebKit::WebProcessProxy::getNetworkProcessConnection):
(WebKit::WebProcessProxy::sessionID const):
(WebKit

[webkit-changes] [WebKit/WebKit] 2d1cbc: Versioning.

2023-03-27 Thread Alan Coon
  Branch: refs/heads/safari-7614.3.7.2-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 2d1cbc7d47a94183efcfee83b53f81f51e0a1732
  
https://github.com/WebKit/WebKit/commit/2d1cbc7d47a94183efcfee83b53f81f51e0a1732
  Author: Alan Coon 
  Date:   2022-11-12 (Sat, 12 Nov 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.7.2.1

Canonical link: https://commits.webkit.org/252432.805@safari-7614.3.7.2-branch


  Commit: c7e21bf141799f6c04bb0a069489e9465a522ae7
  
https://github.com/WebKit/WebKit/commit/c7e21bf141799f6c04bb0a069489e9465a522ae7
  Author: Youenn Fablet 
  Date:   2022-11-12 (Sat, 12 Nov 2022)

  Changed paths:
A 
LayoutTests/fast/mediastream/mediastreamtrack-configurationchange-expected.txt
A LayoutTests/fast/mediastream/mediastreamtrack-configurationchange.html
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/Modules/mediastream/MediaStreamTrack.cpp
M Source/WebCore/Modules/mediastream/MediaStreamTrack.h
M Source/WebCore/Modules/mediastream/MediaStreamTrack.idl
M Source/WebCore/dom/EventNames.h
M Source/WebCore/platform/mediastream/MediaStreamTrackPrivate.cpp
M Source/WebCore/platform/mediastream/MediaStreamTrackPrivate.h
M Source/WebCore/platform/mediastream/RealtimeMediaSource.cpp
M Source/WebCore/platform/mediastream/RealtimeMediaSource.h
M 
Source/WebCore/platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.h
M 
Source/WebCore/platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.mm
M Source/WebCore/platform/mediastream/mac/BaseAudioSharedUnit.cpp
M Source/WebCore/platform/mediastream/mac/BaseAudioSharedUnit.h
M Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.cpp
M Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.h
M Source/WebCore/platform/mediastream/mac/RealtimeMediaSourceCenterMac.mm
M Source/WebCore/platform/mock/MockRealtimeMediaSourceCenter.cpp
M Source/WebCore/platform/mock/MockRealtimeMediaSourceCenter.h
M Source/WebKit/GPUProcess/GPUProcess.cpp
M Source/WebKit/GPUProcess/GPUProcess.h
M Source/WebKit/GPUProcess/GPUProcess.messages.in
M Source/WebKit/UIProcess/API/C/WKPage.cpp
M Source/WebKit/UIProcess/API/C/WKPagePrivate.h
M Source/WebKit/UIProcess/Cocoa/UserMediaCaptureManagerProxy.cpp
M Source/WebKit/UIProcess/GPU/GPUProcessProxy.cpp
M Source/WebKit/UIProcess/GPU/GPUProcessProxy.h
M Source/WebKit/WebProcess/cocoa/RemoteRealtimeMediaSource.cpp
M Source/WebKit/WebProcess/cocoa/RemoteRealtimeMediaSource.h
M Source/WebKit/WebProcess/cocoa/UserMediaCaptureManager.cpp
M Source/WebKit/WebProcess/cocoa/UserMediaCaptureManager.h
M Source/WebKit/WebProcess/cocoa/UserMediaCaptureManager.messages.in
M Tools/WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl
M Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp
M Tools/WebKitTestRunner/InjectedBundle/TestRunner.h
M Tools/WebKitTestRunner/TestController.cpp
M Tools/WebKitTestRunner/TestController.h
M Tools/WebKitTestRunner/TestInvocation.cpp

  Log Message:
  ---
  Cherry-pick 78a2a0119f7b. rdar://problem/100335624

[iOS] Fire configurationchange event in case of switching automatically to 
another microphone while capturing
https://bugs.webkit.org/show_bug.cgi?id=244535
rdar://problem/99331061

Reviewed by Eric Carlson.

On iOS, the user may change of audio device through control center, while 
capturing.
In that case, the microphone automatically switches to the new device.
To expose this to the WebPage, we can use configurationchange event.
The flow is:
- AVAudioSessionCaptureDeviceManager detects microphone change
- CoreAudioSharedUnit notifies CoreAudioCaptureSource in GPUProcess.
- UserMediaCaptureManagerProxy is notified by CoreAudioCaptureSource and 
notifies UserMediaCaptureManager through IPC.
- UserMediaCaptureManager in WebProcess notifies its source which notifies 
its MediaStreamTrack(s).
- At the same time, settings and capabilities are updated.

We add a mock API to test this code path.

Covered by 
LayoutTests/fast/mediastream/mediastreamtrack-configurationchange.html.

* 
LayoutTests/fast/mediastream/mediastreamtrack-configurationchange-expected.txt: 
Added.
* LayoutTests/fast/mediastream/mediastreamtrack-configurationchange.html: 
Added.
* Source/WebCore/Modules

[webkit-changes] [WebKit/WebKit] 60635d: Versioning.

2023-02-06 Thread Alan Coon
  Branch: refs/heads/safari-7615-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 60635d719037e2e723734d9c86c6c91806d4a28f
  
https://github.com/WebKit/WebKit/commit/60635d719037e2e723734d9c86c6c91806d4a28f
  Author: Alan Coon 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.19

Canonical link: https://commits.webkit.org/259548.1@safari-7615-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] b9f376: Versioning.

2023-01-30 Thread Alan Coon
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b9f37668689e002701ad7b29ffbd4b57094c3bcf
  
https://github.com/WebKit/WebKit/commit/b9f37668689e002701ad7b29ffbd4b57094c3bcf
  Author: Alan Coon 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7616.1.1

* Configurations/Version.xcconfig:

Canonical link: https://commits.webkit.org/259578@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-30 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.18.10
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] cdf825: Versioning.

2023-01-30 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.18-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: cdf8254a18690b02b4d50dc6075245eb98df1ed6
  
https://github.com/WebKit/WebKit/commit/cdf8254a18690b02b4d50dc6075245eb98df1ed6
  Author: Alan Coon 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.18.10

Canonical link: https://commits.webkit.org/258608.72@safari-7615.1.18-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-24 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.1.6
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] ec082c: Versioning.

2023-01-24 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16.1-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: ec082c0ab92059b8a8af48bf1821ef774794a65a
  
https://github.com/WebKit/WebKit/commit/ec082c0ab92059b8a8af48bf1821ef774794a65a
  Author: Alan Coon 
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.1.6

Canonical link: https://commits.webkit.org/257979.24@safari-7615.1.16.1-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-23 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.18.7
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 87cd7c: Versioning.

2023-01-23 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.18-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 87cd7cc22c65eb6c30eb98f71af856bef7c9810a
  
https://github.com/WebKit/WebKit/commit/87cd7cc22c65eb6c30eb98f71af856bef7c9810a
  Author: Alan Coon 
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.18.8

Canonical link: https://commits.webkit.org/258608.28@safari-7615.1.18-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-20 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.1.5
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-20 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.1.4
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-20 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.1.4
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 05eb6c: Versioning.

2023-01-20 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16.1-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 05eb6ca39cb69f67f83d62288f818cbccc30f21b
  
https://github.com/WebKit/WebKit/commit/05eb6ca39cb69f67f83d62288f818cbccc30f21b
  Author: Alan Coon 
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.1.5

Canonical link: https://commits.webkit.org/257979.23@safari-7615.1.16.1-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-19 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.18.6
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] cadff2: Versioning.

2023-01-18 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.18-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: cadff2a25765674a26c0c126f122eb1141d0e7d7
  
https://github.com/WebKit/WebKit/commit/cadff2a25765674a26c0c126f122eb1141d0e7d7
  Author: Alan Coon 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.18.6

Canonical link: https://commits.webkit.org/258608.21@safari-7615.1.18-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-18 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.1.4
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 2ee124: Versioning.

2023-01-18 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16.1-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 2ee124be73eabc45664e58a05eb4d6fcb4252fe6
  
https://github.com/WebKit/WebKit/commit/2ee124be73eabc45664e58a05eb4d6fcb4252fe6
  Author: Alan Coon 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.1.4

Canonical link: https://commits.webkit.org/257979.21@safari-7615.1.16.1-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-17 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.18.5
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-17 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.1.3
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] cf67c7: Versioning.

2023-01-17 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16.1-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: cf67c73f7241643d106fbdbe6f9ed33de38f3cb7
  
https://github.com/WebKit/WebKit/commit/cf67c73f7241643d106fbdbe6f9ed33de38f3cb7
  Author: Alan Coon 
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.1.3

Canonical link: https://commits.webkit.org/257979.19@safari-7615.1.16.1-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] dc1c1c: WebKit versions lack prefix

2023-01-13 Thread Alan Coon
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dc1c1c69c6a8ad0c7678cb278e806caa60f2be21
  
https://github.com/WebKit/WebKit/commit/dc1c1c69c6a8ad0c7678cb278e806caa60f2be21
  Author: Alan Coon 
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig
M Configurations/WebKitTargetConditionals.xcconfig

  Log Message:
  ---
  WebKit versions lack prefix
https://bugs.webkit.org/show_bug.cgi?id=250521
rdar://103407903

Reviewed by Alexey Proskuryakov.

* Configurations/Version.xcconfig:
Add configuration for 14.
* Configurations/WebKitTargetConditionals.xcconfig:

Canonical link: https://commits.webkit.org/258900@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] fb0ee7: Versioning.

2023-01-13 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.18-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: fb0ee7994829a41547dc92a5a40007dac3c5c3fa
  
https://github.com/WebKit/WebKit/commit/fb0ee7994829a41547dc92a5a40007dac3c5c3fa
  Author: Alan Coon 
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.18.3

Canonical link: https://commits.webkit.org/258608.16@safari-7615.1.18-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-13 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.18.2
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] ddf409: Versioning.

2023-01-13 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.18-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: ddf40911b7dfbdc3d1d75dcd4a0f78087ab1f61c
  
https://github.com/WebKit/WebKit/commit/ddf40911b7dfbdc3d1d75dcd4a0f78087ab1f61c
  Author: Alan Coon 
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.18.2

Canonical link: https://commits.webkit.org/258608.15@safari-7615.1.18-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-13 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.1.2
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-12 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.18.1
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 9c91b7: Versioning.

2023-01-12 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.18-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 9c91b72d8ccec3f8bb6ad8181cf38077bc1a4fad
  
https://github.com/WebKit/WebKit/commit/9c91b72d8ccec3f8bb6ad8181cf38077bc1a4fad
  Author: Alan Coon 
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.18.1

Canonical link: https://commits.webkit.org/258608.14@safari-7615.1.18-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-06 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.5
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-06 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.17
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 7ccb4d: Versioning.

2023-01-06 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 7ccb4d58addd11f293a41e743b5d014353fe25aa
  
https://github.com/WebKit/WebKit/commit/7ccb4d58addd11f293a41e743b5d014353fe25aa
  Author: Alan Coon 
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.5

Canonical link: https://commits.webkit.org/257979.16@safari-7615.1.16-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-05 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.4
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] fab1a2: Versioning.

2023-01-04 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16.1-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: fab1a2f17d085ddae4cbce562c196e639ff1fa6a
  
https://github.com/WebKit/WebKit/commit/fab1a2f17d085ddae4cbce562c196e639ff1fa6a
  Author: Alan Coon 
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.1.1

Canonical link: https://commits.webkit.org/257979.10@safari-7615.1.16.1-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-04 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16.1-branch
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-04 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.3
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] e7d4ea: Versioning.

2023-01-04 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: e7d4ea5a0354d0493219e3c48fc1fe4330ef5309
  
https://github.com/WebKit/WebKit/commit/e7d4ea5a0354d0493219e3c48fc1fe4330ef5309
  Author: Alan Coon 
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.3

Canonical link: https://commits.webkit.org/257979.12@safari-7615.1.16-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-03 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.2
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 459b9a: Versioning.

2023-01-03 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.17-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 459b9a36973c9d69cb54bd20b8f5ccd12a589766
  
https://github.com/WebKit/WebKit/commit/459b9a36973c9d69cb54bd20b8f5ccd12a589766
  Author: Alan Coon 
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.17

Canonical link: https://commits.webkit.org/258382.1@safari-7615.1.17-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2023-01-03 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.17-branch
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 2429a7: Versioning.

2023-01-03 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 2429a72f6cabf8cef30ccf417f850b3e45ec1921
  
https://github.com/WebKit/WebKit/commit/2429a72f6cabf8cef30ccf417f850b3e45ec1921
  Author: Alan Coon 
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.2

Canonical link: https://commits.webkit.org/257979.10@safari-7615.1.16-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-22 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.12
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] c20edf: Versioning.

2022-12-22 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: c20edf89b4d30f7459537f17828ff8074e71ad6c
  
https://github.com/WebKit/WebKit/commit/c20edf89b4d30f7459537f17828ff8074e71ad6c
  Author: Alan Coon 
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.12

Canonical link: https://commits.webkit.org/257350.24@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-21 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.11
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 2dd6a0: Versioning.

2022-12-21 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 2dd6a0631408ce3f18c5bb312afc51905619b128
  
https://github.com/WebKit/WebKit/commit/2dd6a0631408ce3f18c5bb312afc51905619b128
  Author: Alan Coon 
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.10

Canonical link: https://commits.webkit.org/257350.22@safari-7615.1.14-branch


  Commit: e7da0001cadcfd8ce9cdc6916605675a460232a9
  
https://github.com/WebKit/WebKit/commit/e7da0001cadcfd8ce9cdc6916605675a460232a9
  Author: Alan Coon 
  Date:   2022-12-21 (Wed, 21 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.11

Canonical link: https://commits.webkit.org/257350.23@safari-7615.1.14-branch


Compare: https://github.com/WebKit/WebKit/compare/ceccdde47654...e7da0001cadc
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-20 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16.1
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 4ee27a: Versioning.

2022-12-20 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 4ee27ae9301d4a9b9562ac227758e2b36e843c6c
  
https://github.com/WebKit/WebKit/commit/4ee27ae9301d4a9b9562ac227758e2b36e843c6c
  Author: Alan Coon 
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16.1

Canonical link: https://commits.webkit.org/257979.9@safari-7615.1.16-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-20 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.16
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 627ed2: Revert 257919@main "[GPUP] Enable media parser dae...

2022-12-20 Thread Alan Coon
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 627ed2cc59826cc77126e35321bb12951b4f9ab6
  
https://github.com/WebKit/WebKit/commit/627ed2cc59826cc77126e35321bb12951b4f9ab6
  Author: Alan Coon 
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
M Source/WTF/wtf/PlatformUse.h
M Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
M Source/WebCore/PAL/pal/spi/cocoa/AVStreamDataParserSPI.h

  Log Message:
  ---
  Revert 257919@main "[GPUP] Enable media parser daemon".
https://bugs.webkit.org/show_bug.cgi?id=247023
rdar://103561991

Unreviewed rollout.

This reverts commit 5706da05646f36a50f05807d66e33587b1e36185.

Canonical link: https://commits.webkit.org/258155@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 6db4a8: Revert 257919@main "[GPUP] Enable media parser dae...

2022-12-20 Thread Alan Coon
  Branch: refs/heads/eng/coon/103561991
  Home:   https://github.com/WebKit/WebKit
  Commit: 6db4a809ed4c79d28e97832dada0f3a95ffbd624
  
https://github.com/WebKit/WebKit/commit/6db4a809ed4c79d28e97832dada0f3a95ffbd624
  Author: Alan Coon 
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
M Source/WTF/wtf/PlatformUse.h
M Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
M Source/WebCore/PAL/pal/spi/cocoa/AVStreamDataParserSPI.h

  Log Message:
  ---
  Revert 257919@main "[GPUP] Enable media parser daemon".
https://bugs.webkit.org/show_bug.cgi?id=247023
rdar://103561991

Unreviewed rollout.

This reverts commit 5706da05646f36a50f05807d66e33587b1e36185.


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 810353: Revert 257919@main "[GPUP] Enable media parser dae...

2022-12-20 Thread Alan Coon
  Branch: refs/heads/eng/coon/103561991
  Home:   https://github.com/WebKit/WebKit
  Commit: 810353a9fbbe88c3cdce288956c3bbd173ad7b05
  
https://github.com/WebKit/WebKit/commit/810353a9fbbe88c3cdce288956c3bbd173ad7b05
  Author: Alan Coon 
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
M Source/WTF/wtf/PlatformUse.h
M Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
M Source/WebCore/PAL/pal/spi/cocoa/AVStreamDataParserSPI.h

  Log Message:
  ---
  Revert 257919@main "[GPUP] Enable media parser daemon".
https://bugs.webkit.org/show_bug.cgi?id=247023
rdar://103561991

This reverts commit 5706da05646f36a50f05807d66e33587b1e36185.


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 2064a3: Revert 257919@main "[GPUP] Enable media parser dae...

2022-12-20 Thread Alan Coon
  Branch: refs/heads/eng/coon/103561991
  Home:   https://github.com/WebKit/WebKit
  Commit: 2064a3e231fe9694145f6032802b2156500c53e9
  
https://github.com/WebKit/WebKit/commit/2064a3e231fe9694145f6032802b2156500c53e9
  Author: Alan Coon 
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
M Source/WTF/wtf/PlatformUse.h
M Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
M Source/WebCore/PAL/pal/spi/cocoa/AVStreamDataParserSPI.h

  Log Message:
  ---
  Revert 257919@main "[GPUP] Enable media parser daemon".
rdar://103561991

This reverts commit 5706da05646f36a50f05807d66e33587b1e36185.


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 998b5b: Revert 5706da05646f. rdar://problem/103561991

2022-12-20 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 998b5b2a7555c1aea825d3d8f8514a3a0117aaf6
  
https://github.com/WebKit/WebKit/commit/998b5b2a7555c1aea825d3d8f8514a3a0117aaf6
  Author: Alan Coon 
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
M Source/WTF/wtf/PlatformUse.h
M Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
M Source/WebCore/PAL/pal/spi/cocoa/AVStreamDataParserSPI.h

  Log Message:
  ---
  Revert 5706da05646f. rdar://problem/103561991

Canonical link: https://commits.webkit.org/257979.8@safari-7615.1.16-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 27039b: Versioning.

2022-12-19 Thread Alan Coon
  Branch: refs/heads/safari-7614.3.7.0-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 27039b0e60e9a4517d0534e43e7c6788a887be9d
  
https://github.com/WebKit/WebKit/commit/27039b0e60e9a4517d0534e43e7c6788a887be9d
  Author: Alan Coon 
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7614.3.7.0.1

Canonical link: https://commits.webkit.org/252432.805@safari-7614.3.7.0-branch


  Commit: 3b6eeb879c5adfa170549207af53f4f3467a1155
  
https://github.com/WebKit/WebKit/commit/3b6eeb879c5adfa170549207af53f4f3467a1155
  Author: Wenson Hsieh 
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
A 
LayoutTests/fast/viewport/ios/adjust-fixed-width-and-initial-scale-to-avoid-excessive-zooming-expected.txt
A 
LayoutTests/fast/viewport/ios/adjust-fixed-width-and-initial-scale-to-avoid-excessive-zooming.html
M Source/WebCore/page/ViewportConfiguration.cpp
M Source/WebCore/page/ViewportConfiguration.h
M Source/WebKit/WebProcess/WebPage/WebPage.cpp

  Log Message:
  ---
  Cherry-pick 36ed6c6840cc. rdar://problem/99448942

[iPadOS] Wikipedia pages are excessively zoomed in when viewed in an 
external display
https://bugs.webkit.org/show_bug.cgi?id=247636
rdar://99448942

Reviewed by Tim Horton.

When loading Wikipedia articles in an external display connected to iPad, 
the page dynamically sets
the meta viewport content string to `width=1000, initial-scale=3.6` (where 
the initial scale depends
on how wide the display is — in this example, 3600px wide). This leads to 
the contents of the
article being excessively zoomed, and difficult to read.

To mitigate this, we add a viewport sizing heuristic to cap the maximum 
initial scale of the page to
a much more reasonable value (somewhat arbitrarily chosen to be 1.2) in the 
case where both the
initial scale and viewport width are explicitly set. To keep this 
fixed-width viewport consistent
with the new initial scale, we also adjust the explicitly-specified 
viewport width as needed.

In the above example, this would turn the `width=1000, initial-scale=3.6` 
viewport specified by
Wikipedia into a `width=3000, initial-scale=1.2` viewport on an external 
display.

Test: 
fast/viewport/ios/adjust-fixed-width-and-initial-scale-to-avoid-excessive-zooming.html

* Source/WebCore/page/ViewportConfiguration.cpp:
(WebCore::viewportArgumentValueIsValid):
(WebCore::adjustViewportArgumentsToAvoidExcessiveZooming):
(WebCore::ViewportConfiguration::setViewportArguments):

Adjust viewport arguments after setting them, if needed.

(WebCore::ViewportConfiguration::description const):
* Source/WebCore/page/ViewportConfiguration.h:

Add the new policy bit.


(WebCore::ViewportConfiguration::setCanIgnoreViewportArgumentsToAvoidExcessiveZoom):
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::didCommitLoad):
(WebKit::WebPage::updateWebsitePolicies):

Set the above policy bit in the case where we're loading desktop-class 
content.

Canonical link: https://commits.webkit.org/256476@main

Canonical link: https://commits.webkit.org/252432.806@safari-7614.3.7.0-branch


  Commit: e6f0a257fbc48bc97a4b9f223b1e7ccade4cd6e1
  
https://github.com/WebKit/WebKit/commit/e6f0a257fbc48bc97a4b9f223b1e7ccade4cd6e1
  Author: Alan Bujtas 
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
M Source/WebCore/page/FrameView.cpp

  Log Message:
  ---
  Cherry-pick abb17906be3a. rdar://problem/101652475

FrameView::m_pendingTextFragmentIndicatorRange may get reset unexpectedly 
when the render tree is dirty
https://bugs.webkit.org/show_bug.cgi?id=247687


Reviewed by Wenson Hsieh.

This is a speculative fix to prevent a crash in TextIterator (via 
scrollToTextFragmentRange).

The idea here is to prevent the scrolling code from re-entering layout 
(through plainText() -> TextIterator -> updateLayoutIgnorePendingStylesheets())
when the render tree becomes dirty earlier at performPostLayoutTasks.
When we call plainText() the second time inside scrollToTextFragmentRange, 
m_pendingTextFragmentIndicatorRange may have already been wiped out
as the result of re-entering layout through the first plainText() call.

* Source/WebCore/page/FrameView.cpp:
(WebCore::FrameView::scrollToTextFragmentRange):
1.

[webkit-changes] [WebKit/WebKit] 2dd6a0: Versioning.

2022-12-16 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.10
  Home:   https://github.com/WebKit/WebKit
  Commit: 2dd6a0631408ce3f18c5bb312afc51905619b128
  
https://github.com/WebKit/WebKit/commit/2dd6a0631408ce3f18c5bb312afc51905619b128
  Author: Alan Coon 
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.10

Canonical link: https://commits.webkit.org/257350.22@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-16 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.15.1
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] c129ed: Versioning.

2022-12-16 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: c129ed0a47c1cfe3286b2654cc0c28fbb98c2e3d
  
https://github.com/WebKit/WebKit/commit/c129ed0a47c1cfe3286b2654cc0c28fbb98c2e3d
  Author: Alan Coon 
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.16

Canonical link: https://commits.webkit.org/257979.1@safari-7615.1.16-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-16 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.16-branch
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] ceccdd: Versioning.

2022-12-15 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: ceccdde476544d75cc82b9d249f7e2abc095d515
  
https://github.com/WebKit/WebKit/commit/ceccdde476544d75cc82b9d249f7e2abc095d515
  Author: Alan Coon 
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.9

Canonical link: https://commits.webkit.org/257350.21@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-15 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.8
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] b13894: Cherry-pick 0f43b50f3717. rdar://problem/103383066

2022-12-15 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: b13894ef830c742172f0a090541f373bbc0ca489
  
https://github.com/WebKit/WebKit/commit/b13894ef830c742172f0a090541f373bbc0ca489
  Author: Elliott Williams 
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
M Source/JavaScriptCore/DerivedSources.make
M Source/WebCore/DerivedSources.make
M Source/WebKit/DerivedSources.make
M Tools/DumpRenderTree/DerivedSources.make
M Tools/WebKitTestRunner/DerivedSources.make

  Log Message:
  ---
  Cherry-pick 0f43b50f3717. rdar://problem/103383066

[Xcode] Stop checking USE_LLVM_TARGET_TRIPLES_FOR_CLANG
https://bugs.webkit.org/show_bug.cgi?id=249348

Reviewed by Tim Horton.

Remove checks in DerivedSources Makefiles and make all target triple
logic unconditional.

Xcode has built with target triples for years, since at least Xcode 11.
Triples are also mandatory for building platforms like Mac Catalyst.

* Source/JavaScriptCore/DerivedSources.make:
* Source/WebCore/DerivedSources.make:
* Source/WebKit/DerivedSources.make:
* Tools/DumpRenderTree/DerivedSources.make:
* Tools/WebKitTestRunner/DerivedSources.make:

Canonical link: https://commits.webkit.org/257896@main

Canonical link: https://commits.webkit.org/257350.19@safari-7615.1.14-branch


  Commit: 43cf6256dc0b56c227b4c183c5e09b47dca36b5e
  
https://github.com/WebKit/WebKit/commit/43cf6256dc0b56c227b4c183c5e09b47dca36b5e
  Author: Alan Coon 
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.8

Canonical link: https://commits.webkit.org/257350.20@safari-7615.1.14-branch


Compare: https://github.com/WebKit/WebKit/compare/e5c099915c92...43cf6256dc0b
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 8164c6: Revert a1197f89b028. rdar://103331141

2022-12-14 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.15-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 8164c632b0cd3938d0e5b62134858b303ca2a5d2
  
https://github.com/WebKit/WebKit/commit/8164c632b0cd3938d0e5b62134858b303ca2a5d2
  Author: Alan Coon 
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
M LayoutTests/media/media-usage-state-expected.txt
M LayoutTests/media/media-usage-state.html
M Source/WebCore/PAL/pal/cocoa/UsageTrackingSoftLink.h
M Source/WebCore/PAL/pal/cocoa/UsageTrackingSoftLink.mm
M Source/WebCore/html/MediaElementSession.cpp
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
M Source/WebCore/platform/graphics/MediaUsageInfo.h
M Source/WebCore/testing/Internals.cpp
M Source/WebCore/testing/Internals.h
M Source/WebCore/testing/Internals.idl
M Source/WebKit/UIProcess/Media/cocoa/MediaUsageManagerCocoa.mm
M Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm

  Log Message:
  ---
  Revert a1197f89b028. rdar://103331141

Revert "Remove Quirk for shouldAutoplayForArbitraryUserGesture"

This reverts commit a1197f89b028684053b8ef59c3e88babed27493a.

Canonical link: https://commits.webkit.org/257698.7@safari-7615.1.15-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 3c65b2: Versioning.

2022-12-14 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.6
  Home:   https://github.com/WebKit/WebKit
  Commit: 3c65b2685ae9e5e5062bcc55238fcbf74b0b8401
  
https://github.com/WebKit/WebKit/commit/3c65b2685ae9e5e5062bcc55238fcbf74b0b8401
  Author: Alan Coon 
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.6

Canonical link: https://commits.webkit.org/257350.18@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 88df8b: Versioning.

2022-12-14 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14.4-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 88df8bd89363678347460ddbcc8c8c3cec1d
  
https://github.com/WebKit/WebKit/commit/88df8bd89363678347460ddbcc8c8c3cec1d
  Author: Alan Coon 
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.4.1

Canonical link: https://commits.webkit.org/257350.14@safari-7615.1.14.4-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-14 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14.4-branch
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-14 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.4
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-14 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.5
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] fad51b: Versioning.

2022-12-14 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: fad51bbdbed0f2f266dcd7c58db56cdf925a45e1
  
https://github.com/WebKit/WebKit/commit/fad51bbdbed0f2f266dcd7c58db56cdf925a45e1
  Author: Alan Coon 
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.5

Canonical link: https://commits.webkit.org/257350.17@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-12 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.3
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] c3eeb7: Cherry-pick 68b73575a9aa. rdar://103217701

2022-12-12 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: c3eeb7554a44e8af09a6f9a04201eb453a7a55f0
  
https://github.com/WebKit/WebKit/commit/c3eeb7554a44e8af09a6f9a04201eb453a7a55f0
  Author: David Kilzer 
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
M Source/WebCore/editing/cocoa/DataDetection.mm

  Log Message:
  ---
  Cherry-pick 68b73575a9aa. rdar://103217701

DataDetection.mm fails to build with newer clang when initializing 
DDQueryOffset
https://bugs.webkit.org/show_bug.cgi?id=249078


Unreviewed build fix.

Use designated initializers to fix this warning:

DataDetection.mm:549:53: error: missing field 'offset' initializer 
[-Werror,-Wmissing-field-initializers]

* Source/WebCore/editing/cocoa/DataDetection.mm:
(WebCore::DataDetection::detectContentInRange):
- Switch to using designated initializers for DDQueryOffset.

Canonical link: https://commits.webkit.org/257687@main

Canonical link: https://commits.webkit.org/257350.15@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-12 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.15-branch
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 05d3c3: Versioning.

2022-12-12 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 05d3c3f5149efd071b5d0ac7a266b084282637b1
  
https://github.com/WebKit/WebKit/commit/05d3c3f5149efd071b5d0ac7a266b084282637b1
  Author: Alan Coon 
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.3

Canonical link: https://commits.webkit.org/257350.14@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-09 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.2
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 9f60bc: Revert ee0a6a9a3b2b. rdar://103193118

2022-12-09 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 9f60bcb55db0c50cbcbd527ff7f77e1d5c2ef48d
  
https://github.com/WebKit/WebKit/commit/9f60bcb55db0c50cbcbd527ff7f77e1d5c2ef48d
  Author: Alan Coon 
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm

  Log Message:
  ---
  Revert ee0a6a9a3b2b. rdar://103193118

Revert "Adopt HAVE(MACH_PORT_CALAYER_CONTENTS)"

This reverts commit ee0a6a9a3b2b376d717a75b26e1710a8b5ede6e4.

Canonical link: https://commits.webkit.org/257350.13@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 301d2b: Versioning.

2022-12-09 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 301d2bfa8f49c18bee8debb9311d16a0e0bca431
  
https://github.com/WebKit/WebKit/commit/301d2bfa8f49c18bee8debb9311d16a0e0bca431
  Author: Alan Coon 
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.14.2

Canonical link: https://commits.webkit.org/257350.12@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-09 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.14.1
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 74139d: Versioning.

2022-12-09 Thread Alan Coon
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 74139ded7062c9c704c954fb7c8d3331d1178af2
  
https://github.com/WebKit/WebKit/commit/74139ded7062c9c704c954fb7c8d3331d1178af2
  Author: Alan Coon 
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.15

* Configurations/Version.xcconfig:

Canonical link: https://commits.webkit.org/257645@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 549b55: Versioning.

2022-12-07 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.13-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 549b5581b729d80cf2b95a4c1f8fa46ecc21cb43
  
https://github.com/WebKit/WebKit/commit/549b5581b729d80cf2b95a4c1f8fa46ecc21cb43
  Author: Alan Coon 
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.13.3

Canonical link: https://commits.webkit.org/257041.7@safari-7615.1.13-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 051231: Versioning.

2022-12-05 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 05123140bb8e448e03d404e31bfa7ebc056996f5
  
https://github.com/WebKit/WebKit/commit/05123140bb8e448e03d404e31bfa7ebc056996f5
  Author: Alan Coon 
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

Canonical link: https://commits.webkit.org/257350.1@safari-7615.1.14-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-12-05 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.14-branch
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] f0af2d: Unreviewed build fix. rdar://problem/87980543

2022-11-29 Thread Alan Coon
  Branch: refs/heads/safari-7613.3.1.0-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: f0af2d078e57eccabbabebc94617cf3c3819062f
  
https://github.com/WebKit/WebKit/commit/f0af2d078e57eccabbabebc94617cf3c3819062f
  Author: Alan Coon 
  Date:   2022-05-23 (Mon, 23 May 2022)

  Changed paths:
M Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp

  Log Message:
  ---
  Unreviewed build fix. rdar://problem/87980543

WebKit/Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp:247:36:|error:
 no matching constructor for initialization of 'Ref'

Canonical link: https://commits.webkit.org/245886.569@safari-7613.3.1.0-branch
git-svn-id: 
https://svn.webkit.org/repository/webkit/branches/safari-7613.3.1.0-branch@294685
 268f45cc-cd09-0410-ab3c-d52691b4dbfc


  Commit: c909f837999aadbf6808963827ea5090661f4a83
  
https://github.com/WebKit/WebKit/commit/c909f837999aadbf6808963827ea5090661f4a83
  Author: Alan Coon 
  Date:   2022-05-23 (Mon, 23 May 2022)

  Changed paths:
M Source/WebCore/ChangeLog
M Source/WebCore/html/canvas/CanvasRenderingContext2DBase.cpp
M Source/WebCore/platform/graphics/BitmapImage.cpp
M Source/WebCore/platform/graphics/BitmapImage.h
M Source/WebCore/platform/graphics/ImageSource.cpp
M Source/WebCore/platform/graphics/ImageSource.h
M Source/WebKit/ChangeLog

  Log Message:
  ---
  Revert r294280. rdar://problem/87980543

This reverts r294672.

Canonical link: https://commits.webkit.org/245886.570@safari-7613.3.1.0-branch
git-svn-id: 
https://svn.webkit.org/repository/webkit/branches/safari-7613.3.1.0-branch@294694
 268f45cc-cd09-0410-ab3c-d52691b4dbfc


  Commit: ccf727f76091e7c0925c13d3c7e09dc2b9a7cfc7
  
https://github.com/WebKit/WebKit/commit/ccf727f76091e7c0925c13d3c7e09dc2b9a7cfc7
  Author: Alan Coon 
  Date:   2022-05-24 (Tue, 24 May 2022)

  Changed paths:
M Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp

  Log Message:
  ---
  Revert build fix. rdar://problem/87980543

This reverts r294685.

Canonical link: https://commits.webkit.org/245886.571@safari-7613.3.1.0-branch
git-svn-id: 
https://svn.webkit.org/repository/webkit/branches/safari-7613.3.1.0-branch@294713
 268f45cc-cd09-0410-ab3c-d52691b4dbfc


  Commit: 8189bee29f440fd73fa849943658dbc80443511f
  
https://github.com/WebKit/WebKit/commit/8189bee29f440fd73fa849943658dbc80443511f
  Author: Alan Coon 
  Date:   2022-05-24 (Tue, 24 May 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7613.3.1.0.4

Canonical link: https://commits.webkit.org/245886.572@safari-7613.3.1.0-branch
git-svn-id: 
https://svn.webkit.org/repository/webkit/branches/safari-7613.3.1.0-branch@294733
 268f45cc-cd09-0410-ab3c-d52691b4dbfc


  Commit: c396704f5c53d49f18b1394e9ea76d0e0074b2be
  
https://github.com/WebKit/WebKit/commit/c396704f5c53d49f18b1394e9ea76d0e0074b2be
  Author: Alan Coon 
  Date:   2022-05-24 (Tue, 24 May 2022)

  Changed paths:
M Source/WebCore/ChangeLog
M Source/WebCore/html/canvas/CanvasRenderingContext2DBase.cpp
M Source/WebCore/platform/graphics/BitmapImage.cpp
M Source/WebCore/platform/graphics/BitmapImage.h
M Source/WebCore/platform/graphics/ImageSource.cpp
M Source/WebCore/platform/graphics/ImageSource.h
M Source/WebKit/ChangeLog

  Log Message:
  ---
  Cherry-pick r294280. rdar://problem/87980543

This reverts r294694.

Canonical link: https://commits.webkit.org/245886.573@safari-7613.3.1.0-branch
git-svn-id: 
https://svn.webkit.org/repository/webkit/branches/safari-7613.3.1.0-branch@294734
 268f45cc-cd09-0410-ab3c-d52691b4dbfc


  Commit: 33c2009b50010783148cd0cbb3b16ec5bcdef067
  
https://github.com/WebKit/WebKit/commit/33c2009b50010783148cd0cbb3b16ec5bcdef067
  Author: Alan Coon 
  Date:   2022-05-24 (Tue, 24 May 2022)

  Changed paths:
M Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp

  Log Message:
  ---
  Unreviewed build fix. rdar://problem/87980543

Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp:247:36:|error: 
no matching constructor for initialization of 'WebCore::FEImage::SourceImage 
&&' (aka 'variant, Ref, 
ObjectIdentifier> &&')

Canonical link: https://commits.webkit.org/245886.574@safari-7613.3.1.0-branch
git-svn-id: 
https://svn.webkit.org/repository/webkit/branches/safari-7613.3.1.0-branch@294735
 268f45cc-cd09-0410-ab3c-d526

[webkit-changes] [WebKit/WebKit] 906929: Versioning.

2022-11-29 Thread Alan Coon
  Branch: refs/heads/safari-7613.3.9.0-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 906929f11e55200ae29b7d5de82156d91d086e49
  
https://github.com/WebKit/WebKit/commit/906929f11e55200ae29b7d5de82156d91d086e49
  Author: Alan Coon 
  Date:   2022-08-03 (Wed, 03 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7613.4.1.0.1

Canonical link: https://commits.webkit.org/245886.806@safari-7613.3.9.0-branch


  Commit: 5a8de3f50180a061d1140261ef82c825f7730952
  
https://github.com/WebKit/WebKit/commit/5a8de3f50180a061d1140261ef82c825f7730952
  Author: Yusuke Suzuki 
  Date:   2022-08-03 (Wed, 03 Aug 2022)

  Changed paths:
A JSTests/stress/bigint-array-byte-offset.js
M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp

  Log Message:
  ---
  Cherry-pick 1f3e8b70b999. rdar://problem/97264358

[AArch32][Aarch64] ASSERTION FAILED variant.intrinsic() == NoIntrinsic in 
void JSC::DFG::ByteCodeParser::handleGetById
https://bugs.webkit.org/show_bug.cgi?id=242599


Reviewed by Mark Lam.

Previously all intrinsic getters are handled. So at this point, it should 
be NoIntrinsic.
But after introducing 4GB TypedArray and BigInt64Array, this handling can 
fail.

However, in this case, we should just continue using this generic path: 
invoking a getter.
Thus, the current code is correct, and this assertion is stale.

This patch removes this stale assertion.

* JSTests/stress/bigint-array-byte-offset.js: Added.
(__f_2):
* Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::handleGetById):

Canonical link: https://commits.webkit.org/252391@main

Canonical link: https://commits.webkit.org/245886.807@safari-7613.3.9.0-branch


  Commit: d5b48dbd85a070d0b0a1f27395f84755087b73bb
  
https://github.com/WebKit/WebKit/commit/d5b48dbd85a070d0b0a1f27395f84755087b73bb
  Author: Chris Dumez 
  Date:   2022-08-03 (Wed, 03 Aug 2022)

  Changed paths:
M Source/WebCore/bindings/js/DOMPromiseProxy.h

  Log Message:
  ---
  Cherry-pick 4ac005fe82bb. rdar://problem/97276126

Do hardening in DOMPromiseProxy
https://bugs.webkit.org/show_bug.cgi?id=242528


Reviewed by Darin Adler.

Make sure we make a copy of the deferred promises before iterating over 
them, in
case the code inside the loop modifies the Vector. Similarly, do a copy of 
the
return value or exception the deferred promises are settled with, in case 
|this|
goes away.

* Source/WebCore/bindings/js/DOMPromiseProxy.h:
(WebCore::DOMPromiseProxy::resolve):
(WebCore::DOMPromiseProxy::resolve):
(WebCore::DOMPromiseProxy::resolveWithNewlyCreated):
(WebCore::DOMPromiseProxy::reject):
(WebCore::DOMPromiseProxy::resolve):
(WebCore::DOMPromiseProxy::reject):
(WebCore::DOMPromiseProxyWithResolveCallback::resolve):

(WebCore::DOMPromiseProxyWithResolveCallback::resolveWithNewlyCreated):
(WebCore::DOMPromiseProxyWithResolveCallback::reject):

Canonical link: https://commits.webkit.org/252305@main

Canonical link: https://commits.webkit.org/245886.808@safari-7613.3.9.0-branch


  Commit: 0e1154a51dcc5ab61c86e5eb764cd7147a7649d3
  
https://github.com/WebKit/WebKit/commit/0e1154a51dcc5ab61c86e5eb764cd7147a7649d3
  Author: Alan Bujtas 
  Date:   2022-08-03 (Wed, 03 Aug 2022)

  Changed paths:
M Source/WebCore/rendering/LegacyLineLayout.cpp

  Log Message:
  ---
  Cherry-pick 4bfe200db44b. rdar://problem/97277370

Existing floatingObject->originatingLine() is not always an incorrect state 
with security implication
https://bugs.webkit.org/show_bug.cgi?id=242493

Reviewed by Simon Fraser.

The float object's originating line is the line box where we see the float 
first. Having duplicate originating line is an incorrect state which may lead 
to a security issue. However re-assigning the same line should not be 
considered one.

* Source/WebCore/rendering/LegacyLineLayout.cpp:
(WebCore::LegacyLineLayout::determineStartPosition):

Canonical link: https://commits.webkit.org/252269@main

Canonical link: https://commits.webkit.org/245886.809@safari-7613.3.9.0-branch


  Commit: 0a6cd9c47e963ee45f0dff2531add5c8c89cc44f
  
https://github.com/WebKit/WebKit/commit/0a6cd9c47e963ee45f0dff2531add5c8c89cc44f
  Author: Youenn Fablet 
  Date:   2022-08-03 (Wed, 03 Aug 2022)

  Changed paths:
M Source/ThirdParty/libweb

[webkit-changes] [WebKit/WebKit] f68c83: Versioning.

2022-11-29 Thread Alan Coon
  Branch: refs/heads/safari-7613.3.9.1-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: f68c83be9c349ad8923eabe6d706c5b68592b485
  
https://github.com/WebKit/WebKit/commit/f68c83be9c349ad8923eabe6d706c5b68592b485
  Author: Alan Coon 
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebGPU/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7613.3.9.1.15

Canonical link: https://commits.webkit.org/245886.790@safari-7613.3.9.1-branch


  Commit: 1a23699c2ce0b1175bf5e324a304bf2b428ef503
  
https://github.com/WebKit/WebKit/commit/1a23699c2ce0b1175bf5e324a304bf2b428ef503
  Author: Yusuke Suzuki 
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
A JSTests/stress/map-clear-get.js
A JSTests/stress/set-clear-has.js
M Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp
M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
M Source/JavaScriptCore/runtime/AbstractModuleRecord.cpp
M Source/JavaScriptCore/runtime/HashMapImpl.h
M Source/JavaScriptCore/runtime/HashMapImplInlines.h
M Source/JavaScriptCore/runtime/JSMap.h
M Source/JavaScriptCore/runtime/JSModuleLoader.cpp
M Source/JavaScriptCore/runtime/JSSet.h
M Source/JavaScriptCore/runtime/MapConstructor.cpp
M Source/JavaScriptCore/runtime/MapPrototype.cpp
M Source/JavaScriptCore/runtime/SetConstructor.cpp
M Source/JavaScriptCore/runtime/SetPrototype.cpp
M Source/JavaScriptCore/runtime/WeakMapImplInlines.h
M Source/WebCore/bindings/js/JSDOMMapLike.cpp
M Source/WebCore/bindings/js/JSDOMSetLike.cpp
M Source/WebCore/bindings/js/SerializedScriptValue.cpp

  Log Message:
  ---
  Cherry-pick fdaaccf6d779. rdar://problem/98068082

Cherry-pick 1ed1e4a336e1. rdar://problem/98068082

[JSC] Make JSMap and JSSet construction more simple and efficient
https://bugs.webkit.org/show_bug.cgi?id=243557
rdar://98068082

Reviewed by Mark Lam and Saam Barati.

This patch makes the initial buffer of JSMap / JSSet nullptr so that we 
can make allocation of them
simpler and efficient for non-using case. It cleans up many code in 
module loader etc. And it paves
the way to allocating them from DFG and FTL efficiently. It also cleans 
up SerializedScriptValue
implementation.

* JSTests/stress/map-clear-get.js: Added.
(shouldBe):
(test):
* JSTests/stress/set-clear-has.js: Added.
(shouldBe):
(set clear):
(set shouldBe):
(set new):
* Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
* Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::compileCompareStrictEq):
* Source/JavaScriptCore/runtime/AbstractModuleRecord.cpp:
(JSC::AbstractModuleRecord::finishCreation):
* Source/JavaScriptCore/runtime/HashMapImpl.h:
(JSC::HashMapBuffer::tryCreate):
(JSC::HashMapImpl::HashMapImpl):
(JSC::HashMapBuffer::create): Deleted.
(JSC::HashMapImpl::shouldRehashAfterAdd const): Deleted.
* Source/JavaScriptCore/runtime/HashMapImplInlines.h:
(JSC::shouldShrink):
(JSC::shouldRehash):
(JSC::nextCapacity):
(JSC::HashMapImpl::finishCreation):
(JSC::HashMapImpl::add):
(JSC::HashMapImpl::addNormalized):
(JSC::HashMapImpl::remove):
(JSC::HashMapImpl::clear):
(JSC::HashMapImpl::setUpHeadAndTail):

(JSC::HashMapImpl::addNormalizedNonExistingForCloning):

(JSC::HashMapImpl::addNormalizedNonExistingForCloningInternal):
(JSC::HashMapImpl::addNormalizedInternal):

(JSC::HashMapImpl::findBucketAlreadyHashedAndNormalized):
(JSC::HashMapImpl::rehash):
(JSC::HashMapImpl::makeAndSetNewBuffer):
(JSC::HashMapImpl::assertBufferIsEmpty):
(JSC::shouldRehashAfterAdd): Deleted.
(JSC::HashMapImpl::assertBufferIsEmpty const): 
Deleted.
* Source/JavaScriptCore/runtime/JSMap.h:
* Source/JavaScriptCore/runtime/JSModuleLoader.cpp:
(JSC::JSModuleLoader::finishCreation):
* Source/JavaScriptCore/runtime/JSSet.h:
* Source/JavaScriptCore/runtime/MapConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/JavaScriptCore/runtime/MapPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/JavaScriptCore/runtime/SetConstructor.cpp:
(JSC

[webkit-changes] [WebKit/WebKit] 9f0f27: Versioning.

2022-11-28 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.8-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 9f0f27910d49995b46d5c21dc69e68849c6106e4
  
https://github.com/WebKit/WebKit/commit/9f0f27910d49995b46d5c21dc69e68849c6106e4
  Author: Alan Coon 
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.8.5

Canonical link: https://commits.webkit.org/255076.11@safari-7615.1.8-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-11-18 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.12.14
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-11-18 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.12.130.1
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 4b3828: Versioning.

2022-11-18 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.12.130-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 4b3828e7153ae35dfbe0c0a229cd4d4552cef49b
  
https://github.com/WebKit/WebKit/commit/4b3828e7153ae35dfbe0c0a229cd4d4552cef49b
  Author: Alan Coon 
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.12.130.1

Canonical link: https://commits.webkit.org/256138.65@safari-7615.1.12.130-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 254623: Versioning.

2022-11-18 Thread Alan Coon
  Branch: refs/heads/safari-607-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 254623bd277fde60097d85ff80c6e31cd37d7fab
  
https://github.com/WebKit/WebKit/commit/254623bd277fde60097d85ff80c6e31cd37d7fab
  Author: Alan Coon 
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/Configurations/Version.xcconfig
M Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig
M Source/WebCore/Configurations/Version.xcconfig
M Source/WebCore/PAL/Configurations/Version.xcconfig
M Source/WebInspectorUI/Configurations/Version.xcconfig
M Source/WebKit/Configurations/Version.xcconfig
M Source/WebKitLegacy/mac/Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7607.3.16

Canonical link: https://commits.webkit.org/207701.564@safari-607-branch


  Commit: ec635f9f5588b1bac299b52c246e1ce5bc30d19f
  
https://github.com/WebKit/WebKit/commit/ec635f9f5588b1bac299b52c246e1ce5bc30d19f
  Author: Alan Coon 
  Date:   2022-08-22 (Mon, 22 Aug 2022)

  Changed paths:
M Source/JavaScriptCore/runtime/HashMapImpl.h

  Log Message:
  ---
  Apply patch. rdar://problem/98219067

Canonical link: https://commits.webkit.org/207701.565@safari-607-branch


Compare: https://github.com/WebKit/WebKit/compare/85460fbc666b...ec635f9f5588
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 1436b7: Versioning.

2022-11-18 Thread Alan Coon
  Branch: refs/heads/safari-7615.1.12-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 1436b7094e2fbfbbe08b3c3e15eb745b2e287f27
  
https://github.com/WebKit/WebKit/commit/1436b7094e2fbfbbe08b3c3e15eb745b2e287f27
  Author: Alan Coon 
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
M Configurations/Version.xcconfig

  Log Message:
  ---
  Versioning.

WebKit-7615.1.12.14

Canonical link: https://commits.webkit.org/256138.65@safari-7615.1.12-branch


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit]

2022-11-18 Thread Alan Coon
  Branch: refs/tags/WebKit-7615.1.12.13
  Home:   https://github.com/WebKit/WebKit
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


  1   2   >