summaryrefslogtreecommitdiffstats
path: root/widget/windows/TSFTextStore.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1348 - Part 3: Set IS_PRIVATE input scope in private browsing.wolfbeast2020-01-09-3/+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.
* Don't allocate PendingAction twice.wolfbeast2018-11-02-4/+6
|
* Remove unnecessary code in /widget.wolfbeast2018-02-18-2/+1
| | | | | | | | | - Remove numerous blocklist entries that no longer apply. - Remove CanComputeVirtualKeyCodeFromScanCode(), because it's always true. - Remove ShowXP{Folder,File}Picker(), since we have native pickers on supported Windows versions. - Remove the config.trim_on_minimize preference, which is pointless on NT6+ and will just cause problems if used. Tag #22.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6423