edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Kevin Carhart <kevin@carhart.net>
To: Karl Dahlke <eklhad@comcast.net>
Cc: Edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] 3.6.0
Date: Mon, 26 Oct 2015 23:30:21 -0700 (PDT)	[thread overview]
Message-ID: <alpine.LRH.2.03.1510262310140.30727@carhart.net> (raw)
In-Reply-To: <20150926124249.eklhad@comcast.net>



> Are there other bugs we need to fix, small enhancements we need to make?
> In particular, (Kevin), are we miles away from jQuery,
> wherein that should wait for 3.6.1, or would a few more small changes get us there?

The recent progress is significant, but I don't think it's going to be 
ready for 3.6.0.  Here's a crude gauge.  We're working through this 
javascript routine called jQuery.support, where they have bundled together 
a long series of tests of different mandatory behaviors.  And it tries 
them one after the next.  We've done several.  I'm currently working on a 
method called cloneNode, which roughly speaking is found at around line 75 
of 232 lines.  So I think our recent good work is about 33% of the way 
through the supports routine!  However, it could be even further than 
that, because when I scan lower, I notice a lot of use of the big node 
manipulations which are already done thanks to Karl. There's also empty 
space and comments, so it's not like the remaining 150 lines is dense with 
tricky DOM problems.

So it's coming, but it's a little more than a few small changes, I think.

By the way, recently I spent a few days learning the codebase better and 
tracing C calls from place to place.  I had hopped around in an episodic 
way, but hadn't gotten the big picture.  So now that I got to know the 
jseng-moz.cpp, readMessage, writeMessage, and the EJ_ commands, I like it!
Thank you for writing this, Karl, Adam & Chris.

Kevin

  reply	other threads:[~2015-10-27  6:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-26 16:42 Karl Dahlke
2015-10-27  6:30 ` Kevin Carhart [this message]
2015-10-27 21:00   ` Adam Thompson
2015-10-28  6:59     ` Kevin Carhart
2015-10-27  9:03 ` Chris Brannon

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.1510262310140.30727@carhart.net \
    --to=kevin@carhart.net \
    --cc=Edbrowse-dev@lists.the-brannons.com \
    --cc=eklhad@comcast.net \
    /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).