Comment #4 on issue 2417 by eug.baranov: magicbrowzr, terminal server, xp sp3 - slow browsing http://code.google.com/p/chromium/issues/detail?id=2417
I also think that animations should be disabled if running via Remote Desktop. It even recommended in Microsoft's "Remote Desktop Services Performance Guidelines" (http://msdn.microsoft.com/en-us/library/aa380798(VS.85).aspx). I don't know how difficult it could be to have animations disabled but Terminal Services's detection looks quite trivial: BOOL IsRemoteSession(void) { return GetSystemMetrics( SM_REMOTESESSION ); } -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
