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

Issue 105633011: BrowserPlugin/WebView - Move plugin lifetime to DOM - The Prequel (Closed)

Created:
7 years ago by wjmaclean
Modified:
6 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org, fsamuel, lazyboy
Visibility:
Public.

Description

This cl is required by https://codereview.chromium.org/23618022/ to provide changes to TestPlugin to supporting testing the new plugin lifetime capabilities (originally this cl was part of that issue, but TestPlugin moved between repos). BUG=156219 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248197

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase. #

Patch Set 3 : Use typedef from npapi.h. #

Patch Set 4 : Declare static strings properly. #

Patch Set 5 : Remove use of npobject. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -2 lines) Patch
M content/shell/renderer/test_runner/TestPlugin.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M content/shell/renderer/test_runner/TestPlugin.cpp View 1 2 3 4 5 chunks +25 lines, -1 line 0 comments Download
M content/shell/renderer/test_runner/WebFrameTestProxy.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestProxy.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
wjmaclean
Please take a look.
7 years ago (2013-12-23 23:51:37 UTC) #1
eseidel
Can you fill in the BUG= line for both this and the other CL?
7 years ago (2013-12-23 23:55:27 UTC) #2
wjmaclean
On 2013/12/23 23:55:27, eseidel wrote: > Can you fill in the BUG= line for both ...
7 years ago (2013-12-24 00:00:12 UTC) #3
eseidel
I'm not a good reviewer for content code yet. https://codereview.chromium.org/105633011/diff/1/content/shell/renderer/test_runner/TestPlugin.h File content/shell/renderer/test_runner/TestPlugin.h (right): https://codereview.chromium.org/105633011/diff/1/content/shell/renderer/test_runner/TestPlugin.h#newcode54 content/shell/renderer/test_runner/TestPlugin.h:54: ...
6 years, 11 months ago (2014-01-07 22:55:45 UTC) #4
wjmaclean
PTAL https://codereview.chromium.org/105633011/diff/1/content/shell/renderer/test_runner/TestPlugin.h File content/shell/renderer/test_runner/TestPlugin.h (right): https://codereview.chromium.org/105633011/diff/1/content/shell/renderer/test_runner/TestPlugin.h#newcode54 content/shell/renderer/test_runner/TestPlugin.h:54: virtual struct _NPP* pluginNPP() { return m_NPP.get(); } ...
6 years, 11 months ago (2014-01-08 14:12:53 UTC) #5
jochen (gone - plz use gerrit)
I wonder whether NetscapeTestPlugin was a better fit for this? It feels wrong to add ...
6 years, 11 months ago (2014-01-08 15:06:01 UTC) #6
wjmaclean
On 2014/01/08 15:06:01, jochen wrote: > I wonder whether NetscapeTestPlugin was a better fit for ...
6 years, 11 months ago (2014-01-08 16:18:12 UTC) #7
wjmaclean
On 2014/01/08 16:18:12, wjmaclean wrote: > On 2014/01/08 15:06:01, jochen wrote: > > I wonder ...
6 years, 11 months ago (2014-01-08 16:18:57 UTC) #8
jochen (gone - plz use gerrit)
hum, what about just dispatching an event to the testplugin? it will print something if ...
6 years, 11 months ago (2014-01-08 18:11:49 UTC) #9
wjmaclean
So fsamuel@ points out that the all the NPObject stuff is also used in Pepper, ...
6 years, 11 months ago (2014-01-10 21:52:46 UTC) #10
abarth-chromium
On 2014/01/10 21:52:46, wjmaclean wrote: > So fsamuel@ points out that the all the NPObject ...
6 years, 11 months ago (2014-01-10 23:12:56 UTC) #11
Fady Samuel
On 2014/01/10 23:12:56, abarth wrote: > On 2014/01/10 21:52:46, wjmaclean wrote: > > So fsamuel@ ...
6 years, 11 months ago (2014-01-10 23:15:43 UTC) #12
abarth-chromium
On 2014/01/10 23:15:43, Fady Samuel wrote: > Adam, is there a new way to bind ...
6 years, 11 months ago (2014-01-10 23:20:41 UTC) #13
eseidel
He's looking for ways to expose properties to javascript (document.getElementById('myplugin').myCustomProperty) from his plugin c++ code. ...
6 years, 11 months ago (2014-01-10 23:23:09 UTC) #14
jochen (gone - plz use gerrit)
since the sync scripting ability is about to be removed, this is not possible. However, ...
6 years, 11 months ago (2014-01-13 14:58:08 UTC) #15
wjmaclean
PTAL jochen@ - I've revised this to use existing input events annotated with output about ...
6 years, 10 months ago (2014-01-31 03:46:07 UTC) #16
jochen (gone - plz use gerrit)
lgtm
6 years, 10 months ago (2014-01-31 08:07:18 UTC) #17
wjmaclean
The CQ bit was checked by wjmaclean@chromium.org
6 years, 10 months ago (2014-01-31 13:24:33 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wjmaclean@chromium.org/105633011/340001
6 years, 10 months ago (2014-01-31 13:24:47 UTC) #19
commit-bot: I haz the power
Change committed as 248197
6 years, 10 months ago (2014-01-31 16:14:53 UTC) #20
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-01-31 16:14:54 UTC) #21
commit-bot: I haz the power
6 years, 10 months ago (2014-01-31 16:14:56 UTC) #22
Message was sent while issue was closed.
CQ bit was unchecked on CL. Ignoring.

Powered by Google App Engine
This is Rietveld 408576698