Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/78467b94e144177f1049c750e807a44e51a81129
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/78467b94e144177f1049c750e807a44e51a81129
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/78467b94e144177f1049c750e807a44e51a81129

The branch, tlsa/401 has been updated
       via  78467b94e144177f1049c750e807a44e51a81129 (commit)
      from  051979d7c96a23c22d66692bf4ae92250bbe757e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=78467b94e144177f1049c750e807a44e51a81129
commit 78467b94e144177f1049c750e807a44e51a81129
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Documentation: Improve API docs for 401 login frontend callback.

diff --git a/include/netsurf/misc.h b/include/netsurf/misc.h
index d78bc3d..4d6d404 100644
--- a/include/netsurf/misc.h
+++ b/include/netsurf/misc.h
@@ -100,6 +100,11 @@ struct gui_misc_table {
        /**
         * Prompt user for login
         *
+        * To cancel a login, clients should call this passing NULL for
+        * username, and password.  Otherwise, for logins, username and
+        * password should both be non-NULL.  Pass "" if the empty string
+        * is required.
+        *
         * \param url       The URL being verified.
         * \param realm     The authorization realm.
         * \param username  Any current username (or empty string).


-----------------------------------------------------------------------

Summary of changes:
 include/netsurf/misc.h |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/netsurf/misc.h b/include/netsurf/misc.h
index d78bc3d..4d6d404 100644
--- a/include/netsurf/misc.h
+++ b/include/netsurf/misc.h
@@ -100,6 +100,11 @@ struct gui_misc_table {
        /**
         * Prompt user for login
         *
+        * To cancel a login, clients should call this passing NULL for
+        * username, and password.  Otherwise, for logins, username and
+        * password should both be non-NULL.  Pass "" if the empty string
+        * is required.
+        *
         * \param url       The URL being verified.
         * \param realm     The authorization realm.
         * \param username  Any current username (or empty string).


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to