forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1770133 - part 2: Make
IMEStateManager::sFocusedContent
store i…
…t as `Element` r=m_kato `nsFocusManager` defines that focused content is at least `dom::Element`. So `IMEStateManager` can handle focused content with `dom::Element` too. Additionally, this patch makes `IMEStateManager` methods take references instead of pointers as far as possible if they just return error for `nullptr`. Differential Revision: https://phabricator.services.mozilla.com/D147133
- Loading branch information
1 parent
609478f
commit 6817b54
Showing
7 changed files
with
229 additions
and
232 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
Oops, something went wrong.