Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Richard Maher" Newsgroups: comp.lang.java.programmer,comp.lang.javascript Subject: Re: Chrome bug with Applet and threading Date: Sun, 3 Jun 2012 08:59:02 +0800 Organization: HTTP *is* The Box - Let's think outside Lines: 48 Message-ID: References: <99721b0b-cf17-4771-8020-6813c1173191@b21g2000yqn.googlegroups.com> NNTP-Posting-Host: jOhPn0KFjrxwuMc9OPMmCw.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-RFC2646: Format=Flowed; Original X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-Priority: 3 X-MSMail-Priority: Normal Xref: csiph.com comp.lang.java.programmer:15012 comp.lang.javascript:14297 "Scott Sauyet" wrote in message news:99721b0b-cf17-4771-8020-6813c1173191@b21g2000yqn.googlegroups.com... > Richard Maher wrote: >> Evertjan wrote: >>> Richard Maher wrote: >>>> Please see Chrome bug report: - >>>> http://code.google.com/p/chromium/issues/detail?id=129528 >> >>>> If you can identify a bug in my code that is causing the hang on >>>> Chrome them please let me know. Otherwise please vote for this issue >>>> by ticking the star. SSCCE provided and behaviour very easy to >>>> reproduce. >> >>> Off topic, Java != Javascript. >> >> Can you please explain why you are so adamant that all of the Javascript >> on >> the readily >> available: -http://code.google.com/p/chromium/issues/attachmentText?id=129528&aid... >> is not responsible for the hang with the Chrome browser? > > I did the same thing that Evertjan probably did. I looked at your > note, clicked on the link, scanned the bug report, saw absolutely > nothing in any of that sounded like a Javascript issue, getting turned > off in the process by the detailed descriptions of how to compile and > jar up your Java. (I don't know how the attachments work there, but > would it not be possible to attach the jar file as well as the > source?) I used to do mostly Java; I'm not scared of working with > Java or the command line, but that seems to me far from my current day- > to-day development with Javascript. > For those who don't want to dowload a JDK or worry about compiling anything, there is a version of "POC.JAR" now attached to the Chrome bug report: - http://code.google.com/p/chromium/issues/detail?id=129528#c9 Simply copy that file and the "hydra.html" file to your web hosting directory and you're away. (To open the hydra.html example on other than the local host you must first edit hydra.html and change the "codebase" and "archive" object parameters from http://127.0.0.1/ to the correct URL for your server.) > > -- Scott Cheers Richard Maher