From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta01.westchester.pa.mail.comcast.net (qmta01.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:16]) by hurricane.the-brannons.com (Postfix) with ESMTP id D894077892 for ; Wed, 29 Jan 2014 10:49:39 -0800 (PST) Received: from omta17.westchester.pa.mail.comcast.net ([76.96.62.89]) by qmta01.westchester.pa.mail.comcast.net with comcast id KtFc1n0061vXlb851upHpe; Wed, 29 Jan 2014 18:49:17 +0000 Received: from eklhad ([107.5.36.150]) by omta17.westchester.pa.mail.comcast.net with comcast id KupH1n0023EMmQj3dupHbG; Wed, 29 Jan 2014 18:49:17 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.4.10 Date: Wed, 29 Jan 2014 13:49:18 -0500 Message-ID: <20140029134918.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1391021357; bh=ln/PYxFjt2vBBzHD7kNfwhh7dVZosNXX8fcdIjaUD+s=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=G7KXe+AO2G+w3HVuxyzHoMM7Y7T0F6qlUgrtAGeMzGqgaNfMuZHmDq5Ls/bLz+a/q 2Qj7prBsisr1fggIsmEC7nWpsPbqC+NK2VfPl9PhzX1TabnJ106LuAZ6Wnt7scs47r wxbBLEx/DPPc0dBtiUiXfGA5VK7R9chXtudvw4npEDRoxittTw7mIxXROfHI+KESzY oNaGVs7KG54HTccEq4abzr9fAdMMFKc0+vd/fxytfHvMkPDcyPmQiS4FzUgQFJe6r/ aJ2Opc+yc4xNdnQjOLyP/wd5xjmRSdMNG3X2cyIfy99RodhBuj5O0qctMyz0M1ofCE 8acp9AisyaVxA== Subject: [Edbrowse-dev] Now on 24 X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Karl Dahlke List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 18:49:40 -0000 I downloaded moz 24, and am following the master branch for edbrowse. I built everything, ran jsrt ok, and am using edbrowse now to write and send this email. I pushed a commit that changes several files, but all docs, trying to bring that up to date with what we're doing. Mostly README which was way out of date. Also gave credit to Adam for his work in our usersguide.html, but if you would rather have your privacy I will happily delete the reference. My default is to give people the credit they are due. With three of us accessing the main branch we need to coordinate. One chunk of work is to clean up html.cpp, use string objects where it makes sense, like anywhere you see stringAndString or stringAndChar etc all that mess is easier with strings, and use the array class instead of my lists so all those warnings go away. I could do this, unless someone else is in there anyways and wants to take it on. Tracking down more js bugs, probably best left to you. Why for instance would a js object call ever return null? Can't believe we're out of memory. Then there is the question of substituting in longer lines, or allowing for more lines. This one probably best left to me, as I am more familiar with buffers.c. Then there's lots of new features and enhancements to do, as we discussed, but probably we should get this stuff stable first, make a new version, then move on to other things. What do you think? Karl Dahlke