aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-03 15:14:42 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-03 15:14:42 -0700
commitde79ee76d7c86d032309d73ba210668466785b42 (patch)
treecf596cff5b87f6b67155318188e5f9508239540c /README
parenteccb7ec98fa198d076be72cd017926354d67cc70 (diff)
parent5ab073d90e3c66a53e116c78299c657a13847d5c (diff)
Merge branch 'dev/in-webkit-downloads' into experimental
Conflicts: examples/data/scripts/download.sh
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 22c1a99..331b040 100644
--- a/README
+++ b/README
@@ -664,8 +664,13 @@ Events have this format:
* `EVENT [uzbl_instance_name] TITLE_CHANGED title_name`: When the title of the
page (and hence maybe, the window title) changed. `title_name` is the new
title.
-* `EVENT [uzbl_instance_name] DOWNLOAD_REQUEST download_uri`: When content needs
- to be downloaded, `download_uri` is the URI to get.
+* `EVENT [uzbl_instance_name] DOWNLOAD_STARTED destination_path`: A download
+ has been started, the file will be saved to `destination_path`.
+* `EVENT [uzbl_instance_name] DOWNLOAD_PROGRESS destination_path progress`:
+ While a download is active this event notifies you of the progress.
+ `progress` is a decimal between 0 and 1.
+* `EVENT [uzbl_instance_name] DOWNLOAD_COMPLETE destination_path`: The
+ download being saved to `destination_path` is now complete.
* `EVENT [uzbl_instance_name] LINK_HOVER uri`: The mouse hovers over the link
`uri`.
* `EVENT [uzbl_instance_name] LINK_UNHOVER uri`: The mouse leaves the link