From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta12.westchester.pa.mail.comcast.net (qmta12.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:44:76:96:59:227]) by hurricane.the-brannons.com (Postfix) with ESMTP id EE7367862B for ; Sat, 8 Mar 2014 01:16:23 -0800 (PST) Received: from omta19.westchester.pa.mail.comcast.net ([76.96.62.98]) by qmta12.westchester.pa.mail.comcast.net with comcast id axEA1n00227AodY5CxF6yt; Sat, 08 Mar 2014 09:15:06 +0000 Received: from eklhad ([107.5.36.150]) by omta19.westchester.pa.mail.comcast.net with comcast id axF51n0093EMmQj3fxF5RV; Sat, 08 Mar 2014 09:15:05 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Sat, 08 Mar 2014 04:15:07 -0500 Message-ID: <20140208041507.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=1394270106; bh=NYsNGQFaNaHvgQlOPcKj5F8rPwtsWjzXtAKTcVHL69U=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=ZtSj2Bcxqhypw38VWWCIxml+eCxPK4UYX7KWpsqCm+VNV7PhBVmbEjrLDNQ6rcmTG LXSDH3nkEh8wj1Z2IfGxiiujaSedeyjI2gCnyKLxMb06+KD4oSZX+0peuSOzB2ymrO FYo98L9C4nXjaQ00mIbrECW2dNGuLrYMgnIiKcpfhKJhz6F5e45R5XMCrfeMmHPhQc yVUvlXGWUzktxu7a3i10VHyGe2SvZAo3WjI8TvVFPqiqZkxKCPz7hJqDJPXjl9JiLD VVX/CRX6IP8X1jDenfZYPUkZDYhsgrbm4sQ+YJYuNlqrVpK0iWKXXb4nZgcB3q0vii p4aNPEPULHi/A== Subject: [Edbrowse-dev] Option Rebuild and other things 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: Sat, 08 Mar 2014 09:16:24 -0000 This list has been very quiet lately. 1. Any new bugs or segfaults discovered? I haven't run into any. 2. I think we decided to call js fail on out of memory, but I still don't see that code in the error reporter. Is that still the consensus, and should I put it in? 3. Any progress on getting this to work with canned libraries? Have we done any work on it and/or has debian gotten back to us in any way? 4. I've mentioned that a web page can build itself entirely from js commands, but in practice that doesn't really happen. Two things are somewhat common: dynamically changing a small bit of the page through innerHTML = which I support in a somewhat kludgy way, and dynamically rebuilding a select list, which I don't support and in fact causes a segfault. I was thinking about writing a new function, not a major change to what is there, but a new function to spin through option lists, if any, look for changes, adjust the tags accordingly, and notify the user. Obviously this would do nothing if js was not alive. I think it would be nonintrusive, and self-contained, and helpful, but if you like I will postpone this for another version. I'll defer to your judgment on this one. Meantime I can always write it in my mind. Now that I'm unemployed I hate to go too long without doing some kind of computer work. Thanks. Karl Dahlke