Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Web Inspector: Incremental in FilterBar
https://bugs.webkit.org/show_bug.cgi?id=260043 Reviewed by Devin Rousso. The filter bar was not working correctly due to "search" being removed. Replace incremental with throttler. Delete incremental getter and setter. Switch eventlistener to "input" instead of "search". Rename "_handleFilterSearched" to "_handleFilterInput" Delete unused "_handleFilterInputEvent" * Source/WebInspectorUI/UserInterface/Views/FilterBar.js: (WI.FilterBar.prototype.set filters): (WI.FilterBar.prototype.addFilterBarButton): (WI.FilterBar.prototype._handleFilterButtonToggled): (WI.FilterBar.prototype._handleFilterInputEvent): (WI.FilterBar.prototype.get incremental): Deleted. (WI.FilterBar.prototype.set incremental): Deleted. (WI.FilterBar.prototype._handleFilterChanged): Deleted. (WI.FilterBar.prototype._handleFilterInputEvent): Deleted. Canonical link: https://commits.webkit.org/266802@main
- Loading branch information