Wednesday, May 28, 2014

Re: Chrome on Linux no longer supported, really?



On Tuesday, May 27, 2014 8:30:24 PM UTC+2, Federico Diaz wrote:
Is this permanent?

Yes.
See http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html
And before you ask: no, the plugin cannot be rewritten with PPAPI or anything else (I once proposed using the debugger API to set a breakpoint and remotely tweaking variables to pass values around; instead of the call to the plugin; but that would leak memory like crazy, because the plugin also has access to objects' lifecycle, something we cannot have anywhere else).

So, use SuperDevMode: http://stackoverflow.com/a/18333050/116472
(others have downloaded older versions of Chromium or Firefox; it can only be temporary while SuperDevMode improves)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment