[webkit-changes] [WebKit/WebKit] a9b327: Hide icon's <img> when showing progress or placeho...

Gerald Squelart noreply at github.com
Wed Jul 5 18:47:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a9b327ab90e2343446671f7a7b00baadcc5e60cd
      https://github.com/WebKit/WebKit/commit/a9b327ab90e2343446671f7a7b00baadcc5e60cd
  Author: Gerald Squelart <g_squelart at apple.com>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M LayoutTests/platform/ios-wk2/fast/attachment/cocoa/wide-attachment-rendering-expected.txt
    M LayoutTests/platform/mac-wk2/fast/attachment/cocoa/wide-attachment-rendering-expected.txt
    M Source/WebCore/html/HTMLAttachmentElement.cpp

  Log Message:
  -----------
  Hide icon's <img> when showing progress or placeholder
https://bugs.webkit.org/show_bug.cgi?id=258844
rdar://problem/111720923

Reviewed by Tim Nguyen.

This was an incorrect change in https://bugs.webkit.org/show_bug.cgi?id=258437 rdar://105252742,
`updateProgress` should just have replaced `m_innerLegacyAttachment` with `m_imageElement`.

* Source/WebCore/html/HTMLAttachmentElement.cpp:
(WebCore::HTMLAttachmentElement::updateProgress):

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




More information about the webkit-changes mailing list