From: Kevin Carhart <kevin@carhart.net>
To: Edbrowse-dev@lists.the-brannons.com
Subject: [Edbrowse-dev] version / dyndns
Date: Sun, 18 Feb 2018 17:07:33 -0800 (PST) [thread overview]
Message-ID: <alpine.LRH.2.03.1802181640190.29347@carhart.net> (raw)
In-Reply-To: <20180118090856.eklhad@comcast.net>
Thank you for working on them! I noticed that you wrote a
searchscripts(). That's useful. I was doing the same thing recently,
crudely with blah.split("mystring").length
But that is an example of where long expressions in jdb, with a varying
bit in the middle of a long static bit, is annoying to continually
assemble over and over, so searchscripts is easier, and easy to memorize.
And static analysis is one way of tackling errors in event code, where we
don't have a filename or line number reported, right?
I'm also replying here to Chuck's report about dyndns. Thanks for raising
this, Chuck.
Well, I noticed this when I run dyndns.com with db3:
TypeError: undefined not callable (property 'getClientRects' of [object
Object])
failure on 0xf63938.onload()
execution complete
I'm going to investigate if we can satisfy this with some stubs. Maybe it
will be similar to our set of stubs for Canvas. There's a
related function, getBoundingClientRect. Both of these things had
runtime errors in quite a few sites in my top sites experiment yesterday.
So by fixing it for dyndns we should also fix it for some other
situations at the same time.
https://developer.mozilla.org/en-US/docs/Web/API/Element/getClientRects
https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect
Kevin
next prev parent reply other threads:[~2018-02-19 1:06 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-15 11:56 [Edbrowse-dev] version Karl Dahlke
2018-02-15 18:48 ` Adam Thompson
2018-02-15 21:04 ` Karl Dahlke
2018-02-16 19:11 ` Adam Thompson
2018-02-18 2:19 ` Karl Dahlke
2018-02-18 2:42 ` Kevin Carhart
2018-02-18 3:03 ` Karl Dahlke
2018-02-18 3:39 ` Kevin Carhart
2018-02-18 7:43 ` Karl Dahlke
2018-02-18 8:17 ` Dominique Martinet
2018-02-18 8:47 ` Dominique Martinet
2018-02-18 8:30 ` Kevin Carhart
2018-02-18 7:45 ` Kevin Carhart
2018-02-18 8:55 ` Karl Dahlke
2018-02-18 11:29 ` Karl Dahlke
2018-02-18 14:08 ` Karl Dahlke
2018-02-19 1:07 ` Kevin Carhart [this message]
2018-02-19 3:58 ` [Edbrowse-dev] update on dyndns Kevin Carhart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LRH.2.03.1802181640190.29347@carhart.net \
--to=kevin@carhart.net \
--cc=Edbrowse-dev@lists.the-brannons.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).