DescriptionAdd basic coalescing behavior to the permission bubble manager.
The manager will now wait 400ms after it receives both a request and its view
before showing a bubble. This allows permissions that are requested
quickly in sequence to be shown together, in only one bubble. Permission
requests that occur when there is already a bubble visible are queued and not
shown until the current bubble disappears.
This simple wait period is probably simpler than the final design, but is a
good stepping stone toward a better algorithm.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251079
Patch Set 1 #
Total comments: 12
Patch Set 2 : feedback addressed #Patch Set 3 : edited comment #
Total comments: 4
Patch Set 4 : added todo #Patch Set 5 : added todo #Patch Set 6 : merge #Patch Set 7 : edits #Patch Set 8 : errant { #Patch Set 9 : fixed unit tests #
Total comments: 4
Patch Set 10 : nits addressed #
Messages
Total messages: 21 (0 generated)
|