Earlier quoted context omitted.
The problem is the long tail of sites or site features that don't work without flash and users who rely on those sites or site features. I've heard Facebook video and last.fm streaming don't work without Flash for eg.
Tidal and Deezer are others which require flash. Both have desktop apps, however.. Tidal's desktop app is awful and laggy to the extent I prefer using the web interface; Deezer's Windows app lacks some features compared to the web player.
Firefox makes click-to-activate Flash the default
321–330 of 398 posts
Re: Firefox makes click-to-activate Flash the default
#322When all browsers disable Flash, a ton of old artistic content will become unaccessible. I'm thinking specifically about Homestuck animations and minigames, but other people will have their own favorites. Is there a good transition plan?
Re: Firefox makes click-to-activate Flash the default
#323Earlier quoted context omitted.
The new Google Maps is also dramatically slower, laggier, and buggier than the old version which was a regular web app built to work on browsers from 2005. I think the terribleness of recent Google web front-ends (not only Maps and Street View but also Search, Mail, Groups, Gplus, etc.) is mostly a product of incompetent management process internal to Google, rather than an indictment of web technology generally.
FWIW, Google Maps are generally noticeably slower and laggier in Firefox when compared to Chrome.
Re: Firefox makes click-to-activate Flash the default
#324Earlier quoted context omitted.
Why? Copy FROM clipboard would be, sure. Copy TO clipboard... OK, I can come up with scenarios where it'd be a problem, but they're pretty far-fetched.
Run a timer overwriting your clipboard every 10ms. Prevent you from copying anything off a webpage and instead replacing it with a copyright notice. Etc., etc., etc.
Re: Firefox makes click-to-activate Flash the default
#325Re: Firefox makes click-to-activate Flash the default
#326Earlier quoted context omitted.
This is great. Let's continue: remove pocket, remove hello
Oh please don't remove pocket, this is one of the awesome feature of Firefox along with Tree Style Tab (and if it was just me I would add Tree Style Tab by default as well) (And of course I go against the public opinion here on HN, but I wonder how many people did actually use Pocket before trashing it?)
I'd reinstall the old one but "This add-on has been removed by its author".
Re: Firefox makes click-to-activate Flash the default
#327Earlier quoted context omitted.
This is great. Let's continue: remove pocket, remove hello
1) Open the menu 2) Click "Customize" 3) Drag pocket and / or hello from the tool bar into "Additional tools and features" 4) Take a breather, phew that wasn't too hard was it? https://support.mozilla.org/en-US/kb/customize-firefox-contr...
Re: Firefox makes click-to-activate Flash the default
#328Re: Firefox makes click-to-activate Flash the default
#329Earlier quoted context omitted.
One slightly annoying thing i found right now is that if i have a plugin set as disabled in about:addons, it will not show up on the update checker found in the top link.
The (unprivileged) Plugin Check website can't detect disabled plugins because they don't show up in navigator.plugins. Ideally, Plugin Check should be an automatic check built into Firefox. The advantage of the Plugin Check website is that it works in any browser.
Re: Firefox makes click-to-activate Flash the default
#330Earlier quoted context omitted.
What made Flash so fast ? was it direct unsafe access to the metal or was there some black magic in their code ?
I don't know that it's particularly faster than what can/could be accomplished with svg + JavaScript ... I think most of the speed as a plugin vs native html/svg/js is that you don't have the whole DOM to deal with (including reflows, etc), and that their ActionScript is a much smaller subset of a language than JS in the browser, AS3 changed things a bit though. Today with canvas and an audio api that mostly works, y…