From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:32]) by hurricane.the-brannons.com (Postfix) with ESMTP id 5728C7788B for ; Tue, 28 Jan 2014 09:35:24 -0800 (PST) Received: from omta10.westchester.pa.mail.comcast.net ([76.96.62.28]) by qmta03.westchester.pa.mail.comcast.net with comcast id KS4Q1n0030cZkys53Vb3y3; Tue, 28 Jan 2014 17:35:03 +0000 Received: from eklhad ([107.5.36.150]) by omta10.westchester.pa.mail.comcast.net with comcast id KVb31n00Y3EMmQj3WVb3tH; Tue, 28 Jan 2014 17:35:03 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.4.10 Date: Tue, 28 Jan 2014 12:35:03 -0500 Message-ID: <20140028123503.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=1390930503; bh=NO+bEGtDVa8vi0/h60rBQfpyhgzDWT/9o40tipWsN8Q=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=jc570kZhVVYm6tlugfz6Hay5csel2aUlPPEOIhTBvuYOzzGwqfpaf9C0hYS4im6Lj UPU4cVoR6cP6l/xLEM3rbTim2mpna1uRLOQ4HpTP/O/aw72l+wYNvEytTtCb1AVweZ WQ2HUCCsImL7IOa9YHkQv+jj5xGK2aPplq8SeQPf4SDztXIRvn5tP6LzEVK74nOSp/ kfEzL95JZEf5QuEjIT1N2NS9Pos6WbOhL+rUMwkdvinN22w1mahEO4qoYTrCUAOhZY IZ2URgFWO4EosE5UWynqsLfh93dpwqtOMwKRsT1qgIvkcUhNQlpOEo75HNTobqcFey HDwmicfF8Chxw== Subject: [Edbrowse-dev] master 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: Tue, 28 Jan 2014 17:35:24 -0000 There are many enhancements that would be good to make, but probably not bundled with this one. Go to 3.5.1 first, then other changes can push the third number again. These changes are mostly additions to the DOM, objects that I haven't implemented or even simulated, and as we all saw, when one of these is missing javascript stops in its tracks. That's why edbrowse isn't working on more and more sites. We need to have the same objects and methods, or stubs for these objects and methods, as you might find in a browser. It's just grunt-work, and not very easy or satisfying. A site doesn't work, set db3, track it down, what variable is missing, look it up in a js dom tutorial, what does the variable do, implement it or simulate it. Then move on to the next broken website, and so on. All needs to be done, all good stuff, but rather independent of what we're doing now. Some of these changes won't happen until the big rewrite, those where js creates brand new thingies that are normally made by html. That's backwards in my path today, so we'll just wait on these. Anyways that's how I see the road ahead. Karl Dahlke