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
84f1f366
Commit
84f1f366
authored
Apr 03, 2023
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Wine Gecko 2.47.4 release.
parent
5c00be28
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
addons.c
dlls/appwiz.cpl/addons.c
+3
-3
nsiface.idl
dlls/mshtml/nsiface.idl
+6
-1
test.yml
tools/gitlab/test.yml
+1
-1
No files found.
dlls/appwiz.cpl/addons.c
View file @
84f1f366
...
...
@@ -46,13 +46,13 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
appwizcpl
);
#define GECKO_VERSION "2.47.
3
"
#define GECKO_VERSION "2.47.
4
"
#ifdef __i386__
#define GECKO_ARCH "x86"
#define GECKO_SHA "
e5b9b06d3ce355646a8d2e72e044e37e1e0c8d18464eb1985adcd187a7f48e01
"
#define GECKO_SHA "
26cecc47706b091908f7f814bddb074c61beb8063318e9efc5a7f789857793d6
"
#elif defined(__x86_64__)
#define GECKO_ARCH "x86_64"
#define GECKO_SHA "
a53ee954392b6d1fe3d68545f6e4e2a97afbc8dc8b03a8b443349545ce139675
"
#define GECKO_SHA "
e590b7d988a32d6aa4cf1d8aa3aa3d33766fdd4cf4c89c2dcc2095ecb28d066f
"
#else
#define GECKO_ARCH ""
#define GECKO_SHA "???"
...
...
dlls/mshtml/nsiface.idl
View file @
84f1f366
...
...
@@ -25,7 +25,7 @@
#
pragma
makedep
header
cpp_quote
(
"#define GECKO_VERSION \"
2.47.
3
\
""
)
cpp_quote
(
"#define GECKO_VERSION \"
2.47.
4
\
""
)
cpp_quote
(
"#define GECKO_VERSION_STRING \"
Wine
Gecko
\
" GECKO_VERSION"
)
import
"wtypes.idl"
;
...
...
@@ -114,6 +114,7 @@ interface nsIDOMHTMLSelectElement;
interface
nsIFile
;
interface
nsIDocShell
;
interface
mozIDOMWindowProxy
;
interface
nsIDOMMediaQueryListListener
;
interface
IMoniker
;
...
...
@@ -919,6 +920,7 @@ interface nsIDOMMediaQueryList : nsISupports
{
nsresult GetMedia(nsAString *aMedia);
nsresult GetMatches(bool *_retval);
nsresult SetListener(nsIDOMMediaQueryListListener *listener);
}
[
...
...
@@ -1445,6 +1447,8 @@ interface nsIDOMHTMLDocument : nsIDOMDocument
nsresult GetSelection(nsISelection **_retval);
nsresult CaptureEvents();
nsresult ReleaseEvents();
nsresult GetIECompatMode(uint32_t *aIECompatMode);
nsresult SetIECompatMode(uint32_t aIECompatMode);
}
[
...
...
@@ -1777,6 +1781,7 @@ interface nsIDOMHTMLInputElement : nsISupports
nsresult
MozGetFileNameArray
(
uint32_t
*
aLength
,
PRUnichar
***
aFileNames
)
;
nsresult
MozSetFileNameArray
(
const
PRUnichar
**
aFileNames
,
uint32_t
aLength
)
;
nsresult
MozIsTextField
(
bool
aExcludePassword
,
bool
*
_retval
)
;
nsresult
GetComplete
(
bool
*
aComplete
)
;
}
[
...
...
tools/gitlab/test.yml
View file @
84f1f366
...
...
@@ -6,7 +6,7 @@
interruptible
:
true
variables
:
GIT_STRATEGY
:
none
GECKO_VER
:
2.47.
3
GECKO_VER
:
2.47.
4
MONO_VER
:
7.4.0
cache
:
-
key
:
wine-gecko-$GECKO_VER
...
...
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