DescriptionMake app list search result mixer more resilient to reordering.
To add more result display types to the app list search results, we plan to
have a large pool of results which will be filtered by display type.
As a displayed result may retain its display index but have a different model
index, it is necessary to handle reordering of the items in an in-place way to
avoid icon flickering.
The current implementation only avoids flickering when the result is in the
same model index which is unsuitable for our purposes.
BUG=349727
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282299
Patch Set 1 : #
Total comments: 17
Patch Set 2 : rework algorithm, rebase onto https://codereview.chromium.org/372843003/ #
Total comments: 6
Patch Set 3 : address comments, rebase on top of final version of https://codereview.chromium.org/372843003/ #Patch Set 4 : fix compile #
Messages
Total messages: 16 (0 generated)
|