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

Issue 649873006: Enable shadow DOM-based "missing plugin" placeholder. (Closed)

Created:
6 years, 1 month ago by jbroman
Modified:
6 years, 1 month ago
CC:
chromium-reviews, creis+watch_chromium.org, nkostylev+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, oshima+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Enable shadow DOM-based "missing plugin" placeholder. This is guarded by a command-line switch. TEST=OverrideCreatePluginTest BUG=364716 Committed: https://crrev.com/73e9f796740df05e414d12a787debb7b2bc0d41c Cr-Commit-Position: refs/heads/master@{#301996}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : mostly rebase #

Patch Set 4 : missing include (IWYU) #

Patch Set 5 : test for allowed plugin #

Total comments: 6

Patch Set 6 : rebase #

Patch Set 7 : review comments #

Patch Set 8 : missed deleting this in the previous patch set #

Total comments: 6

Patch Set 9 : rebase #

Patch Set 10 : comments #

Patch Set 11 : formatting etc #

Total comments: 17

Patch Set 12 : review comments (thestig, sievers) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -14 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +118 lines, -0 lines 0 comments Download
A chrome/renderer/plugins/shadow_dom_plugin_placeholder.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/renderer/plugins/shadow_dom_plugin_placeholder.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +73 lines, -0 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 2 3 4 5 6 3 chunks +10 lines, -0 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +24 lines, -14 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
jbroman
This is still guarded by a flag, but it's just the simplest plugin placeholder to ...
6 years, 1 month ago (2014-10-28 17:40:17 UTC) #2
Bernhard Bauer
On 2014/10/28 17:40:17, jbroman wrote: > This is still guarded by a flag, but it's ...
6 years, 1 month ago (2014-10-29 09:53:05 UTC) #3
jbroman
Thanks for the speedy response. On 2014/10/29 09:53:05, Bernhard Bauer wrote: > On 2014/10/28 17:40:17, ...
6 years, 1 month ago (2014-10-29 17:14:44 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/649873006/diff/140001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/649873006/diff/140001/chrome/renderer/chrome_content_renderer_client.cc#newcode556 chrome/renderer/chrome_content_renderer_client.cc:556: const blink::WebPluginParams& orig_params) { TBH, I would even move ...
6 years, 1 month ago (2014-10-29 17:45:54 UTC) #5
jbroman
https://codereview.chromium.org/649873006/diff/140001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/649873006/diff/140001/chrome/renderer/chrome_content_renderer_client.cc#newcode556 chrome/renderer/chrome_content_renderer_client.cc:556: const blink::WebPluginParams& orig_params) { On 2014/10/29 17:45:54, Bernhard Bauer ...
6 years, 1 month ago (2014-10-29 18:14:40 UTC) #6
Bernhard Bauer
LGTM!
6 years, 1 month ago (2014-10-29 18:25:01 UTC) #7
jbroman
+thestig for chrome/ OWNERS +sievers for content/ OWNERS
6 years, 1 month ago (2014-10-29 18:36:42 UTC) #9
Lei Zhang
chrome/ lgtm with some nits https://codereview.chromium.org/649873006/diff/200001/chrome/renderer/chrome_content_renderer_client_browsertest.cc File chrome/renderer/chrome_content_renderer_client_browsertest.cc (right): https://codereview.chromium.org/649873006/diff/200001/chrome/renderer/chrome_content_renderer_client_browsertest.cc#newcode19 chrome/renderer/chrome_content_renderer_client_browsertest.cc:19: #include "content/public/renderer/render_frame_observer.h" not needed? ...
6 years, 1 month ago (2014-10-29 22:12:39 UTC) #10
no sievers
lgtm https://codereview.chromium.org/649873006/diff/200001/content/public/renderer/content_renderer_client.cc File content/public/renderer/content_renderer_client.cc (right): https://codereview.chromium.org/649873006/diff/200001/content/public/renderer/content_renderer_client.cc#newcode38 content/public/renderer/content_renderer_client.cc:38: return NULL; nit: while you are in here.. ...
6 years, 1 month ago (2014-10-29 22:54:04 UTC) #11
jbroman
https://codereview.chromium.org/649873006/diff/200001/chrome/renderer/chrome_content_renderer_client_browsertest.cc File chrome/renderer/chrome_content_renderer_client_browsertest.cc (right): https://codereview.chromium.org/649873006/diff/200001/chrome/renderer/chrome_content_renderer_client_browsertest.cc#newcode19 chrome/renderer/chrome_content_renderer_client_browsertest.cc:19: #include "content/public/renderer/render_frame_observer.h" On 2014/10/29 22:12:39, Lei Zhang wrote: > ...
6 years, 1 month ago (2014-10-29 23:10:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/649873006/220001
6 years, 1 month ago (2014-10-29 23:39:55 UTC) #14
commit-bot: I haz the power
Committed patchset #12 (id:220001)
6 years, 1 month ago (2014-10-30 00:43:54 UTC) #15
commit-bot: I haz the power
6 years, 1 month ago (2014-10-30 00:44:41 UTC) #16
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/73e9f796740df05e414d12a787debb7b2bc0d41c
Cr-Commit-Position: refs/heads/master@{#301996}

Powered by Google App Engine
This is Rietveld 408576698