[Lorenz] Limit autocomplete results in filter input, favor best matches
Limit results to 20 and bubble up the ones whose class name starts with the search term. This favors ".c.b.tabmodel.TabModelImpl" instead of ".c.b.tabmodel.Foo" for the search string "TabModel". The main reason is performance, it takes a couple of seconds for the browser to react when the search term is changed at the moment in the class graph. Bug: 1142610 Change-Id: I6e73a603114360bda561ca5c3e78f64f372f257d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500463 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#821900}
Showing
Please register or sign in to comment