]> git.armaanb.net Git - chorizo.git/commit
Built-in download feature
authorPeter Hofmann <scm@uninformativ.de>
Tue, 17 Jun 2014 17:23:27 +0000 (19:23 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Tue, 17 Jun 2014 19:08:56 +0000 (21:08 +0200)
commiteaff2ba4e8682c29837fdebc428a6b2285c633a6
tree348332c14c03cff3d026af4804efa0b519ea031a
parent7ac557053f5d18840f03d6e393341f981dc724fc
Built-in download feature

Downloading via an external tool poses a problem: You have to pass the
current "web context" from the browser to your tool. This context
comprises cookies, the referrer, the user agent and information about
HTTP basic auth. With some effort, you can pass most of this to your
tool -- except for HTTP basic auth.

tl;dr: Downloading via wget is pretty complicated.

With this commit, WebKit handles the downloads. What's missing, are some
GUI elements to monitor and cancel downloads.
README
browser.c