From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:558:fe21:29:69:252:207:38; helo=resqmta-ch2-06v.sys.comcast.net; envelope-from=eklhad@comcast.net; receiver= Received: from resqmta-ch2-06v.sys.comcast.net (resqmta-ch2-06v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:38]) by hurricane.the-brannons.com (Postfix) with ESMTPS id EA96C79F1D for ; Wed, 27 Sep 2017 03:46:40 -0700 (PDT) Received: from resomta-ch2-06v.sys.comcast.net ([69.252.207.102]) by resqmta-ch2-06v.sys.comcast.net with ESMTP id x9svdvWa6AxkLx9t6d1oEN; Wed, 27 Sep 2017 10:48:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1506509300; bh=KMW47cKqeGs3woQAM+sgMiSyDgf7eFT0TR+DmFXBshI=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=Nn7VQBUegwRoT6U/Y5ZbGXsk+2tEGGqDw2xeRek79jNcXpalbHxXlDwdWbVUibHcc 1v/LjCjQ6tw5Rp9leoSR/0lhCoKsb8v0AZypGmagSI8bzdR775KS52yf8Vq3oqoIgx X+zbKt5NRZ0AxZPUzW27IUFwV29z9GH8NmD+ZeLQ5Oz300eYS8UJmTybTDq+LMvSM0 U1nhDlWJdWuVac3K1LAJ4lPP96oqmpw9bSCEQ5AA/wQ14CnjHTCAp7zYywDrO9KPZm an4N4AcWxWCBB/usaD0Ijl1UkiHef1G89tp0bJkTcpysq+2JDJj7P2JU4TyJOuezW3 JtXlHm7ytf9vQ== Received: from unknown ([68.56.159.26]) by resomta-ch2-06v.sys.comcast.net with SMTP id x9t5dGtjdRLEHx9t6dOHek; Wed, 27 Sep 2017 10:48:20 +0000 To: edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke References: User-Agent: edbrowse/3.7.1 Date: Wed, 27 Sep 2017 06:48:19 -0400 Message-ID: <20170827064819.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfGyHrx7zWsUC2nXbCGP9ul+bsfox/Eqs5xsFe0Cub2oh0mEYQTdjcAEljPmD5TUbS7VMLRrwMrAc6CGJbs5dgy0Qoe/advgJgqdnbDUPu4CyIqk0vwHt B9ICR4ktaTUIKzCoTqwhYubtnXwQuQ0btv7dZK2Y8yDosXTDLDQNpV4Rnp0ej38uwKdYnr1rq1AUdA== Subject: [Edbrowse-dev] how about wrapping style placement in try-catch? X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 10:46:41 -0000 Instead of try catch I created the style object, if it was missing, and also log that it is not there. console.warn is nice because it's like debug print at level 3, from the js side. Regular users won't see it. Amazon only shows one missing style, from the Select object. This is definitely more informative. I'll follow up on that root cause later, meantime you should be able to advance. I'm thinking about bumping the "execute timer" messages from db3 to db4, because timers can fire repeatedly, and db3 is suppose to look for the presence or absence of problems, not all the information you need to fix them, so would be nice if level 3 was quiet once the page was browsed, unless of course there are problems. Karl Dahlke