[webkit-changes] [WebKit/WebKit] c42aae: Leverage fast HTML parser in DOMParser::parseFromS...

Chris Dumez noreply at github.com
Wed Aug 23 14:38:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c42aaec46c580f52c3a101b51f011a605101fbc8
      https://github.com/WebKit/WebKit/commit/c42aaec46c580f52c3a101b51f011a605101fbc8
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp
    M Source/WebCore/xml/DOMParser.cpp

  Log Message:
  -----------
  Leverage fast HTML parser in DOMParser::parseFromString()
https://bugs.webkit.org/show_bug.cgi?id=260076
rdar://113738031

Reviewed by Ryosuke Niwa.

Leverage the fast HTML parser in DOMParser::parseFromString(), like we already
do for HTMLElement::setInnerHTML().

* Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp:
* Source/WebCore/xml/DOMParser.cpp:
(WebCore::DOMParser::parseFromString):

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




More information about the webkit-changes mailing list