[webkit-changes] [WebKit/WebKit] 5ea239: Don't create UI-side views for <model> unless mode...

Tim Horton noreply at github.com
Tue Sep 13 19:41:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5ea239c3721b73a511e899e0f92223696809d491
      https://github.com/WebKit/WebKit/commit/5ea239c3721b73a511e899e0f92223696809d491
  Author: Tim Horton <timothy_horton at apple.com>
  Date:   2022-09-13 (Tue, 13 Sep 2022)

  Changed paths:
    M Source/WebKit/UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm

  Log Message:
  -----------
  Don't create UI-side views for <model> unless model is enabled
https://bugs.webkit.org/show_bug.cgi?id=245154
<rdar://99882737>

Reviewed by Sam Weinig.

* Source/WebKit/UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm:
(WebKit::RemoteLayerTreeHost::makeNode):
Ensure that if we somehow get a commit with a model when the <model> element is disabled,
that we do not make a view (and thus do not further process the model, which
could have security implications).

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




More information about the webkit-changes mailing list