[webkit-changes] [WebKit/WebKit] 467145: Web Inspector: DOM tree is missing parts of the DO...

Patrick Angle noreply at github.com
Wed Sep 21 19:16:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 46714502452254ee3d032e00b070d267fb6823ea
      https://github.com/WebKit/WebKit/commit/46714502452254ee3d032e00b070d267fb6823ea
  Author: Patrick Angle <pangle at apple.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Models/DOMNode.js

  Log Message:
  -----------
  Web Inspector: DOM tree is missing parts of the DOM tree when remotely inspecting iOS devices
https://bugs.webkit.org/show_bug.cgi?id=245314
rdar://100203923

Reviewed by Alexey Proskuryakov.

A typo in our compatibility handling for older protocol versions caused us to not actually add all the DOMNodes to our
frontend representation of the DOM tree.

* Source/WebInspectorUI/UserInterface/Models/DOMNode.js:
(WI.DOMNode):

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




More information about the webkit-changes mailing list