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
69f4def9
Commit
69f4def9
authored
Nov 12, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Improved debug traces in nsIChannel::AsyncOpen implementation.
parent
64b94ebf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
nsio.c
dlls/mshtml/nsio.c
+7
-0
No files found.
dlls/mshtml/nsio.c
View file @
69f4def9
...
...
@@ -949,6 +949,13 @@ static nsresult NSAPI nsChannel_AsyncOpen(nsIHttpChannel *iface, nsIStreamListen
if
(
!
ensure_uri
(
This
->
uri
))
return
NS_ERROR_FAILURE
;
if
(
TRACE_ON
(
mshtml
))
{
BSTR
uri_str
;
IUri_GetDisplayUri
(
This
->
uri
->
uri
,
&
uri_str
);
TRACE
(
"opening %s
\n
"
,
debugstr_w
(
uri_str
));
SysFreeString
(
uri_str
);
}
if
(
This
->
uri
->
is_doc_uri
)
{
window
=
get_channel_window
(
This
);
if
(
window
)
{
...
...
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