Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calling SendSAS() from a service to make sure that Secure Attention Sequence ↵ | alexeypa@chromium.org | 2012-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | can be injected even when UAC is disabled. BUG=158625 Review URL: https://chromiumcodereview.appspot.com/11369024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165565 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Chromoting: Implemented security attention sequence (SAS) emulation on Windows. | alexeypa@chromium.org | 2012-03-12 | 1 | -0/+28 |
The default SAS is Ctrl+Alt+Delete. It can neither be intercepted by the client (at least on Windows) nor it can be injected the same way other key strokes are injected. This CL makes the Windows host to interpret a double Scroll Lock as a SAS and invoke the Chromoting service to issue the actual SAS. Review URL: http://codereview.chromium.org/9617027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126186 0039d316-1c4b-4281-b951-d872f2087c98 |