From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,HDRS_MISSP autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 7512 invoked from network); 31 Mar 2021 02:42:44 -0000 Received: from hurricane.the-brannons.com (216.252.162.32) by inbox.vuxu.org with ESMTPUTF8; 31 Mar 2021 02:42:44 -0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTP id 57c9ce6f for ; Tue, 30 Mar 2021 19:42:36 -0700 (PDT) Received: from resqmta-ch2-08v.sys.comcast.net (resqmta-ch2-08v.sys.comcast.net [2001:558:fe21:29:69:252:207:40]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTPS id 26b0c69b (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 30 Mar 2021 19:42:02 -0700 (PDT) Received: from resomta-ch2-18v.sys.comcast.net ([69.252.207.114]) by resqmta-ch2-08v.sys.comcast.net with ESMTP id RQjZloI4L5RiARQnvlXZBf; Wed, 31 Mar 2021 02:41:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1617158519; bh=ny4juN3Lf9aiC8DHZWnac1oIvRqDK1QM0Y965W4WPJA=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=zkmBjeIDMLb8THlh+P33q8sqa7NCbEhUYXxKcvRpqz2MWzZXN1u2jazsEZeC4aFwB W7k9I3If6kVUi6DJtqhjqGFS62MAvPNEu6sqQh1s88Gz9+71FjeIqGTaqhD3LRZgPi pz+/2V5RP65UjhCOsUBu6exGelNh9hHfGUxMpCxosMbiMWjT2DKH9Xzj/EZxcqOlzV gkelSEJV1QdCY6kRva5ZsyoTaB89Q/PGWLVAT8xrhHDs0hhRwJgFI/O9szKbUtBi7d Q2zbcmSRZOaNACiqxor62NjtOTlkj4CftDZTw7+lktg2H8UEkN12JQVi4CUTlTIG6s xdNj8dY0gik5Q== Received: from unknown ([IPv6:2601:408:c300:a3d0::8f8f]) by resomta-ch2-18v.sys.comcast.net with ESMTPSA id RQnul3lkk69JnRQnvlUdzH; Wed, 31 Mar 2021 02:41:59 +0000 X-Xfinity-VMeta: sc=0.00;st=legit To:edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-to: Karl Dahlke References: <20210228204322.eklhad@comcast.net> User-Agent: edbrowse/3.8.0 Subject: [edbrowse-dev] It can be done, but is it worth it? Date: Tue, 30 Mar 2021 22:41:58 -0400 Message-ID: <20210230224158.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit > There's part of me thinking to simply not have a master window Well there's no harm in having it, and no harm in using it for our deminimizing debugging stuff, which doesn't even go out to distribution. And that's kinda big, half a meg of source. And it sort of proves the concept if we choose to go further. Probably some actual functions can be shared safely, probably not classes. We have plenty of time to step back and think about it. For now it seems to be working pretty well. The most important thing is probably our find&fix, and a more complete DOM, etc. Karl Dahlke