Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d25737b3
Commit
d25737b3
authored
Oct 05, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Updated nsIDocShellLoadInfo declaration to recent Wine Gecko version.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
parent
e1760f84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
nsiface.idl
dlls/mshtml/nsiface.idl
+5
-2
No files found.
dlls/mshtml/nsiface.idl
View file @
d25737b3
...
...
@@ -3735,12 +3735,13 @@ interface nsIContentViewer : nsISupports
[
object
,
uuid
(
c
8d3b1e1
-
565
a
-427e-9
d68
-
b109910ce9b7
),
uuid
(
c
63e9d64
-490d-48
bf
-
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
)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment