Bug 196064

Summary: Handbook sections 7.2.4.1, 7.2.4.2 on Chromium doesn't work
Product: Documentation Reporter: amvandemore
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Many People CC: beyert, cpm, timmoore88
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Chrome plugins none

Description amvandemore 2014-12-17 15:04:06 UTC
Created attachment 150682 [details]
Chrome plugins

Flash and IcedTea plugins don't show up in chromium when installed per handbook entries.

Sys info - 
10.1-STABLE FreeBSD 10.1-STABLE #1 r275123: amd64
chromium-39.0.2171.95          Google web browser based on WebKit
linux-c6-flashplugin-11.2r202.425 Adobe Flash Player NPAPI Plugin
nspluginwrapper-1.4.4_4        Compatibility plugin for Mozilla NPAPI plugins
icedtea-web-1.5_1              Free Java plug-in and Java Web Start for OpenJDK

nspluginwrapper -l
/home/adam/.mozilla/plugins/npwrapper.libflashplayer.so
  Original plugin: /usr/local/lib/browser_plugins/symlinks/linux-firefox/libflashplayer.so
  Plugin viewer: /usr/local/lib/nspluginwrapper/i386/linux/npviewer
  Wrapper version string: 1.4.4-1

# ll /usr/local/share/chromium/plugins/
total 0
lrwxr-xr-x  1 root  wheel  31 Dec 11 11:46 IcedTeaPlugin.so@ -> /usr/local/lib/IcedTeaPlugin.so
Comment 1 Timothy Beyer 2015-02-08 00:02:24 UTC
Someone should clarify that chromium post 35 has switched to the Pepper API for its plugin format.  I don't recall if PepperFlash has been ported to FreeBSD yet, but I doubt it.

If it helps, I made a custom port of chromium 35.0.1916.153 for work that supports flash.  It isn't hard to make, although I'd have to ask my employer for permission to release it, unfortunately.
Comment 2 Timothy Moore II 2016-10-07 13:16:56 UTC
(In reply to Timothy Beyer from comment #1)

I did some background research for this issue, and found an article reporting Firefox will continue to support flash, but in a limited manner (starting early 2017). All other plugin support appears to be ending March 2017:
http://www.pcworld.com/article/3098439/internet/firefox-will-start-blocking-flash-content-next-month.html

Furthermore, it appears Chrome has ended all NPAPI support in favor of PPAPI plugins, with mention of a PPAPI version of Flash:
https://support.google.com/chrome/answer/6213033?hl=en
Comment 3 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-08-26 16:21:58 UTC
Fixed in r51357.