summaryrefslogtreecommitdiffstats
path: root/widget/windows/WinIMEHandler.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1348 - Part 3: Set IS_PRIVATE input scope in private browsing.wolfbeast2020-01-09-4/+12
| | | | | | | | | Microsoft IME on Windows 10 20H1 (build 19025+) supports IME private mode by input scope. Although previous Windows versions use an undocumented API for Edge and IE only, the next Windows 10 release will use a public API for it. We pre-empt this potential privacy concern by setting the IS_PRIVATE flag when in PB mode.
* Issue #1348 - Part 1: Clean up input scope support for IMM32.Makoto Kato2020-01-09-50/+26
| | | | Use AutoTArray to set input scope.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1055