diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-15 18:01:51 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:26:49 +0200 |
commit | c14bb310ce237c375a5cf4a89e7689ddfbf016c5 (patch) | |
tree | 0551fe2ac349660e93fcd19547a30e2b10b1e0f2 /widget | |
parent | ccee5c781bb622d3edd3ac3067bae12af41587f8 (diff) | |
download | uxp-c14bb310ce237c375a5cf4a89e7689ddfbf016c5.tar.gz |
Issue #1053 - Clean up docs and some code comments.
Polish only, no code changes.
Diffstat (limited to 'widget')
-rw-r--r-- | widget/IMEData.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/widget/IMEData.h b/widget/IMEData.h index 04245df269..ff458e447d 100644 --- a/widget/IMEData.h +++ b/widget/IMEData.h @@ -296,8 +296,7 @@ struct InputContext final Origin mOrigin; /* True if the webapp may be unaware of IME events such as input event or - * composiion events. This enables a key-events-only mode on Android for - * compatibility with webapps relying on key listeners. */ + * composiion events. */ bool mMayBeIMEUnaware; /* Whether the owning document of the input element has been loaded @@ -405,7 +404,7 @@ struct InputContextAction final // IMEMessage is shared by IMEStateManager and TextComposition. // Update values in GeckoEditable.java if you make changes here. -// XXX Negative values are used in Android... +// int instead of uint in case OSes use negative values internally. typedef int8_t IMEMessageType; enum IMEMessage : IMEMessageType { |