forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use onActivate event to carry screen type instead of onFocus for IME …
…extensions. The original solution to let onFocus event carry screen type has a bug: If no input field is focused after unlock, the IME extension doesn't receive onFocus event and thus doesn't know about the screen type changed from 'lock' to 'normal'. And A11y virtual keyboard can be opened without focusing an input field. BUG=401968 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/457673003 Cr-Commit-Position: refs/heads/master@{#288562} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288562 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
shuchen@chromium.org
committed
Aug 9, 2014
1 parent
3a868f2
commit 1b4adf3
Showing
7 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters