From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:4b:a4d8:4b00:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 61C0078458 for ; Sun, 9 Feb 2014 10:29:47 -0800 (PST) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com References: <20140109123544.eklhad@comcast.net> Date: Sun, 09 Feb 2014 10:29:09 -0800 In-Reply-To: <20140109123544.eklhad@comcast.net> (Karl Dahlke's message of "Sun, 09 Feb 2014 12:35:44 -0500") Message-ID: <87y51kdtsa.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] startpage 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: Sun, 09 Feb 2014 18:29:47 -0000 Karl Dahlke writes: > I pushed the aforementioned change to comment out my line of code, Nope, sorry, that dog won't hunt. Here's a test page: http://the-brannons.com/form.html I fetched this in Chromium, setting the text field to "hello, world" and submitted. document.writeln wrote the line "You said: hello, world". When I view it with edbrowse after applying your recent change, I get an error. document.someform.random is undefined. I don't know how mainstream browsers deal with this problem, either, but I think we'll probably have to do something like what Adam mentioned. In domLink, refuse to overwrite owner.id if owner.id points to a standard method. I know how to implement this, if we go that route. PS. On another topic, I'm running edbrowse with mozjs-24 as packaged by Gentoo. So at least one distribution's package works with what we have. -- Chris