[webkit-changes] [WebKit/WebKit] 1e2c66: Remove DialogElementEnabled preference

Anne van Kesteren noreply at github.com
Mon Oct 30 19:39:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1e2c6662945ef469778211cd813796115ae8e610
      https://github.com/WebKit/WebKit/commit/1e2c6662945ef469778211cd813796115ae8e610
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/html/HTMLDialogElement.idl
    M Source/WebCore/html/HTMLFormControlElement.cpp
    M Source/WebCore/html/HTMLFormElement.cpp
    M Source/WebCore/html/HTMLTagNames.in
    M Source/WebCore/loader/FormSubmission.cpp
    M Source/WebCore/loader/FormSubmission.h
    M Source/WebCore/style/UserAgentStyle.cpp

  Log Message:
  -----------
  Remove DialogElementEnabled preference
https://bugs.webkit.org/show_bug.cgi?id=263939
rdar://117711471

Reviewed by Brent Fulgham.

It's been stable for several years. Less branching FTW!

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/html/HTMLDialogElement.idl:
* Source/WebCore/html/HTMLFormControlElement.cpp:
(WebCore::HTMLFormControlElement::formMethod const):
* Source/WebCore/html/HTMLFormElement.cpp:
(WebCore::HTMLFormElement::submit):
(WebCore::HTMLFormElement::attributeChanged):
(WebCore::HTMLFormElement::method const):
* Source/WebCore/html/HTMLTagNames.in:
* Source/WebCore/loader/FormSubmission.cpp:
(WebCore::FormSubmission::Attributes::methodString):
(WebCore::FormSubmission::Attributes::parseMethodType):
(WebCore::FormSubmission::Attributes::updateMethodType):
(WebCore::FormSubmission::create):
* Source/WebCore/loader/FormSubmission.h:
* Source/WebCore/style/UserAgentStyle.cpp:
(WebCore::Style::UserAgentStyle::ensureDefaultStyleSheetsForElement):

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




More information about the webkit-changes mailing list