Jacek Caban : mshtml: Updated nsIDocShellLoadInfo declaration to recent Wine Gecko version.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 6 09:43:58 CDT 2015


Module: wine
Branch: master
Commit: d25737b38176edf918c6b89d384647b38b67d179
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d25737b38176edf918c6b89d384647b38b67d179

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Oct  5 17:45:48 2015 +0200

mshtml: Updated nsIDocShellLoadInfo declaration to recent Wine Gecko version.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>

---

 dlls/mshtml/nsiface.idl | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl
index 13c610f..c0b120c 100644
--- a/dlls/mshtml/nsiface.idl
+++ b/dlls/mshtml/nsiface.idl
@@ -3735,12 +3735,13 @@ interface nsIContentViewer : nsISupports
 
 [
     object,
-    uuid(c8d3b1e1-565a-427e-9d68-b109910ce9b7),
+    uuid(c63e9d64-490d-48bf-8013-b5d8ee4dbc25),
     local
 ]
 interface nsIDocShellLoadInfo : nsISupports
 {
-    typedef int nsDocShellInfoLoadType;
+    typedef int32_t nsDocShellInfoLoadType;
+    typedef uint32_t nsDocShellInfoReferrerPolicy;
 
     nsresult GetReferrer(nsIURI **aReferrer);
     nsresult SetReferrer(nsIURI *aReferrer);
@@ -3762,6 +3763,8 @@ interface nsIDocShellLoadInfo : nsISupports
     nsresult SetHeadersStream(nsIInputStream *aHeadersStream);
     nsresult GetSendReferrer(bool *aSendReferrer);
     nsresult SetSendReferrer(bool aSendReferrer);
+    nsresult GetReferrerPolicy(nsDocShellInfoReferrerPolicy *aReferrerPolicy);
+    nsresult SetReferrerPolicy(nsDocShellInfoReferrerPolicy aReferrerPolicy);
     nsresult GetIsSrcdocLoad(bool *aIsSrcdocLoad);
     nsresult GetSrcdocData(nsAString *aSrcdocData);
     nsresult SetSrcdocData(const nsAString *aSrcdocData);




More information about the wine-cvs mailing list