Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
afacbe53
Commit
afacbe53
authored
Feb 03, 2024
by
Esme Povirk
Committed by
Alexandre Julliard
Feb 05, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Accept EM_GETPASSWORDCHAR when edit is focused.
parent
7ab46f03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
msg.c
dlls/user32/tests/msg.c
+9
-0
No files found.
dlls/user32/tests/msg.c
View file @
afacbe53
...
...
@@ -7832,6 +7832,7 @@ static const struct message SetFocusComboBoxSeq[] =
{
WM_CTLCOLORBTN
,
sent
|
parent
},
{
WM_SETFOCUS
,
sent
},
{
WM_KILLFOCUS
,
sent
|
defwinproc
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
WM_SETFOCUS
,
sent
},
{
WM_COMMAND
,
sent
|
defwinproc
|
wparam
,
MAKEWPARAM
(
1001
,
EN_SETFOCUS
)
},
{
EM_SETSEL
,
sent
|
defwinproc
|
wparam
|
lparam
,
0
,
INT_MAX
},
...
...
@@ -13129,6 +13130,7 @@ static const struct message sl_edit_setfocus[] =
{
HCBT_SETFOCUS
,
hook
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
2
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
|
winevent_hook_todo
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
wparam
,
0
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
10
},
...
...
@@ -13147,6 +13149,7 @@ static const struct message sl_edit_invisible[] =
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
2
},
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
|
optional
,
OBJID_CLIENT
,
0
},
/* Sent for IME. */
{
WM_KILLFOCUS
,
sent
|
parent
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
},
{
EVENT_OBJECT_CREATE
,
winevent_hook
|
wparam
|
lparam
|
winevent_hook_todo
,
OBJID_CARET
,
0
},
...
...
@@ -13159,6 +13162,7 @@ static const struct message ml_edit_setfocus[] =
{
HCBT_SETFOCUS
,
hook
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
2
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
|
winevent_hook_todo
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
wparam
,
0
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
10
},
...
...
@@ -13193,6 +13197,7 @@ static const struct message sl_edit_lbutton_down[] =
{
HCBT_SETFOCUS
,
hook
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
2
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
|
winevent_hook_todo
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
wparam
|
defwinproc
,
0
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
10
},
...
...
@@ -13217,6 +13222,7 @@ static const struct message ml_edit_lbutton_down[] =
{
HCBT_SETFOCUS
,
hook
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
2
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
|
winevent_hook_todo
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
wparam
|
defwinproc
,
0
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
10
},
...
...
@@ -15619,6 +15625,7 @@ static const struct message WmDefDlgSetFocus_1[] = {
{
HCBT_SETFOCUS
,
hook
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
2
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
|
winevent_hook_todo
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
wparam
,
0
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
10
},
...
...
@@ -15722,6 +15729,7 @@ static const struct message WmCreateDialogParamSeq_3[] = {
{
WM_ACTIVATEAPP
,
sent
|
parent
|
wparam
,
1
},
{
WM_NCACTIVATE
,
sent
|
parent
},
{
WM_ACTIVATE
,
sent
|
parent
|
wparam
,
1
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
WM_SETFOCUS
,
sent
},
{
WM_COMMAND
,
sent
|
parent
|
wparam
,
MAKELONG
(
200
,
EN_SETFOCUS
)
},
{
WM_GETDLGCODE
,
sent
|
wparam
|
lparam
,
0
,
0
},
...
...
@@ -15760,6 +15768,7 @@ static const struct message WmCreateDialogParamSeq_4[] = {
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
parent
},
{
WM_KILLFOCUS
,
sent
|
parent
},
{
EM_GETPASSWORDCHAR
,
sent
|
optional
},
/* Sent on some Win10 machines */
{
WM_SETFOCUS
,
sent
},
{
WM_COMMAND
,
sent
|
parent
|
wparam
,
MAKELONG
(
200
,
EN_SETFOCUS
)
},
{
WM_GETDLGCODE
,
sent
|
wparam
|
lparam
,
0
,
0
},
...
...
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