Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Issue 11066032: Browser Plugin: Update Guest WebContents Visibility on BrowserPlugin Visiblity Change. (Closed)

Created:
8 years, 2 months ago by Fady Samuel
Modified:
8 years, 2 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Browser Plugin: Update Guest WebContents Visibility on BrowserPlugin Visiblity Change. BUG=140310 Test=BrowserPluginHostTest.{EmbedderVisiblityChanged, BrowserPluginVisibilityChanged} Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160660

Patch Set 1 #

Patch Set 2 : Added a test #

Total comments: 13

Patch Set 3 : Addressed creis@'s comments #

Total comments: 4

Patch Set 4 : Fixed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -11 lines) Patch
M content/browser/browser_plugin/browser_plugin_embedder.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder.cc View 1 2 3 chunks +13 lines, -6 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder_helper.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 1 2 3 3 chunks +20 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 3 1 chunk +15 lines, -3 lines 0 comments Download
M content/common/browser_plugin_messages.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Fady Samuel
8 years, 2 months ago (2012-10-04 22:47:37 UTC) #1
Charlie Reis
https://codereview.chromium.org/11066032/diff/2001/content/browser/browser_plugin/browser_plugin_embedder.cc File content/browser/browser_plugin/browser_plugin_embedder.cc (right): https://codereview.chromium.org/11066032/diff/2001/content/browser/browser_plugin/browser_plugin_embedder.cc#newcode272 content/browser/browser_plugin/browser_plugin_embedder.cc:272: guest->SetVisibility(visible(), guest_visible); Just use visible_. https://codereview.chromium.org/11066032/diff/2001/content/browser/browser_plugin/browser_plugin_embedder.h File content/browser/browser_plugin/browser_plugin_embedder.h (right): ...
8 years, 2 months ago (2012-10-05 00:33:17 UTC) #2
Fady Samuel
https://codereview.chromium.org/11066032/diff/2001/content/browser/browser_plugin/browser_plugin_embedder.cc File content/browser/browser_plugin/browser_plugin_embedder.cc (right): https://codereview.chromium.org/11066032/diff/2001/content/browser/browser_plugin/browser_plugin_embedder.cc#newcode272 content/browser/browser_plugin/browser_plugin_embedder.cc:272: guest->SetVisibility(visible(), guest_visible); On 2012/10/05 00:33:18, creis wrote: > Just ...
8 years, 2 months ago (2012-10-05 15:22:06 UTC) #3
Charlie Reis
Thanks, the comments help. LGTM with 2 nits. https://codereview.chromium.org/11066032/diff/8001/content/browser/browser_plugin/browser_plugin_guest.h File content/browser/browser_plugin/browser_plugin_guest.h (right): https://codereview.chromium.org/11066032/diff/8001/content/browser/browser_plugin/browser_plugin_guest.h#newcode144 content/browser/browser_plugin/browser_plugin_guest.h:144: // ...
8 years, 2 months ago (2012-10-05 16:23:58 UTC) #4
Fady Samuel
Fixed nits, committing now. https://codereview.chromium.org/11066032/diff/8001/content/browser/browser_plugin/browser_plugin_guest.h File content/browser/browser_plugin/browser_plugin_guest.h (right): https://codereview.chromium.org/11066032/diff/8001/content/browser/browser_plugin/browser_plugin_guest.h#newcode144 content/browser/browser_plugin/browser_plugin_guest.h:144: // process (see RenderProcessHostImpl::WidgetHidden). On ...
8 years, 2 months ago (2012-10-08 14:24:55 UTC) #5
Fady Samuel
Fixed nits, committing now. https://codereview.chromium.org/11066032/diff/8001/content/browser/browser_plugin/browser_plugin_guest.h File content/browser/browser_plugin/browser_plugin_guest.h (right): https://codereview.chromium.org/11066032/diff/8001/content/browser/browser_plugin/browser_plugin_guest.h#newcode144 content/browser/browser_plugin/browser_plugin_guest.h:144: // process (see RenderProcessHostImpl::WidgetHidden). On ...
8 years, 2 months ago (2012-10-08 14:24:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/11066032/11002
8 years, 2 months ago (2012-10-08 14:25:20 UTC) #7
commit-bot: I haz the power
Retried try job too often for step(s) interactive_ui_tests
8 years, 2 months ago (2012-10-08 15:48:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/11066032/11002
8 years, 2 months ago (2012-10-08 16:02:07 UTC) #9
commit-bot: I haz the power
8 years, 2 months ago (2012-10-08 16:25:11 UTC) #10
Change committed as 160660

Powered by Google App Engine
This is Rietveld 408576698