From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) by hurricane.the-brannons.com (Postfix) with ESMTPS id ACAC578F5E for ; Tue, 13 Jan 2015 12:40:50 -0800 (PST) Received: by mail-wi0-f178.google.com with SMTP id z2so1140988wiv.5 for ; Tue, 13 Jan 2015 12:38:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=tmwUwFWFH/AYFHt0QKwg43bx0pIZHaBAq6RF/AKJ/1E=; b=vSU7F3QAYDcsctpgiGZSjQG8DhGK7StSQPhWCmhe14adJjWrOdeH4glZs7mqMKmNQx uog82/b11ZYqKFN9D4WMkuBZtVHVydOGj5o6PMwe+lLR2IfNUTbLjcMx58wQSZWoxCyL C7cZBwuMsC4sy8b65VTrrDA0YtCEH2v8UVxHRue17A1vZIKgH69rs9VTt3xg5K5KQqCJ bKfWXV9dbIVFojTQU0dJJ5z392J50ajF5nHVfNlzzneP1wyzS5zcj7nwViSwCZ0pLorA bbmxl27c+tl3+B6n5zkO4VqFWCI2DqrgsR9jXY9XI/obA7OeTdGH/rVo74uGlSQFJKFC 9ZKA== X-Received: by 10.180.207.211 with SMTP id ly19mr44011634wic.73.1421181492540; Tue, 13 Jan 2015 12:38:12 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id fi10sm8695239wib.13.2015.01.13.12.38.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jan 2015 12:38:11 -0800 (PST) Date: Tue, 13 Jan 2015 20:38:09 +0000 From: Adam Thompson To: Edbrowse-dev@lists.the-brannons.com Message-ID: <20150113203809.GK31364@toaster.adamthompson.me.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDymnuGqqhW10CwH" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [Edbrowse-dev] startwindow.js changes X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2015 20:40:51 -0000 --qDymnuGqqhW10CwH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, Building on the good work that's been happening over the last couple of days, I've been going through startwindow.js and have made a few changes to hopefully bring what we do in line with the DOM standard a bit more. I've pushed what I've done and really hope I've not broken anything (it seems to work in my testing, but there's all sorts of odd js out there). Basically I've removed the autolinking of elements from document.createElement, made it return an Element rather than Object in the default case, and enabled support for storing any tag under the document.tag$$map container (though I'm not sure how to expose the arrays to js properly other than by document.getElementsByTagName). There're a few more changes, see the commit for details. Cheers, Adam. --qDymnuGqqhW10CwH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUtYIwAAoJELZ22lNQBzHOByEH/ikGBCBO0pXH9e0tyHrSDJqE Vzy24M8XoGQ7hJOHekj9Zr2LxC7jU0PEcxgRFIe6+UdOgd7reF0sClk2DB075d0j mFX4+nkVJCpQCUSNn0eEhQhw2mPZhpr3T6yRIa7zqneaCU8CJHueIUarUC9Fi+xN rOhikOwiav8VAjyaLa1x61qyvHkBUHPCinkZv886U6bgx10JmloGUr/W6wfmIv6L ZBnCWJJz0MOZTpfTSysSyUoVHPl2y2pTtS0b7i743nas5mYDBGQpiI7+41DFn3zl WdZ1qBvT400GrvnayoSzRer84Bl+FHdqac4AKq9/vuml/Bja/3vSWuvLAadaKqM= =cLfC -----END PGP SIGNATURE----- --qDymnuGqqhW10CwH--