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

Issue 5933004: Add a webkit_glue API for lanching NaCl's sel_ldr. NaCl will call this API v... (Closed)

Created:
10 years ago by abarth-chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Add a webkit_glue API for lanching NaCl's sel_ldr. NaCl will call this API via Pepper. This API is based on an existing piece of code used by NaCl's NPAPI plugin, which will be removed once we get the Pepper plugin off the ground.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -0 lines) Patch
M chrome/renderer/render_process_impl.cc View 1 chunk +1 line, -0 lines 1 comment Download
M chrome/renderer/renderer_glue.cc View 1 2 chunks +26 lines, -0 lines 1 comment Download
M webkit/glue/webkit_glue.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
abarth-chromium
Noel, would you be willing to review this patch from a NaCl point of view? ...
10 years ago (2010-12-16 23:23:06 UTC) #1
abarth-chromium
Adding Brett explicitly in case he wants to see all the pieces of this puzzle.
10 years ago (2010-12-16 23:26:16 UTC) #2
abarth-chromium
Looks like we have a problem getting nacl::Handle through PPAPI on Windows. On windows, that ...
10 years ago (2010-12-16 23:37:20 UTC) #3
noelallen_use_chromium
LGTM, however you may want to add that '#ifdef' if compiling chrome without NaCl is ...
10 years ago (2010-12-17 19:52:22 UTC) #4
brettw
I wonder, can this be implemented via the PepperPluginDelegate rather than the renderer glue stuff? ...
10 years ago (2010-12-17 20:42:25 UTC) #5
abarth-chromium
On 2010/12/17 20:42:25, brettw wrote: > I wonder, can this be implemented via the PepperPluginDelegate ...
10 years ago (2010-12-17 20:47:20 UTC) #6
brettw
On Fri, Dec 17, 2010 at 12:47 PM, <abarth@chromium.org> wrote: > On 2010/12/17 20:42:25, brettw ...
10 years ago (2010-12-17 20:53:59 UTC) #7
abarth-chromium
10 years ago (2010-12-17 20:55:09 UTC) #8
On Fri, Dec 17, 2010 at 12:53 PM, Brett Wilson <brettw@chromium.org> wrote:
> On Fri, Dec 17, 2010 at 12:47 PM,  <abarth@chromium.org> wrote:
>> On 2010/12/17 20:42:25, brettw wrote:
>>>
>>> I wonder, can this be implemented via the PepperPluginDelegate rather than
>>> the
>>> renderer glue stuff? I think this is preferrable since it groups all the
>>
>> Pepper
>>>
>>> stuff and I think the "bunch of global functions" is kind of ugly.
>>
>> Sure, we could do that if you like.  The trade-off is how much you think
>> this
>> stuff is Pepper-related as opposed to more generic glue.
>
> We've done a bunch of Flash specific goop in there, so I think all the
> "special Pepper stuff" should just go there.

Ok.  Will do.

Adam

Powered by Google App Engine
This is Rietveld 408576698