Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discontinue the support of Windows XP / 2003 Server #277

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 1 comment
Closed

Discontinue the support of Windows XP / 2003 Server #277

GoogleCodeExporter opened this issue Apr 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

yukawa pushed a commit that referenced this issue Nov 8, 2015
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
yukawa added a commit that referenced this issue Aug 7, 2016
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
yukawa added a commit that referenced this issue Aug 7, 2016
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
yukawa added a commit that referenced this issue Aug 7, 2016
ImmDisableTextFrameService does nothing on Vista and later [1].

 [1]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd318537.aspx

BUG=#277
TEST=
REF_BUG=27053168
REF_CL=114716254
REF_TIME=2016-02-15T18:55:09-08:00
REF_TIME_RAW=1455591309 -0800
hiroyuki-komatsu pushed a commit that referenced this issue Jun 6, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant