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
1d67d66e
Commit
1d67d66e
authored
Mar 31, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 31, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieframe: Fixed some tests on IE11.
parent
db08d9ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
webbrowser.c
dlls/ieframe/tests/webbrowser.c
+7
-1
No files found.
dlls/ieframe/tests/webbrowser.c
View file @
1d67d66e
...
...
@@ -419,10 +419,12 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
CHECK_EXPECT
(
Exec_IDM_STOP
);
return
OLECMDERR_E_NOTSUPPORTED
;
case
OLECMDID_UPDATETRAVELENTRY_DATARECOVERY
:
case
OLECMDID_PAGEAVAILABLE
:
/* TODO (IE11) */
return
E_NOTIMPL
;
case
6058
:
/* TODO */
return
E_NOTIMPL
;
default:
ok
(
0
,
"unexpected n
s
CmdID %d
\n
"
,
nCmdID
);
ok
(
0
,
"unexpected nCmdID %d
\n
"
,
nCmdID
);
}
}
else
if
(
IsEqualGUID
(
&
CGID_Explorer
,
pguidCmdGroup
))
{
switch
(
nCmdID
)
{
...
...
@@ -437,6 +439,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
case
101
:
/* TODO (IE8) */
case
109
:
/* TODO (IE9) */
case
113
:
/* TODO (IE10) */
case
119
:
/* IE11 */
return
E_FAIL
;
default:
ok
(
0
,
"unexpected nCmdID %d
\n
"
,
nCmdID
);
...
...
@@ -444,11 +447,14 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
}
else
if
(
IsEqualGUID
(
&
CGID_ShellDocView
,
pguidCmdGroup
))
{
switch
(
nCmdID
)
{
case
105
:
/* TODO */
case
133
:
/* IE11 */
case
134
:
/* TODO (IE10) */
case
135
:
/* IE11 */
case
136
:
/* TODO (IE10) */
case
138
:
/* TODO */
case
140
:
/* TODO (Win7) */
case
144
:
/* TODO */
case
178
:
/* IE11 */
return
E_FAIL
;
default:
ok
(
0
,
"unexpected nCmdID %d
\n
"
,
nCmdID
);
...
...
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