Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7680d6700159c773aaeae99830d01f7f18c537ff
      
https://github.com/WebKit/WebKit/commit/7680d6700159c773aaeae99830d01f7f18c537ff
  Author: Devin Rousso <[email protected]>
  Date:   2026-07-06 (Mon, 06 Jul 2026)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/DataGrid.js
    M Source/WebInspectorUI/UserInterface/Views/Table.js

  Log Message:
  -----------
  Web Inspector: batch DOM updates in `updateVisibleRows`
https://bugs.webkit.org/show_bug.cgi?id=318567

Reviewed by Alexey Proskuryakov.

Use a `DocumentFragment` to update the DOM all-at-once instead of repeatedly 
adding children.

Given how frequently `WI.DataGrid` and `WI.Table` update, this might help 
performance.

* Source/WebInspectorUI/UserInterface/Views/DataGrid.js:
(WI.DataGrid.prototype.updateVisibleRows):
* Source/WebInspectorUI/UserInterface/Views/Table.js:
(WI.Table.prototype._updateVisibleRows):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to