--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Let's not delay the code clean-up, now that we've branched for M49. It should be fairly safe to begin removing the code (and infrastructure) for both Windows XP and Vista, now that we are past the most important point (i.e. entering branch w/ an integrated whole)/In the worst case, if we encounter an XP/Vista specific issue, we can simply address on the branch as needed. Since that should be a rare occurrence, we shouldn't hold back clean-up to save effort there.
On Tue, Jan 19, 2016 at 5:36 PM, Anthony LaForge <laf...@chromium.org> wrote:Let's not delay the code clean-up, now that we've branched for M49. It should be fairly safe to begin removing the code (and infrastructure) for both Windows XP and Vista, now that we are past the most important point (i.e. entering branch w/ an integrated whole)/In the worst case, if we encounter an XP/Vista specific issue, we can simply address on the branch as needed. Since that should be a rare occurrence, we shouldn't hold back clean-up to save effort there.Did we ever add automated builders/testers for release branches? If not, aren't we at increased risk of breaking release branches since changes that may be merged will no longer be tested at all on those deprecated platforms?
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Vista. Support for chrome ending is new to all of us. Is this real?
On Tuesday, January 19, 2016, Scott Graham <sco...@chromium.org> wrote:Hi chromium-dev,
Given the announcement of Chrome's deprecation of XP and Vista
http://chrome.blogspot.ca/2015/11/updates-to-chrome-platform-support.html
we are now ready to begin the happy task of removing support for
Windows XP and Vista from the code base.
Note that the Windows XP bots were the only bots that test on 32-bit Windows kernels, which means they were the only bots testing the x86-32 version of NaCl (since NaCl uses the x86-64 sandbox on 64-bit Windows kernels).
Can Infra set up some 32-bit Windows testers running a later version of Windows, to catch regressions? (Relevant issue: https://crbug.com/165555)
On Tue, Jan 19, 2016 at 4:25 PM, Mark Seaborn <msea...@chromium.org> wrote:Note that the Windows XP bots were the only bots that test on 32-bit Windows kernels, which means they were the only bots testing the x86-32 version of NaCl (since NaCl uses the x86-64 sandbox on 64-bit Windows kernels).How many users on Win 7 are 32 bit?
Does this sandbox code change frequently?
Given that how long the notice was for removing XP & Vista support, I would prefer that we remove these bots from our waterfall asap.