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
5068bdb6
Commit
5068bdb6
authored
Mar 01, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 01, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieframe: Fixed tests on IE10.
parent
febbb855
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
webbrowser.c
dlls/ieframe/tests/webbrowser.c
+6
-0
No files found.
dlls/ieframe/tests/webbrowser.c
View file @
5068bdb6
...
...
@@ -446,6 +446,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
case
69
:
/* TODO */
case
101
:
/* TODO (IE8) */
case
109
:
/* TODO (IE9) */
case
113
:
/* TODO (IE10) */
return
E_FAIL
;
default:
ok
(
0
,
"unexpected nCmdID %d
\n
"
,
nCmdID
);
...
...
@@ -453,6 +454,8 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
}
else
if
(
IsEqualGUID
(
&
CGID_ShellDocView
,
pguidCmdGroup
))
{
switch
(
nCmdID
)
{
case
105
:
/* TODO */
case
134
:
/* TODO (IE10) */
case
136
:
/* TODO (IE10) */
case
138
:
/* TODO */
case
140
:
/* TODO (Win7) */
case
144
:
/* TODO */
...
...
@@ -950,6 +953,9 @@ static HRESULT WINAPI WebBrowserEvents2_Invoke(IDispatch *iface, DISPID dispIdMe
CHECK_EXPECT2
(
Invoke_282
);
break
;
case
290
:
/* FIXME: IE10 */
break
;
default:
ok
(
0
,
"unexpected dispIdMember %d
\n
"
,
dispIdMember
);
}
...
...
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