gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 1c9b0eaa6f467ae8c6b0


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 1c9b0eaa6f467ae8c6b0b11b586b150cacc64b13
Date: Sun, 31 Oct 2010 09:03:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  1c9b0eaa6f467ae8c6b0b11b586b150cacc64b13 (commit)
       via  943838b06adfddfa5bcc77bdae4e1393ba459e8d (commit)
      from  2663ecdd4aa8b9582e3718b1c44da1462fcdf93b (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=1c9b0eaa6f467ae8c6b0b11b586b150cacc64b13


commit 1c9b0eaa6f467ae8c6b0b11b586b150cacc64b13
Author: Sandro Santilli <address@hidden>
Date:   Sun Oct 31 10:03:25 2010 +0100

    Document use of baseurl by URLAccessManager::allow

diff --git a/libcore/URLAccessManager.h b/libcore/URLAccessManager.h
index 793fba0..77478cb 100644
--- a/libcore/URLAccessManager.h
+++ b/libcore/URLAccessManager.h
@@ -36,6 +36,14 @@ namespace URLAccessManager {
 //
 /// Will use rc file for whitelist/blacklist and localSandbox.
 ///
+/// @param url
+///   The url to check
+///
+/// @param baseurl
+///   The originating url, only used for local urls and only
+///   for protocol checking (ie: a non-local originating url
+///   will not be allowed to load a local url)
+///
 bool allow(const URL& url, const URL& baseurl);
 
 //bool allowHost(const std::string& str);

http://git.savannah.gnu.org/cgit//commit/?id=943838b06adfddfa5bcc77bdae4e1393ba459e8d


commit 943838b06adfddfa5bcc77bdae4e1393ba459e8d
Author: Sandro Santilli <address@hidden>
Date:   Sun Oct 31 10:01:15 2010 +0100

    typo

diff --git a/libcore/URLAccessManager.h b/libcore/URLAccessManager.h
index ddd891d..793fba0 100644
--- a/libcore/URLAccessManager.h
+++ b/libcore/URLAccessManager.h
@@ -34,7 +34,7 @@ namespace URLAccessManager {
 
 /// Return true if access to given url is allowed, false otherwise.
 //
-/// Will use rc file for whitelist/blacklist and localSendbox.
+/// Will use rc file for whitelist/blacklist and localSandbox.
 ///
 bool allow(const URL& url, const URL& baseurl);
 

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

Summary of changes:
 libcore/URLAccessManager.h |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]