anmar7889 / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

nacl support #482

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How could cef support nacl plugin?

Original issue reported on code.google.com by yyangl...@gmail.com on 19 Jan 2012 at 7:44

GoogleCodeExporter commented 9 years ago
Should already be supported with CEF3.

Original comment by magreenb...@gmail.com on 9 Aug 2012 at 2:49

GoogleCodeExporter commented 9 years ago
CEF3 2078.1802. Dose not work out of the box and in the following. 

After starting CEF3 2078.1802 with the command line,
cefclient
 --enable-nacl 
 --register-pepper-plugins=ppgooglenaclpluginchrome.dll;application/x-pnacl

and coping all dll's from chrome's directory. (including the above stated). 
Also tried with --ppapi-out-of-process.

In the second attempt downloaded chromium, and tried copying nacl64.exe, with 
the appropriate nacl_irt_x86_32/64.nexe files. Same command just with 
--register-pepper-plugins=nacl64.exe;application/x-pnacl. 

Still no joy.

Original comment by Zav.Sho...@gmail.com on 15 Aug 2014 at 4:15