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
0ae458cc
Commit
0ae458cc
authored
Oct 09, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Wine Gecko 1.8 release.
parent
d1846508
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
addons.c
dlls/appwiz.cpl/addons.c
+3
-3
mshtml_private.h
dlls/mshtml/mshtml_private.h
+1
-1
nsiface.idl
dlls/mshtml/nsiface.idl
+0
-0
script.c
dlls/mshtml/script.c
+4
-0
No files found.
dlls/appwiz.cpl/addons.c
View file @
0ae458cc
...
...
@@ -53,14 +53,14 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
appwizcpl
);
#define GECKO_VERSION "1.
7
"
#define GECKO_VERSION "1.
8
"
#ifdef __i386__
#define ARCH_STRING "x86"
#define GECKO_SHA "
efebc4ed7a86708e2dc8581033a3c5d6effe0b0b
"
#define GECKO_SHA "
a8622ff749cc2a2cb311f902b7e99664ecc2f8d6
"
#elif defined(__x86_64__)
#define ARCH_STRING "x86_64"
#define GECKO_SHA "
2253e7ce3a699ddd110c6c9ce4c7ca7e6f7c02f5
"
#define GECKO_SHA "
ea8bb450c6b41f71cc0ef23c490dfebdaccf789d
"
#else
#define ARCH_STRING ""
#define GECKO_SHA "???"
...
...
dlls/mshtml/mshtml_private.h
View file @
0ae458cc
...
...
@@ -234,7 +234,7 @@ typedef struct {
}
nsCycleCollectingAutoRefCnt
;
typedef
struct
{
void
*
x
[
3
];
void
*
x
[
9
];
}
nsXPCOMCycleCollectionParticipant
;
typedef
struct
nsCycleCollectionTraversalCallback
nsCycleCollectionTraversalCallback
;
...
...
dlls/mshtml/nsiface.idl
View file @
0ae458cc
This diff is collapsed.
Click to expand it.
dlls/mshtml/script.c
View file @
0ae458cc
...
...
@@ -1295,6 +1295,10 @@ void set_script_mode(HTMLOuterWindow *window, SCRIPTMODE mode)
if
(
NS_SUCCEEDED
(
nsres
))
{
nsres
=
nsIWebBrowserSetup_SetProperty
(
setup
,
SETUP_ALLOW_JAVASCRIPT
,
window
->
scriptmode
==
SCRIPTMODE_GECKO
);
if
(
NS_SUCCEEDED
(
nsres
))
nsres
=
nsIWebBrowserSetup_SetProperty
(
setup
,
SETUP_DISABLE_NOSCRIPT
,
TRUE
);
nsIWebBrowserSetup_Release
(
setup
);
}
...
...
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