google-nativeclient - CEF3 是否支持 NaCl?

标签 google-nativeclient chromium-embedded

有没有人成功地在 CEF3( Chrome 嵌入式框架)中启用 NaCl/PNaCl 支持?

我发现 Chrome (34) 可以在 this page 上运行 PNaCl 样本很好,但是在 cefbuilds.com(Windows,1916 分支)上分发的 cefclient 没有。

Chrome 列出了 ppGoogleNaClPluginChrome.dll 作为 chrome://plugins 上的 PPAPI(进程内)插件,而 cefclient 应用程序没有列出此插件(测试/插件菜单选项)

我已经拉下源代码,没有看到 libcef 目标的任何 NaCl 依赖项,也可以查看 this issue为 CEF 项目提交了申请,这让我怀疑目前仅适用于 Chromium/Chrome。

- - 更新 - -
最近在这个问题上有很多事件,我怀疑部分是由于赏金,还因为 Chrome/Chromium 现在正在积极弃用 NPAPI。

如果您想鼓励 CEF 团队优先考虑添加 NaCl/PNaCl 支持的工作,请在此处投票支持该问题:
http://bitbucket.org/chromiumembedded/cef/issue/705#

最佳答案

来自 CEF Forum :

CEF does not include the NaCl pepper (ppapi) plugin which is required to load NaCl applications. So you need to tell CEF where to find the NaCl plugin via the command-line. I'm not sure of the exact command-line, but you can use this as a guide: viewtopic.php?f=10&t=10509

You can get the plugin from an equivalent version of Google Chrome of you can build it from source code. For more information see http://www.chromium.org/nativeclient/getting-started/getting-started-background-and-basics.

I haven't tested NaCl support in CEF myself so it's possible that other changes may be required.

关于google-nativeclient - CEF3 是否支持 NaCl?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23645503/

相关文章:

c++ - Clang 4.6.2,使用 shared_ptr

c++ - 为什么我的程序这么慢?

javascript - cefpython 截取当前 html 的屏幕截图(可选 : specific elements)

c# - Visual Studio 2015 - NuGet 包删除所有项目引用

delphi - 如何为 Chromium 嵌入式浏览器的不同实例设置不同的 cookie

javascript - 如何在 native 客户端中的 Vardictonary 中接收从 javascript 发送的数组

google-nativeclient - 使用 ppapi_simple 进行消息处理

wpf - 如何将 Selenium ChromeDriver 附加到 WPF 应用程序中的嵌入式 CefSharp 浏览器?

css - CefSharp - 更改加载屏幕背景颜色

samsung-smart-tv - Samsung SmartTV PNACL SDK 5.1 在模拟器中运行,而不是在电视上运行