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

Issue 1962923002: Fix rendering of flash content inside an out-of-process iframe. (Closed)

Created:
4 years, 7 months ago by lfg
Modified:
4 years, 7 months ago
Reviewers:
Avi (use Gerrit)
CC:
alexmos, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix rendering of flash content inside an out-of-process iframe. This patch moves the tracking of pepper plugins from RenderViewImpl to RenderWidget. BUG=593520 Committed: https://crrev.com/e0c2792eceaa5dded2926522bcfd16a5c295a46f Cr-Commit-Position: refs/heads/master@{#393012}

Patch Set 1 #

Patch Set 2 : fix for android builds #

Total comments: 1

Patch Set 3 : moving to RenderFrame #

Patch Set 4 : implement daniel's suggestion #

Patch Set 5 : fixing unittests #

Patch Set 6 : removing unneded includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -208 lines) Patch
M content/renderer/pepper/pepper_plugin_instance_impl.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 4 chunks +6 lines, -26 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 4 chunks +49 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 13 chunks +103 lines, -20 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 6 chunks +1 line, -47 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 14 chunks +36 lines, -96 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 3 4 5 3 chunks +7 lines, -1 line 0 comments Download
M content/renderer/render_widget.cc View 1 2 7 chunks +15 lines, -8 lines 0 comments Download
M content/renderer/render_widget_owner_delegate.h View 1 chunk +2 lines, -7 lines 0 comments Download
M content/renderer/text_input_client_observer.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
lfg
Avi, please take a look. This fixes the rendering of flash content, but there will ...
4 years, 7 months ago (2016-05-10 18:41:53 UTC) #2
Avi (use Gerrit)
I lean towards LG, but are plugins a widget thing rather than a frame thing?
4 years, 7 months ago (2016-05-10 18:46:02 UTC) #4
dcheng
https://codereview.chromium.org/1962923002/diff/20001/content/renderer/render_widget.cc File content/renderer/render_widget.cc (right): https://codereview.chromium.org/1962923002/diff/20001/content/renderer/render_widget.cc#newcode628 content/renderer/render_widget.cc:628: for (PepperPluginSet::iterator i = active_pepper_instances_.begin(); Drive-by: I know the ...
4 years, 7 months ago (2016-05-10 18:57:58 UTC) #5
lfg
On 2016/05/10 18:46:02, Avi wrote: > I lean towards LG, but are plugins a widget ...
4 years, 7 months ago (2016-05-10 19:41:32 UTC) #6
lfg
Avi, please take another look. I've refactored the patch so that plugins are tracked per-frame ...
4 years, 7 months ago (2016-05-11 16:21:55 UTC) #7
Avi (use Gerrit)
lgtm
4 years, 7 months ago (2016-05-11 18:15:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1962923002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1962923002/100001
4 years, 7 months ago (2016-05-11 18:34:13 UTC) #10
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-11 18:52:20 UTC) #12
commit-bot: I haz the power
4 years, 7 months ago (2016-05-11 18:54:00 UTC) #14
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e0c2792eceaa5dded2926522bcfd16a5c295a46f
Cr-Commit-Position: refs/heads/master@{#393012}

Powered by Google App Engine
This is Rietveld 408576698