Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
f39c6c3c
Commit
f39c6c3c
authored
Nov 30, 2017
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Silence some noisy FIXMEs.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bb9bc082
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
nsio.c
dlls/mshtml/nsio.c
+6
-6
No files found.
dlls/mshtml/nsio.c
View file @
f39c6c3c
...
...
@@ -1193,7 +1193,7 @@ static nsresult NSAPI nsChannel_AsyncOpen2(nsIHttpChannel *iface, nsIStreamListe
static
nsresult
NSAPI
nsChannel_GetContentDisposition
(
nsIHttpChannel
*
iface
,
UINT32
*
aContentDisposition
)
{
nsChannel
*
This
=
impl_from_nsIHttpChannel
(
iface
);
FIXME
(
"(%p)->(%p)
\n
"
,
This
,
aContentDisposition
);
TRACE
(
"(%p)->(%p) unimplemented
\n
"
,
This
,
aContentDisposition
);
return
NS_ERROR_NOT_IMPLEMENTED
;
}
...
...
@@ -1221,7 +1221,7 @@ static nsresult NSAPI nsChannel_SetContentDispositionFilename(nsIHttpChannel *if
static
nsresult
NSAPI
nsChannel_GetContentDispositionHeader
(
nsIHttpChannel
*
iface
,
nsACString
*
aContentDispositionHeader
)
{
nsChannel
*
This
=
impl_from_nsIHttpChannel
(
iface
);
FIXME
(
"(%p)->(%p)
\n
"
,
This
,
aContentDispositionHeader
);
TRACE
(
"(%p)->(%p) unimplemented
\n
"
,
This
,
aContentDispositionHeader
);
return
NS_ERROR_NOT_IMPLEMENTED
;
}
...
...
@@ -1306,7 +1306,7 @@ static nsresult NSAPI nsChannel_SetReferrer(nsIHttpChannel *iface, nsIURI *aRefe
static
nsresult
NSAPI
nsChannel_GetReferrerPolicy
(
nsIHttpChannel
*
iface
,
UINT32
*
aReferrerPolicy
)
{
nsChannel
*
This
=
impl_from_nsIHttpChannel
(
iface
);
FIXME
(
"(%p)->(%p)
\n
"
,
This
,
aReferrerPolicy
);
TRACE
(
"(%p)->(%p) unimplemented
\n
"
,
This
,
aReferrerPolicy
);
return
NS_ERROR_NOT_IMPLEMENTED
;
}
...
...
@@ -1835,7 +1835,7 @@ static nsresult NSAPI nsHttpChannelInternal_SetDocumentURI(nsIHttpChannelInterna
{
nsChannel
*
This
=
impl_from_nsIHttpChannelInternal
(
iface
);
FIXME
(
"(%p)->()
\n
"
,
This
);
TRACE
(
"(%p)->() unimplemented
\n
"
,
This
);
return
NS_ERROR_NOT_IMPLEMENTED
;
}
...
...
@@ -1862,7 +1862,7 @@ static nsresult NSAPI nsHttpChannelInternal_TakeAllSecurityMessages(nsIHttpChann
{
nsChannel
*
This
=
impl_from_nsIHttpChannelInternal
(
iface
);
FIXME
(
"(%p)->()
\n
"
,
Thi
s
);
TRACE
(
"(%p)->(%p) unimplemented
\n
"
,
This
,
aMessage
s
);
return
NS_ERROR_NOT_IMPLEMENTED
;
}
...
...
@@ -2125,7 +2125,7 @@ static nsresult NSAPI nsHttpChannelInternal_GetRedirectMode(nsIHttpChannelIntern
static
nsresult
NSAPI
nsHttpChannelInternal_SetRedirectMode
(
nsIHttpChannelInternal
*
iface
,
UINT32
aRedirectMode
)
{
nsChannel
*
This
=
impl_from_nsIHttpChannelInternal
(
iface
);
FIXME
(
"(%p)->(%d)
\n
"
,
This
,
aRedirectMode
);
TRACE
(
"(%p)->(%d) unimplemented
\n
"
,
This
,
aRedirectMode
);
return
NS_ERROR_NOT_IMPLEMENTED
;
}
...
...
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