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
a556f9e5
Commit
a556f9e5
authored
Aug 11, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Wine Gecko 2.40 release.
parent
38076fa6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
addons.c
dlls/appwiz.cpl/addons.c
+3
-3
nsembed.c
dlls/mshtml/nsembed.c
+3
-3
nsiface.idl
dlls/mshtml/nsiface.idl
+0
-0
nsio.c
dlls/mshtml/nsio.c
+0
-0
No files found.
dlls/appwiz.cpl/addons.c
View file @
a556f9e5
...
...
@@ -51,14 +51,14 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
appwizcpl
);
#define GECKO_VERSION "2.
36
"
#define GECKO_VERSION "2.
40
"
#ifdef __i386__
#define ARCH_STRING "x86"
#define GECKO_SHA "
08b02bf0e3ff3a315135afa1132ddb3a25a63e15
"
#define GECKO_SHA "
7001a6ed5b02d0ae4e73b14c92018d604b87f3ad
"
#elif defined(__x86_64__)
#define ARCH_STRING "x86_64"
#define GECKO_SHA "
a7624eb685d04c4ef1f4f093095a5a324808d57c
"
#define GECKO_SHA "
356c414527b08b015b6dc53dbbf78d752320ae90
"
#else
#define ARCH_STRING ""
#define GECKO_SHA "???"
...
...
dlls/mshtml/nsembed.c
View file @
a556f9e5
...
...
@@ -1577,12 +1577,12 @@ static nsresult NSAPI nsURIContentListener_OnStartURIOpen(nsIURIContentListener
}
static
nsresult
NSAPI
nsURIContentListener_DoContent
(
nsIURIContentListener
*
iface
,
const
char
*
aContentType
,
cpp_bool
aIsContentPreferred
,
nsIRequest
*
aRequest
,
const
nsACString
*
aContentType
,
cpp_bool
aIsContentPreferred
,
nsIRequest
*
aRequest
,
nsIStreamListener
**
aContentHandler
,
cpp_bool
*
_retval
)
{
NSContainer
*
This
=
impl_from_nsIURIContentListener
(
iface
);
TRACE
(
"(%p)->(%
s %x %p %p %p)
\n
"
,
This
,
debugstr_a
(
aContentType
)
,
aIsContentPreferred
,
TRACE
(
"(%p)->(%
p %x %p %p %p)
\n
"
,
This
,
aContentType
,
aIsContentPreferred
,
aRequest
,
aContentHandler
,
_retval
);
return
This
->
content_listener
...
...
@@ -2199,7 +2199,7 @@ nsIXMLHttpRequest *create_nsxhr(nsIDOMWindow *nswindow)
return
NULL
;
}
nsres
=
nsIXMLHttpRequest_Init
(
nsxhr
,
nspri
,
NULL
,
nsglo
,
NULL
);
nsres
=
nsIXMLHttpRequest_Init
(
nsxhr
,
nspri
,
NULL
,
nsglo
,
NULL
,
NULL
);
nsISupports_Release
(
nspri
);
nsIGlobalObject_Release
(
nsglo
);
...
...
dlls/mshtml/nsiface.idl
View file @
a556f9e5
This diff is collapsed.
Click to expand it.
dlls/mshtml/nsio.c
View file @
a556f9e5
This diff is collapsed.
Click to expand it.
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