From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 25FBD78475 for ; Tue, 11 Feb 2014 02:22:40 -0800 (PST) Received: by mail-we0-f170.google.com with SMTP id w62so5388130wes.1 for ; Tue, 11 Feb 2014 02:21:59 -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=8N82+QuKX5dOOeZqbkMe5Z5+P7ZPqCFgl1mY6PWfWac=; b=uDSjBdUvK2wZYMuKMux5KHPrxz4VtWF/vFgVKDMydk54C1iJQ42efqIzDz4UWIQBsr y+aBhFqxaL5MmmXDxZIchFQUvdPkLqkxStJsF5v1skMfMbFxfV2rSaJckFYzugc1HWQI jRtCrmbKSvKCo+0CtE1dFWKFeYozGNmO0c1DMJhZn6/CxCTRAjj/S75ndybfmlyn8YYC KsS9U3elj6Fn67OJxf/EDPaVO2stTclyk+zxyb3DXZOZ0NmU7ShLeej+MnIcOcz6E8Oq TTN66/8se7Jp+hGJEnNWImXdBA4IT75gKD0Lqq+TwUbNhlwJbEiY+t7wcaL4n0WGfP7c +T7w== X-Received: by 10.180.189.139 with SMTP id gi11mr14090777wic.53.1392114117569; Tue, 11 Feb 2014 02:21:57 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id z1sm42874429wjq.19.2014.02.11.02.21.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 11 Feb 2014 02:21:56 -0800 (PST) Date: Tue, 11 Feb 2014 10:21:54 +0000 From: Adam Thompson To: Karl Dahlke Message-ID: <20140211102154.GN11542@toaster.adamthompson.me.uk> References: <20140111002836.eklhad@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140111002836.eklhad@comcast.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Edbrowse-dev@lists.the-brannons.com Subject: Re: [Edbrowse-dev] simpler html.cpp 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: Tue, 11 Feb 2014 10:22:41 -0000 On Tue, Feb 11, 2014 at 12:28:36AM -0500, Karl Dahlke wrote: > As portended by my earlier email, all the rooted variables are gone. > All the AutoCompartments are gone. > They were just local variables as shorthand for objects > that were already put on the rooted heap and tied to tags. Sounds good, that code's been on my to review list for a while. Will pull and test later today. > Disable javascript, with the js command or through the > nojs directive in your config file, then browse. > The java state isn't even created. That's nice to hear. > Part of my regression test is now to run jsrt through its paces, > with javascript and without javascript. Sounds sensible. Any way to make jsrt test the gc a bit more? > Next step, I will allow CreateContext() to fail, if it does fail, > without exiting, and leave jss null. > Then once this is working we can set up other error legs. Yeah, again sounds sensible. Cheers, Adam.