Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d84ac58bd76d15e40b36f215e7c8ecae110686d2
      
https://github.com/WebKit/WebKit/commit/d84ac58bd76d15e40b36f215e7c8ecae110686d2
  Author: Angela Izquierdo Garcia <[email protected]>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

  Changed paths:
    A LayoutTests/ipc/webpageproxy-correctionpanel-no-crash-expected.txt
    A LayoutTests/ipc/webpageproxy-correctionpanel-no-crash.html
    M Source/WebCore/editing/AlternativeTextController.cpp
    M Source/WebCore/editing/Editor.cpp
    M Source/WebCore/page/AlternativeTextClient.h
    M Source/WebKit/Scripts/webkit/messages.py
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.h
    M Source/WebKit/UIProcess/WebPageProxy.messages.in
    M Source/WebKit/UIProcess/mac/CorrectionPanel.mm
    M Source/WebKitLegacy/mac/WebCoreSupport/CorrectionPanel.mm

  Log Message:
  -----------
  AlternativeTextType as enum class with EnumTraits and serialization
https://bugs.webkit.org/show_bug.cgi?id=248174
rdar://102309622

Making AlternativeTextType an enum class with EnumTraits and serialize it 
instead of casting to/from an int32_t. Prevents from assertion failure in void 
_NSWindowSetFrameIvar

Reviewed by Youenn Fablet

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to