From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 11 05:16:16 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C2BB106566B for ; Tue, 11 Aug 2009 05:16:16 +0000 (UTC) (envelope-from mpd@jesters-court.net) Received: from jcnetns.yclan.net (216-164-162-123.pa.subnet.cable.rcn.com [216.164.162.123]) by mx1.freebsd.org (Postfix) with ESMTP id 2E5368FC35 for ; Tue, 11 Aug 2009 05:16:15 +0000 (UTC) Received: from localhost (c-24-7-89-5.hsd1.ca.comcast.net [24.7.89.5]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mpd@jcnetns.yclan.net) by jcnetns.yclan.net (Postfix) with ESMTPSA id 4D57025A10 for ; Tue, 11 Aug 2009 00:56:37 -0400 (EDT) Date: Mon, 10 Aug 2009 21:54:59 -0700 From: mpd To: gecko@freebsd.org Message-ID: <20090811045459.GA1122@jesters-court.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: firefox 3.5 port - XmlHttpRequest within web worker throws X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 05:16:16 -0000 exception on FreeBSD only. Reply-To: Hi, I'm using the Firefox 3.5 port currently, and doing some development with Web Workers. Everything works fine until I attempt to make an XMLHttpRequest within a Worker, which throws an exception on the xhr.open call. The same code works fine on FF3.5 on Windows and OSX. A toy program that pops this exception and the error that actually come up for me in Firebug can be seen at http://gist.github.com/164985 Other computing with web workers has been fine for me. It's only when using an XMLHttpRequest, within a Web Worker (ajax calls made within the main thread are fine). Is this something that has been seen before? thanks! -mike