DescriptionMove extension pop-ups and notifications to the new auto-resize code.
This should fix the "flicker" issues where autosize ends up flipping
back and forth between two size in rapid succession.
The change in render_widget_host is needed to avoid cases where the OnMsgUpdateRect happens while processing a resize message which may result in recursion back into the resize code which is undesirable.
BUG=58816, 56693
TEST=Try out auto resize in notifications and extensions. Best to do with windows that change
size and hit the maximum as well as minimum sizes on the 3 desktop platforms for pop-ups.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127824
Patch Set 1 #Patch Set 2 : build fixes #Patch Set 3 : build fixes #Patch Set 4 : typo fix #Patch Set 5 : updates #Patch Set 6 : synced #Patch Set 7 : small update #
Total comments: 1
Patch Set 8 : added comment as suggested in reviews. #Patch Set 9 : v1 #Messages
Total messages: 10 (0 generated)
|