AutoType: resolve placeholders for title in window associations#1038
Conversation
|
It might be smart to pass this through the new "maskPasswordPlaceholders" function first to prevent accidental spillage. You wouldn't use {PASSWORD} in this context, but just incase you did it would prevent issues. |
|
"maskPasswordPlaceholders" function helps to hide confidential information, but the association window title is never shown to the user after the call "resolveMultiplePlaceholders" function. Therefore, I think that we do not need to use the specified function. |
|
Are you intending to implement the display of the resolved placeholders (I think its a good idea) |
@droidmonkey done ;) |
|
guys, do you need any changes to merge this branch into develop? |
|
can you rebase it on develop? |
67134e4 to
b6387f7
Compare
|
@TheZ3ro done |

Description
Allow to use entry placeholders in window association title
Motivation and context
This feature useful when we need to match window by some specific data (which not convenient to use as the name or the url), for example ip-address or mac-address, etc.
How has this been tested?
Manually, with using windows that do not contain name or url but contain value from the entry attribute.
Screenshot:
Types of changes
Checklist:
-DWITH_ASAN=ON. [REQUIRED]