Chromium Code Reviews
Description[Extensions UI] Handle multiple warning bubbles racing to show
If multiple windows all tried to create a warning bubble at the same
time, it would be handled incorrectly. Though only one bubble would
show, the others would be destructed and potentially undo the work the
first did (like highlighting extensions on the toolbar).
Instead, link the warning bubbles with the toolbar model, which is per-
profile and handles the highlighting logic. Also add a regression test,
and beef up some existing tests.
BUG=620434
Committed: https://crrev.com/af64c8cb4de48a580b04fe266e6f6a0c4c14e4d1
Cr-Commit-Position: refs/heads/master@{#400849}
Patch Set 1 : woot #
Total comments: 6
Patch Set 2 : Finnur's #Patch Set 3 : Fix win tests #Messages
Total messages: 21 (11 generated)
|