Chromium Code Reviews
DescriptionDevTools: [Persistence] tabs should not change order during reload
During page reload, the network UISourceCodes are removed and then
re-added. This results in bindings being removed and then re-added.
However, currently we're not doing a good job maintaining the selected
tab and the tab order - they're getting shuffled during this process.
This patch fixes the behavior so that the reload does not mess tabs
order.
BUG=660596
R=dgozman
Committed: https://crrev.com/1a31eac72f8252705bac3cee5823d0ec92d8d857
Cr-Commit-Position: refs/heads/master@{#428555}
Patch Set 1 #Patch Set 2 : fix test #
Total comments: 1
Messages
Total messages: 18 (11 generated)
|