Branch: refs/heads/safari-7615.1.9-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 087b25caa0e2cdf4da0232707b977ae3a0506e6e
      
https://github.com/WebKit/WebKit/commit/087b25caa0e2cdf4da0232707b977ae3a0506e6e
  Author: Yusuke Suzuki <ysuz...@apple.com>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M JSTests/stress/arith-min-max-multiple.js
    M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
    M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp

  Log Message:
  -----------
  Cherry-pick 6e034bbd2683. rdar://problem/101048572

    [JSC] Fix ArithMin/ArithMax handling for double, and Int32 speculation
    https://bugs.webkit.org/show_bug.cgi?id=246422
    rdar://101048572

    Reviewed by Justin Michaud.

    This patch fixes two issues: one is just a bug fix and one is a bit 
theoretical.

    1. FTL ArithMin/ArithMax double case is skipping the first parameter 
accidentally. This patch fixes it.
    2. DFG ArithMin/ArithMax Int32 case can OSR exit after clobbering first 
parameter's register, which can theoretically
       puts different output if type speculation failed in the second or later 
parameters.

    * JSTests/stress/arith-min-max-multiple.js:
    (test7):
    (test8):
    * Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:
    * Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
    (JSC::FTL::DFG::LowerDFGToB3::compileArithMinOrMax):

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

Canonical link: https://commits.webkit.org/255303.3@safari-7615.1.9-branch


  Commit: 665cb556a683fa5ffe7ee6a89e4d9c3da5c875a6
      
https://github.com/WebKit/WebKit/commit/665cb556a683fa5ffe7ee6a89e4d9c3da5c875a6
  Author: Alex Christensen <achristen...@webkit.org>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientInputs.h
    M Source/WebCore/Modules/webauthn/PublicKeyCredentialRequestOptions.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Cherry-pick d03ef2474704. rdar://problem/101057340

    REGRESSION(255205@main): Not all members of 
PublicKeyCredentialRequestOptions should be serialized
    https://bugs.webkit.org/show_bug.cgi?id=246432
    rdar://101057340

    Reviewed by J Pascoe.

    * Source/WebCore/Modules/webauthn/PublicKeyCredentialRequestOptions.h:
    * Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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

Canonical link: https://commits.webkit.org/255303.4@safari-7615.1.9-branch


Compare: https://github.com/WebKit/WebKit/compare/fac377243871...665cb556a683
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to