zhangqd / chromiumembedded

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

Font rendering problem with PepperFlash #1136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Invoke the CEF client application with the following line: 
cef_binary_3.1650.1514_windows32_client\Release\cefclient.exe 
--ppapi-out-of-process 
--register-pepper-plugins="%USERPROFILE%\AppData\Local\Google\
Chrome\User 
Data\PepperFlash\11.9.900.117\pepflashplayer.dll;application/x-shockwave-flash"
2. Open chatroulette.com

What is the expected output? What do you see instead?
The text on the website is missing (Windows) or displayed as boxes (Linux)

What version of the product are you using? On what operating system?
Windows 7 64bit, Ubuntu 64bit

Please provide any additional information below.
The behaviour is exactly the same as specified in 
https://code.google.com/p/chromium/issues/detail?id=130894
The problem is not reproducible with pure Chromium

Original issue reported on code.google.com by rostisla...@gmail.com on 18 Nov 2013 at 10:48

GoogleCodeExporter commented 9 years ago
What Chrome version does "PepperFlash\11.9.900.117" come from?

Original comment by magreenb...@gmail.com on 21 Nov 2013 at 5:30

GoogleCodeExporter commented 9 years ago
I'm not sure how I ended up using this exact version from this exact location. 
I did not pay enough attention because this issue can also be reproduced with 
older official CEF3 builds and PepperFlash 11.7 or 11.8.

The latest Chrome 31.0.1650.57 includes PepperFlash 11.9.900.152. The problem 
is still reproducible with the following line:
cef_binary_3.1650.1514_windows32_client\Release\cefclient.exe 
--ppapi-out-of-process --register-pepper-plugins="C:\Program Files 
(x86)\Google\Chrome\Application\31.0.1650.57\PepperFlash\pepflashplayer.dll;appl
ication/x-shockwave-flash"

Thanks!

Original comment by rostisla...@gmail.com on 21 Nov 2013 at 9:28

GoogleCodeExporter commented 9 years ago
Pepper flash is not currently supported by CEF.

Original comment by magreenb...@gmail.com on 11 Feb 2015 at 8:13