electron/shell
mtgto 7b55a70a36
feat: Add Secure Keyboard Entry APIs in macOS (#20678)
* feat: Add Secure Keyboard Entry APIs in macOS

Add methods:
- app.isSecureInputEnabled()
- app.setSecureInputEnabled(enabled)

These enable to prevent other process listens keyboard input events.

* fix: lint error in app.md for #20678

* fix: crash app.setSecureInputEnabled() in password textfield

* fix: export Secure keyboard Entry API to only macOS

* fix: lint error in browser_mac.mm for #20678

* test: add test for app.setSecureKeyboardEntryEnabled in macOS
2020-05-21 11:53:44 -04:00
..
app chore: align crash patch with upstream (#23595) 2020-05-14 20:09:02 -07:00
browser feat: Add Secure Keyboard Entry APIs in macOS (#20678) 2020-05-21 11:53:44 -04:00
common fix: wrap EmitWarning with HandleScope (#23667) 2020-05-20 09:44:27 -07:00
renderer refactor: remove the RenderFrameFunctionStore and use privates to memory manage (#23592) 2020-05-15 11:57:40 -07:00
utility fix: build when some buildflags are disabled (#23307) 2020-04-28 23:16:10 -07:00