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

Issue 14588009: PPAPI/NaCl: Move event dispatching from the plugin (Closed)

Created:
7 years, 7 months ago by dmichael (off chromium)
Modified:
5 years, 6 months ago
Reviewers:
teravest, teravest1, jam, marja
CC:
chromium-reviews, yusukes+watch_chromium.org, raymes+watch_chromium.org, scheib+watch_chromium.org, yzshen+watch_chromium.org, piman+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

PPAPI/NaCl: Move event dispatching from the plugin Added chrome/renderer/nacl and OWNERS Requires the following blink change: https://codereview.chromium.org/14773025/ BUG=239656 R=jam@chromium.org, marja@chromium.org, teravest@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233356

Patch Set 1 #

Patch Set 2 : works now #

Patch Set 3 : Use WebDOMResourceProgressEvent #

Patch Set 4 : move stuff behind WEBKIT_IMPLEMENTATION #

Patch Set 5 : Long overdue merge #

Patch Set 6 : Use the right Context and Isolate. #

Total comments: 2

Patch Set 7 : git cl set_commit #

Patch Set 8 : Fix nacl_integration tests #

Patch Set 9 : remove unnecessary if #

Patch Set 10 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -117 lines) Patch
M chrome/renderer/pepper/ppb_nacl_private_impl.cc View 1 2 3 4 5 6 7 4 chunks +82 lines, -10 lines 0 comments Download
M content/public/renderer/pepper_plugin_instance.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.h View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -4 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 7 8 9 3 chunks +16 lines, -6 lines 0 comments Download
M ppapi/api/private/ppb_nacl_private.idl View 1 2 3 4 5 6 7 2 chunks +22 lines, -0 lines 0 comments Download
M ppapi/c/private/ppb_nacl_private.h View 1 2 3 4 5 6 7 3 chunks +21 lines, -1 line 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.h View 1 2 3 4 1 chunk +2 lines, -11 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 1 2 3 4 14 chunks +25 lines, -81 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 5 6 7 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
adamk
Hi there, I happened to be looking at the Blink API this morning and saw ...
7 years, 2 months ago (2013-10-23 20:21:56 UTC) #1
dmichael (off chromium)
Yes, I'm sorry for this not being landed yet. We've had other priorities trump this ...
7 years, 2 months ago (2013-10-23 20:24:04 UTC) #2
adamk
On 2013/10/23 20:24:04, dmichael wrote: > Yes, I'm sorry for this not being landed yet. ...
7 years, 2 months ago (2013-10-24 18:25:43 UTC) #3
dmichael (off chromium)
On Thu, Oct 24, 2013 at 12:25 PM, <adamk@chromium.org> wrote: > On 2013/10/23 20:24:04, dmichael ...
7 years, 2 months ago (2013-10-24 21:41:38 UTC) #4
dmichael (off chromium)
teravest: Please review everything. jam: Please review content/public marja: Please check my v8 code in ...
7 years, 1 month ago (2013-10-25 22:37:12 UTC) #5
jam
On 2013/10/25 22:37:12, dmichael wrote: > jam: Please review content/public lgtm
7 years, 1 month ago (2013-10-25 23:12:15 UTC) #6
marja
ppb_nacl_private_impl.cc lgtm Meta: The V8 API is nowadays in a far better shape; if your ...
7 years, 1 month ago (2013-10-28 07:40:17 UTC) #7
teravest
lgtm
7 years, 1 month ago (2013-10-28 14:11:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/14588009/125001
7 years, 1 month ago (2013-10-28 14:30:09 UTC) #9
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=181754
7 years, 1 month ago (2013-10-28 16:29:19 UTC) #10
teravest1
https://codereview.chromium.org/14588009/diff/125001/chrome/renderer/pepper/ppb_nacl_private_impl.cc File chrome/renderer/pepper/ppb_nacl_private_impl.cc (right): https://codereview.chromium.org/14588009/diff/125001/chrome/renderer/pepper/ppb_nacl_private_impl.cc#newcode392 chrome/renderer/pepper/ppb_nacl_private_impl.cc:392: WebKit::WebFrame* frame = container->element().document().frame(); Why do you set frame ...
7 years, 1 month ago (2013-10-31 18:39:56 UTC) #11
dmichael (off chromium)
https://codereview.chromium.org/14588009/diff/125001/chrome/renderer/pepper/ppb_nacl_private_impl.cc File chrome/renderer/pepper/ppb_nacl_private_impl.cc (right): https://codereview.chromium.org/14588009/diff/125001/chrome/renderer/pepper/ppb_nacl_private_impl.cc#newcode392 chrome/renderer/pepper/ppb_nacl_private_impl.cc:392: WebKit::WebFrame* frame = container->element().document().frame(); Ah, yes, I don't use ...
7 years, 1 month ago (2013-10-31 20:08:08 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/14588009/125001
7 years, 1 month ago (2013-11-02 14:36:57 UTC) #13
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-02 14:56:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/14588009/605001
7 years, 1 month ago (2013-11-04 18:09:37 UTC) #15
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=184256
7 years, 1 month ago (2013-11-04 21:13:50 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/14588009/865001
7 years, 1 month ago (2013-11-05 23:31:57 UTC) #17
commit-bot: I haz the power
Failed to trigger a try job on mac_rel HTTP Error 400: Bad Request
7 years, 1 month ago (2013-11-06 00:07:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/14588009/1035001
7 years, 1 month ago (2013-11-06 00:10:30 UTC) #19
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=94405
7 years, 1 month ago (2013-11-06 04:44:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/14588009/1035001
7 years, 1 month ago (2013-11-06 16:01:09 UTC) #21
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=95063
7 years, 1 month ago (2013-11-06 20:19:56 UTC) #22
dmichael (off chromium)
7 years, 1 month ago (2013-11-06 21:02:15 UTC) #23
Message was sent while issue was closed.
Committed patchset #10 manually as r233356 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698