Branch: refs/heads/webkitglib/2.54
  Home:   https://github.com/WebKit/WebKit
  Commit: e8257744727cfe15140a8eba2aa251f74db60aa1
      
https://github.com/WebKit/WebKit/commit/e8257744727cfe15140a8eba2aa251f74db60aa1
  Author: Sergio Villar Senin <[email protected]>
  Date:   2026-09-10 (Thu, 10 Sep 2026)

  Changed paths:
    A 
LayoutTests/imported/w3c/web-platform-tests/webxr/hit-test/ar_hittest_subscription_optional_offsetRay.https-expected.txt
    A 
LayoutTests/imported/w3c/web-platform-tests/webxr/hit-test/ar_hittest_subscription_optional_offsetRay.https.html
    M Source/WebCore/Modules/webxr/XRHitTestOptionsInit.idl
    M Source/WebCore/Modules/webxr/XRTransientInputHitTestOptionsInit.idl

  Log Message:
  -----------
  Cherry-pick 320717@main (4671d8f9fbe2). 
https://bugs.webkit.org/show_bug.cgi?id=323656

    REGRESSION(r311167): It made hit testing fail whenever offsetRay was not 
specified
    https://bugs.webkit.org/show_bug.cgi?id=323656

    Reviewed by Anne van Kesteren and Dan Glastonbury.

    311167@main broke hit testing because it added
    [ImplementationDefaultValue=null] to offsetRay which is not a nullable
    dictionary member (it's simply optional). When offsetRay was not
    specified (and considering that a default null value was declared) then
    JSToWrappedOverloader<WebXRRay>::toWrapped() converted the undefined
    from the dictionary into a nullptr which causes JSDOMCovertInterface to
    throw a TypeError (because a missing wrapper is considered as an error).

    We are adding a new WPT test that properly detects whether the absence
    of optional parameters passed to request(Transient)HitTestSource do not
    trigger exceptions.

    Tests: 
imported/w3c/web-platform-tests/webxr/hit-test/ar_hittest_subscription_optional_offsetRay.https.html

    * Source/WebCore/Modules/webxr/XRHitTestOptionsInit.idl:
    * Source/WebCore/Modules/webxr/XRTransientInputHitTestOptionsInit.idl:
    * 
LayoutTests/imported/w3c/web-platform-tests/webxr/hit-test/ar_hittest_subscription_optional_offsetRay.https-expected.txt:
 Added.
    * 
LayoutTests/imported/w3c/web-platform-tests/webxr/hit-test/ar_hittest_subscription_optional_offsetRay.https.html:
 Added.

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

Canonical link: https://commits.webkit.org/317695.252@webkitglib/2.54


  Commit: ee1e8b20c36c73e5954a43bea30351ec6e167cce
      
https://github.com/WebKit/WebKit/commit/ee1e8b20c36c73e5954a43bea30351ec6e167cce
  Author: André A. Gomes <[email protected]>
  Date:   2026-09-10 (Thu, 10 Sep 2026)

  Changed paths:
    M Source/WebKit/UIProcess/API/glib/WebKitFaviconDatabase.cpp

  Log Message:
  -----------
  Cherry-pick 320725@main (0864bb24e02a). 
https://bugs.webkit.org/show_bug.cgi?id=323660

    Fix WebKitFaviconDatabase docstring.
    https://bugs.webkit.org/show_bug.cgi?id=323660

    Reviewed by Adrian Perez de Castro.

    * Source/WebKit/UIProcess/API/glib/WebKitFaviconDatabase.cpp: Fix
    WebKitFaviconDatabase docstring.

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

Canonical link: https://commits.webkit.org/317695.253@webkitglib/2.54


Compare: https://github.com/WebKit/WebKit/compare/43ba801fdbec...ee1e8b20c36c

To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to