DescriptionBrowser Plugin: WebContnets should notify when it's restored
Renamed NOTIFICATION_WEB_CONTENTS_HIDDEN to NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED and
updated all appropriate places. We check for the detail false if we meant to check if the
WebContents is hidden. This matches the behavior of RenderWidget's
NOTIFICATION_RENDER_WIDGET_VISIBILITY_CHANGED.
Added a WasRestored method to WebContents public interface.
Call WasRestored from WebContents::ShowContents
BUG=128814
TEST=did not break existing autofill popup browser test
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138372
Patch Set 1 #Patch Set 2 : Removed a test DCHECK #
Total comments: 6
Patch Set 3 : Fixed according to jam@ #Patch Set 4 : Fixed typo in download_started_animation_mac.mm #Patch Set 5 : Fixed broken win build #Patch Set 6 : Another build fix #Patch Set 7 : Merged with ToT #Messages
Total messages: 23 (0 generated)
|