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

Issue 1313763002: Blink Plugins: Remove Shadow DOM Plugin Placeholder (Closed)

Created:
5 years, 4 months ago by tommycli
Modified:
5 years, 3 months ago
Reviewers:
pdr., jbroman
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, blink-reviews-style_chromium.org, Inactive, dglazkov+blink, eae+blinkwatch, gavinp+loader_chromium.org, Nate Chapin, kinuko+watch, rwlbuis, sof, tyoshino+watch_chromium.org, vivekg_samsung, vivekg
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Blink Plugins: Remove Shadow DOM Plugin Placeholder Corresponding Blink changes to https://codereview.chromium.org/1314643002/. Reverts all the Blink patches in: https://code.google.com/p/chromium/issues/detail?id=364716 BUG=524115 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201441

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Remove changes that were committed in a previous patch. #

Patch Set 7 : merge origin/master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -630 lines) Patch
M Source/core/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 3 chunks +0 lines, -6 lines 0 comments Download
M Source/core/core_generated.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/resolver/StyleAdjuster.cpp View 1 2 3 4 5 6 2 chunks +0 lines, -11 lines 0 comments Download
M Source/core/html/HTMLAppletElement.cpp View 1 2 3 4 5 6 2 chunks +6 lines, -15 lines 0 comments Download
M Source/core/html/HTMLObjectElement.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/html/HTMLPlugInElement.h View 1 2 3 4 5 6 4 chunks +1 line, -16 lines 0 comments Download
M Source/core/html/HTMLPlugInElement.cpp View 1 2 3 4 5 6 11 chunks +11 lines, -58 lines 0 comments Download
D Source/core/html/shadow/PluginPlaceholderElement.h View 1 chunk +0 lines, -28 lines 0 comments Download
D Source/core/html/shadow/PluginPlaceholderElement.cpp View 1 chunk +0 lines, -39 lines 0 comments Download
D Source/core/html/shadow/PluginPlaceholderElement.idl View 1 chunk +0 lines, -12 lines 0 comments Download
M Source/core/html/shadow/PluginPlaceholderElement.js View 1 2 1 chunk +0 lines, -103 lines 0 comments Download
M Source/core/loader/EmptyClients.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/EmptyClients.cpp View 2 chunks +0 lines, -6 lines 0 comments Download
M Source/core/loader/FrameLoaderClient.h View 1 2 3 4 5 6 2 chunks +0 lines, -6 lines 0 comments Download
D Source/core/plugins/PluginPlaceholder.h View 1 chunk +0 lines, -27 lines 0 comments Download
D Source/core/plugins/testing/DictionaryPluginPlaceholder.h View 1 2 3 4 5 6 1 chunk +0 lines, -52 lines 0 comments Download
D Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h View 1 2 3 4 5 6 1 chunk +0 lines, -44 lines 0 comments Download
M Source/core/testing/Internals.h View 1 2 3 4 5 6 4 chunks +0 lines, -7 lines 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 3 4 5 6 3 chunks +0 lines, -22 lines 0 comments Download
M Source/core/testing/Internals.idl View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 2 3 4 5 6 2 chunks +0 lines, -28 lines 0 comments Download
D Source/web/PluginPlaceholderImpl.h View 1 chunk +0 lines, -59 lines 0 comments Download
D Source/web/PluginPlaceholderImpl.cpp View 1 chunk +0 lines, -45 lines 0 comments Download
M Source/web/web.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M public/blink_resources.grd View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M public/web/WebFrameClient.h View 1 2 3 4 5 6 2 chunks +0 lines, -4 lines 0 comments Download
D public/web/WebPluginPlaceholder.h View 1 chunk +0 lines, -26 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
tommycli
jbroman: this is the companion patch to https://codereview.chromium.org/1314643002/ on the blink side. IT' https://codereview.chromium.org/1313763002/diff/20001/Source/core/dom/StyleElement.cpp File ...
5 years, 4 months ago (2015-08-25 00:18:11 UTC) #2
tommycli
It's mostly straight reverts of the patches on your bug, plus some fixups to handle ...
5 years, 4 months ago (2015-08-25 00:18:38 UTC) #3
jbroman
lgtm https://codereview.chromium.org/1313763002/diff/20001/Source/core/dom/StyleElement.cpp File Source/core/dom/StyleElement.cpp (right): https://codereview.chromium.org/1313763002/diff/20001/Source/core/dom/StyleElement.cpp#newcode168 Source/core/dom/StyleElement.cpp:168: bool shouldBypassMainWorldCSP = frame && frame->script().shouldBypassMainWorldCSP(); On 2015/08/25 ...
5 years, 4 months ago (2015-08-25 00:34:10 UTC) #4
jbroman
https://codereview.chromium.org/1313763002/diff/20001/Source/core/dom/StyleElement.cpp File Source/core/dom/StyleElement.cpp (right): https://codereview.chromium.org/1313763002/diff/20001/Source/core/dom/StyleElement.cpp#newcode168 Source/core/dom/StyleElement.cpp:168: bool shouldBypassMainWorldCSP = frame && frame->script().shouldBypassMainWorldCSP(); On 2015/08/25 at ...
5 years, 4 months ago (2015-08-25 13:57:21 UTC) #5
tommycli
jbroman: thanks, i left the style csp exemption intact https://codereview.chromium.org/1313763002/diff/20001/Source/core/dom/StyleElement.cpp File Source/core/dom/StyleElement.cpp (right): https://codereview.chromium.org/1313763002/diff/20001/Source/core/dom/StyleElement.cpp#newcode168 Source/core/dom/StyleElement.cpp:168: ...
5 years, 4 months ago (2015-08-25 16:48:17 UTC) #6
tommycli
pdr: PTAL This patch looks big, but the vast majority are just deletes. jbroman is ...
5 years, 4 months ago (2015-08-25 17:38:17 UTC) #8
pdr.
On 2015/08/25 at 17:38:17, tommycli wrote: > pdr: PTAL > > This patch looks big, ...
5 years, 4 months ago (2015-08-25 18:06:29 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313763002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313763002/80001
5 years, 4 months ago (2015-08-26 00:15:49 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/98453)
5 years, 4 months ago (2015-08-26 02:52:45 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313763002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313763002/100001
5 years, 3 months ago (2015-08-27 17:50:52 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/62307) ios_rel_device_ninja on ...
5 years, 3 months ago (2015-08-27 17:52:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313763002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313763002/100001
5 years, 3 months ago (2015-08-28 21:50:24 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/63036) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 3 months ago (2015-08-28 21:51:59 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313763002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313763002/120001
5 years, 3 months ago (2015-08-28 21:55:52 UTC) #25
commit-bot: I haz the power
5 years, 3 months ago (2015-08-29 01:05:55 UTC) #26
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201441

Powered by Google App Engine
This is Rietveld 408576698