[webkit-changes] [WebKit/WebKit] ba575d: XMLTreeViewer::transformDocumentToTreeView should ...

Ahmad Saleem noreply at github.com
Mon Jan 29 14:34:13 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ba575dadde29513f46fdb6fb181030d1e5fadaf7
      https://github.com/WebKit/WebKit/commit/ba575dadde29513f46fdb6fb181030d1e5fadaf7
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2024-01-29 (Mon, 29 Jan 2024)

  Changed paths:
    M Source/WebCore/xml/XMLTreeViewer.cpp

  Log Message:
  -----------
  XMLTreeViewer::transformDocumentToTreeView should not call didChangeActiveStyleSheetCandidates

https://bugs.webkit.org/show_bug.cgi?id=250976
rdar://problem/104797532

Reviewed by Ryosuke Niwa.

Merge: https://chromium.googlesource.com/chromium/blink/+/7654964eebca76141b8c44ef2f369d547963f577

transformDocumentToTreeView was calling didChangeActiveStyleSheetCandidates
after updating the text inside a `style` element. This isn't necessary since we already
updated the stylesheets.

* Source/WebCore/xml/XMLTreeViewer.cpp:
(XMLTreeViewer::transformDocumentToTreeView):

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




More information about the webkit-changes mailing list