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
05b9bc21
Commit
05b9bc21
authored
Jul 12, 2022
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Wine Gecko 2.47.3 release.
- Enabled accessibility support. - Restored a few XPCOM interfaces. - Python compatibility fixes.
parent
b00fa1f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
addons.c
dlls/appwiz.cpl/addons.c
+3
-3
nsiface.idl
dlls/mshtml/nsiface.idl
+2
-1
No files found.
dlls/appwiz.cpl/addons.c
View file @
05b9bc21
...
...
@@ -46,13 +46,13 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
appwizcpl
);
#define GECKO_VERSION "2.47.
2
"
#define GECKO_VERSION "2.47.
3
"
#ifdef __i386__
#define GECKO_ARCH "x86"
#define GECKO_SHA "e5
20ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d
"
#define GECKO_SHA "e5
b9b06d3ce355646a8d2e72e044e37e1e0c8d18464eb1985adcd187a7f48e01
"
#elif defined(__x86_64__)
#define GECKO_ARCH "x86_64"
#define GECKO_SHA "
0596761024823ff3c21f13e1cd5cd3e89dccc698294d62974d8930aeda86ce4
5"
#define GECKO_SHA "
a53ee954392b6d1fe3d68545f6e4e2a97afbc8dc8b03a8b443349545ce13967
5"
#else
#define GECKO_ARCH ""
#define GECKO_SHA "???"
...
...
dlls/mshtml/nsiface.idl
View file @
05b9bc21
...
...
@@ -25,7 +25,7 @@
#
pragma
makedep
header
cpp_quote
(
"#define GECKO_VERSION \"
2.47.
2
\
""
)
cpp_quote
(
"#define GECKO_VERSION \"
2.47.
3
\
""
)
cpp_quote
(
"#define GECKO_VERSION_STRING \"
Wine
Gecko
\
" GECKO_VERSION"
)
import
"wtypes.idl"
;
...
...
@@ -4287,6 +4287,7 @@ interface nsIXMLHttpRequest : nsISupports
nsresult
SetOnreadystatechange
(
JSContext
*
cx
,
int
/*
JS
::
HandleValue
*/
aOnreadystatechange
)
;
nsresult
GetMozAnon
(
bool
*
aMozAnon
)
;
nsresult
GetMozSystem
(
bool
*
aMozSystem
)
;
nsresult
GetResponseBuffer
(
void
*
buffer
,
uint32_t
buffer_size
,
uint32_t
*
_retval
)
;
}
cpp_quote
(
"DEFINE_GUID(IID_nsCycleCollectionISupports, 0xc61eac14,0x5f7a,0x4481,0x96,0x5e,0x7e,0xaa,0x6e,0xff,0xa8,0x5f);"
)
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