From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 4287F77BCA for ; Mon, 27 Jan 2014 04:30:01 -0800 (PST) Received: by mail-bk0-f47.google.com with SMTP id d7so2776811bkh.20 for ; Mon, 27 Jan 2014 04:29:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=IBtFGb4ySFCh73K1hp95rg+rfj3++cdpSjBXU5nzHF0=; b=Bes5Mu/mVZOI+HFYVr1IjQH1TUnFp8zx8Ge32VV04W0VDaWHLEUPMRLWdI1JnU5wui flvm2TttS4v4LoWu4njKLUQFRy/uIRrLv4qGCaY9rrXFiqPWlz9ray2i2kdTeX25QSCA mo6rOb/Gv/hv31wc9by0KQ15HIt+uqEJoGVmXCUKq0Q35hLkmrbEL93/K35di+ymV8oA zHFl9XJXaqs6zcIdxTIKTmQQuCusBcSzVnnhKi7xuDAPESuUtZmVpmabnQZnWoK75d5o NVakVPE0eV/hCUZTz7kQs07DFaznEGvZJcZxnIQVyPT2VgWZzOQln0MCF5FJ2yhhLg51 SNRA== X-Received: by 10.205.12.65 with SMTP id ph1mr21487649bkb.31.1390825780045; Mon, 27 Jan 2014 04:29:40 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id jc7sm11230437bkb.0.2014.01.27.04.29.38 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 27 Jan 2014 04:29:39 -0800 (PST) Date: Mon, 27 Jan 2014 12:29:36 +0000 From: Adam Thompson To: Chris Brannon Message-ID: <20140127122936.GF17921@toaster.adamthompson.me.uk> References: <87ob2zof1u.fsf@mushroom.PK5001Z> <20140126235228.GB17921@toaster.adamthompson.me.uk> <20140127004910.GC17921@toaster.adamthompson.me.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140127004910.GC17921@toaster.adamthompson.me.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: edbrowse-dev@lists.the-brannons.com Subject: Re: [Edbrowse-dev] my very large patch X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 12:30:01 -0000 On Mon, Jan 27, 2014 at 12:49:10AM +0000, Adam Thompson wrote: > I'm also removing the jcx global and the jrt global. I'm going to remove the > two explicit gc calls as well, as gc is now done almost everywhere anyway and this > allows the runtime var to be contained withing jsdom.cpp. Done and *hopefully* pushed, with reformatting. I've also removed the jMyContext function. Cheers, Adam.