edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] jsrt works
@ 2014-12-26 17:05 Karl Dahlke
  2014-12-26 23:43 ` Adam Thompson
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Dahlke @ 2014-12-26 17:05 UTC (permalink / raw)
  To: Edbrowse-dev

Ok, with the new js process architecture, I finally got jsrt to load properly,
and I think I've exercised all its functions, of which there are many.
I even did some new things that didn't make sense in the old world.

edbrowse jsrt jsrt
b
e2
b

Now you have two instances of the regression test running.
In the second one, run the memory hog,
and js runs out of memory and dies.
Switch back to the first jsrt and do a few things
and note that js is not there.
But unbrowse and browse, and you have all your js functionality
back again. So that's kinda cool.

I'll be looking at html.cpp to see if I can pull it back to html.c.
And of course fixing bugs as you and I find them.

I was thinking about background downloads, as has been requested by
several people, and propose this interface, always trying to keep it
command line and simple.
For any ftp download, or for an http download where the content
is other than text/html, propt the user

download foo_bar_3.7.9.8.tar.gz

The user hits return to download to the specified file,
or enters a new filename, or hits space and return to download to memory
as is done today.
I think it's easy and clean, but opens a question of whether
we should by default download to the current directory,
or follow the industry standard of downloading to a download directory
which you could set in the config file.
I both like and don't like the download directory standard.
Sometimes it makes sense, sometimes I just want the damn file where I am,
like I'm there for a reason.
And I could always say ~/dld/whatever.tar.gz
if I want to direct it to a download directory.
So I kind of waffle on this one.
Anyways it spins off in background and downloads,
or stays and pulls it into memory with the progress dots that you have today.

Karl Dahlke

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-26 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-26 17:05 [Edbrowse-dev] jsrt works Karl Dahlke
2014-12-26 23:43 ` Adam Thompson

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).