[webkit-changes] [WebKit/WebKit] c5eb9e: Remove LazyIframeLoadingEnabled preference

Anne van Kesteren noreply at github.com
Thu Jan 9 08:26:14 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c5eb9e77b856d060bff1a846c36681c125c91cd4
      https://github.com/WebKit/WebKit/commit/c5eb9e77b856d060bff1a846c36681c125c91cd4
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2025-01-09 (Thu, 09 Jan 2025)

  Changed paths:
    M LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt
    M LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-multiple-queued-navigations-expected.txt
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/html/HTMLIFrameElement.cpp
    M Source/WebCore/html/HTMLIFrameElement.h
    M Source/WebCore/html/HTMLIFrameElement.idl
    M Tools/DumpRenderTree/TestOptions.cpp

  Log Message:
  -----------
  Remove LazyIframeLoadingEnabled preference
https://bugs.webkit.org/show_bug.cgi?id=285659

Reviewed by Ryosuke Niwa.

It's been stable for over a year. Also remove ImplementedAs from IDL as
it's not needed.

* LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt:
* LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-multiple-queued-navigations-expected.txt:
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/html/HTMLIFrameElement.cpp:
(WebCore::HTMLIFrameElement::loading const):
(WebCore::HTMLIFrameElement::setLoading):
(WebCore::HTMLIFrameElement::shouldLoadFrameLazily):
(WebCore::HTMLIFrameElement::loadingForBindings const): Deleted.
(WebCore::HTMLIFrameElement::setLoadingForBindings): Deleted.
* Source/WebCore/html/HTMLIFrameElement.h:
* Source/WebCore/html/HTMLIFrameElement.idl:
* Tools/DumpRenderTree/TestOptions.cpp:
(WTR::TestOptions::defaults):

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



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


More information about the webkit-changes mailing list