• Roman Arora's avatar
    Tab Search: Infinite list component · 74dbe648
    Roman Arora authored
    A list component that renders DOM items on demand based on the viewable
    scroll area and user navigation and scrolling interactions. Provides a
    performance gain for use cases where users have several dozens of items
    that should be available while scrolling the list by deferring scripting
    and rendering costs until necessary to fill the current scroll view.
    
    Bug: 1099917
    Change-Id: Ib22c0edf5ebc5febe3d8d6d4f7d8ac319e9bd0a2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503401
    Commit-Queue: Roman Arora <romanarora@google.com>
    Reviewed-by: default avatarThomas Lukaszewicz <tluk@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#826287}
    74dbe648
app.html 2.34 KB