[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-09-08 Thread codesite-noreply
Updates: Status: Fixed Comment #53 on issue 16787 by e...@chromium.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 BTW, I just checked in some new code that might make more of Java work. -- You received this message because you are listed in the own

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-09-01 Thread codesite-noreply
Comment #51 on issue 16787 by e...@chromium.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 I've read comments that Java works, which is what this bug is about. Are the remaining comments about issue 20758? If so I'd like to close this, because 50 comment

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-31 Thread codesite-noreply
Comment #50 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Sorry I should have said the new Sun Java plugin, libnpjp2.so, works for me. -- You received this message because you are listed in the owner or CC fields of this iss

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-31 Thread codesite-noreply
Comment #49 on issue 16787 by goo...@tjworld.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Despite comment #44 that Java works with 4.0.204.0 (Ubuntu build 24734) I do not see that improvement. Ubuntu 9.04 Jaunty x86_64 with the OpenJDK/IcedTea plugin s

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-30 Thread codesite-noreply
Comment #48 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @47 Well, that certainly explains a lot. Maybe it would suffice if distros simply started installing the plugin somewhere else. I haven't seen a running Netscape in a long ti

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-30 Thread codesite-noreply
Comment #47 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Maybe this is flash plugin issue...see this blog: http://blog.clemens.endorphin.org/2007/09/stabilizing-firefox-for-beta-quality.html "The reason why the path must n

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-30 Thread codesite-noreply
Comment #46 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 I am 100% convinced this is chromium issue then flash plugin. It seems if there is "netscape" in the plugin file path, it hangs. If I change the folder name to "

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-30 Thread codesite-noreply
Comment #45 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Looking at the issue of symlinked flash plugin not working. My plugin is physically located at path: /usr/opt/netscape/plugins/libflashplugin.so What does work with current co

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-28 Thread codesite-noreply
Comment #43 on issue 16787 by bugdro...@chromium.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=rev&revision=24691

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-27 Thread codesite-noreply
Updates: Labels: Pri-3 Comment #41 on issue 16787 by e...@chromium.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue,

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-23 Thread codesite-noreply
Comment #31 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @26 I just looked at the patch...should you use realpath instead of readlink? This will take care of everything right? -- You received this message because you are

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-23 Thread codesite-noreply
Comment #30 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @26 I remember seeing some work done about OnPluginThreadAsyncCall for linux/mac. See this: http://codereview.chromium.org/174296/show -- You received this messag

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-23 Thread codesite-noreply
Comment #29 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @25 This is the requirement and chrome plugin finder does this by default since old Java plugin requires lot more work to get it working. http://crbug.com/3769 --

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-23 Thread codesite-noreply
Comment #28 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Ok, the real fun starts... 1) The java plugin loads for _ages_. This may be caused by the debug build, i'll try again later with release mode. 2) The client area of the apple

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-23 Thread codesite-noreply
Comment #27 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Both of the missing calls are currently only implemented for windows. OnPluginThreadAsyncCall is easilly fixed, just "func(userData);" will do. In fact the whole windows-only

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-23 Thread codesite-noreply
Comment #26 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Tried a little patch for resolving symlinks (attached). It kills the "Didn't find JVM under ..." error. Now i'm stuck on: [20676:20676:4163839119976:ERROR:/home/rain/projects

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-23 Thread codesite-noreply
Comment #25 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @23 Only supporting new style plugin means requiring the latest Java jre (1.6), because the plugin doesn't seem to be present in earlier versions. @24 Exactly what i thought,

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #24 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 I am guessing here but this might be as simple as chromium not following links to the actual file before loading. I have noticed that Firefox keeps a pluginreg.da

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #23 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @20 If I remember correctly, chrome only supports the libnpjp2, i.e. new style plugin, on windows. -- You received this message because you are listed in the owner

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #22 on issue 16787 by olhe.meu: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @19 Yes, they are just the default values. Not necessarily the used ones. i.e.: if (value_is_set && value_is_the_real_path) good_luck(); else look_for_another_path(); -- You

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #21 on issue 16787 by e...@chromium.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 This old blog post indicates maybe these custom APIs have been eliminated: http://boomswaggerboom.wordpress.com/2007/04/16/javaplugin-cleanup-for-mozilla-20/ I

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #20 on issue 16787 by olhe.meu: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 And also, i think that *_oji is the 32-bit plugin and the libnpjp2 is the 64-bit plugin. Because, obviously, you only can use the 32-bit plugin when working with a 32-bit

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #19 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @17 I don't have these values set in firefox, i.e. they are the default values which does not exist on my system, and firefox is able to use the libnpjp2.so -- You

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #18 on issue 16787 by e...@chromium.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Thanks everyone, this information is very helpful. c++filt decodes those libnpjp2 functions to CNSAdapter_JavaPluginFactory::GetMIMEDescription(char const**) CNSAdap

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #17 on issue 16787 by olhe.meu: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 A similar (equal?) problem in Firefox: http://ubuntuforums.org/showpost.php?p=7772374&postcount=3 http://www.64bitjungle.com/ubuntu/install-java-jre-160-update-x-on-hardy-as-t

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #16 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 From firefox's "about:plugins": Java(TM) Plug-in 1.6.0_14-b08 File name: libjavaplugin_oji.so Java(TM) Plug-in 1.6.0_14 Java(TM) Plug-in 1.6.0_14 File name:

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #15 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 After briefly checking the appropriate code (src/webkit/glue/plugins/*), I'm led to believe that java support is simply _not_implemented_. It doesn't make sense complaining it

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #14 on issue 16787 by e...@chromium.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 I looked into this (I don't know much of anything about the Java plugins), so for future reference here are some notes. npjp2 is "the Next-Generation Java™ Plug-In

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #13 on issue 16787 by olhe.meu: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 OS: Debian Sid. $ uname -srvmo Linux 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64 GNU/Linux Chromium AMD64 package from the Ubuntu daily build of the Chromium br

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-22 Thread codesite-noreply
Comment #12 on issue 16787 by behanz: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Running chromium debug build rev.24046 on a purely 32bit gentoo system. Two java plugins are provided: /usr/share/java-config-2/nsplugin/sun-jdk-1.6-javaplugin.so -> /opt/sun

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-21 Thread codesite-noreply
Comment #11 on issue 16787 by fulvio.cavarretta: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 I have the same problem on a 32 bit linux (opensuse 11.1) box: Didn't find JVM under /opt/google/chrome-linux/plugins chrome: ../../../../src/plugin/solaris/plugin2/

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-18 Thread codesite-noreply
Comment #10 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 getting closer with 64-bit chrome and 64-bit jvm...Now getting Didn't find JVM under ~/.mozilla/plugins chrome: ../../../../src/plugin/solaris/plugin2/common/JavaVM.c

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-08-01 Thread codesite-noreply
Comment #8 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 I get following message so maybe related: [9:9:22219274825:ERROR:/build/buildd/chromium-browser- 3.0.197.0~svn20090801r22243/build- tree/src/chrome/renderer/webplugin_

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-07-22 Thread codesite-noreply
Updates: Status: Available Labels: Plugins Comment #7 on issue 16787 by e...@chromium.org: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 I think the Java plugin might use the Xt mainloop, though I haven't looked. -- You received this message be

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-07-15 Thread codesite-noreply
Comment #6 on issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 @2 Seems like command lines changed. --enable-extensions seems to be removed so now you need --enable-plugins to enable plugins. Still no Java plugin working on

[chromium-bugs] Issue 16787 in chromium: Java Plugin not working

2009-07-15 Thread codesite-noreply
Status: Unconfirmed Owner: Labels: OS-Linux Area-Misc Size-Medium Type-Bug New issue 16787 by gke...@gmail.com: Java Plugin not working http://code.google.com/p/chromium/issues/detail?id=16787 Chrome Version : 3.0.194.0~svn20090713r20481-0ubuntu1~ucd1~jaunty OS + version : Ubuntu 9.04