You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mozc 2.16.2034.102 (r507) is the last version that can run on Windows XP and
Windows 2003 Server. It's time to drop the support of Windows XP / 2003
Server. We should remove legacy code for the maintainability.
Original issue reported on code.google.com by [email protected] on 25 Jan 2015 at 12:25
The text was updated successfully, but these errors were encountered:
Following usage stats entries are used only in Windows XP, which is no
longer supported by Mozc (#277).
- PostInstallNothingRequired
- PostInstallLogoffNowButton
- PostInstallLogoffLaterButton
This CL drops these entries and corresponding logic.
BUG=#277
TEST=unittest
REF_BUG=19311192,2899762
REF_CL=86464845
Now we no longer support Windows XP, we can assume that Language-Neutral
Resource mechanism [1] is always supported. We no longer need to use
custom action DLLs to specify localized service description of Mozc
Cache Service.
[1]: http://msdn.microsoft.com/en-us/library/dd374120.aspx
BUG=#277
TEST=
REF_BUG=18957181,27053168
REF_CL=114054101
REF_TIME=2016-02-07T04:47:54-08:00
REF_TIME_RAW=1454849274 -0800
Since we no longer support Windows XP, it no longer makes sense to use
GetProdAddress to use APIs that are guaranteed to be available on
Windows Vista and later.
BUG=#277
TEST=
REF_BUG=18957181,27053168
REF_CL=114056348
REF_TIME=2016-02-07T06:31:07-08:00
REF_TIME_RAW=1454855467 -0800
When we dropped Windows XP support (#277), we also stopped calling `bind.exe` to bind system DLLs (see cl/84012767). `--pdbpath` option hasn't been used since then thus can be removed safely.
#codehealth
PiperOrigin-RevId: 538084240
Original issue reported on code.google.com by
[email protected]
on 25 Jan 2015 at 12:25The text was updated successfully, but these errors were encountered: