Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(611)

Issue 10408084: Lump client and server versions of Windows together. (Closed)

Created:
8 years, 7 months ago by grt (UTC plus 2)
Modified:
8 years, 6 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org
Visibility:
Public.

Description

Lump client and server versions of Windows together. Previously, Server 2008 R2 and Server 2012 had been treated like Server 2008, which was bad. I debated adding enum values for these two, but I can't think of a compelling argument for it. The big argument against doing so would be that any code that currently has some logic based on the version bearing some relation to VERSION_WIN7, for example, would be broken one way or another on a 2008 R2 box BUG=129217 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142539

Patch Set 1 : #

Total comments: 4

Patch Set 2 : nuke SERVER_2008 #

Total comments: 1

Patch Set 3 : Also do away with Server 2003 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -47 lines) Patch
M base/win/pe_image_unittest.cc View 1 2 4 chunks +37 lines, -16 lines 0 comments Download
M base/win/windows_version.h View 1 2 2 chunks +7 lines, -9 lines 0 comments Download
M base/win/windows_version.cc View 1 2 2 chunks +17 lines, -15 lines 0 comments Download
M chrome/browser/ui/webui/flash_ui.cc View 1 2 1 chunk +5 lines, -7 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
grt (UTC plus 2)
Carlos for correctness, Brett for OWNERS. Thanks.
8 years, 7 months ago (2012-05-23 04:32:19 UTC) #1
cpu_(ooo_6.6-7.5)
I like this change. One other question, in how many places do we check / ...
8 years, 7 months ago (2012-05-23 18:21:08 UTC) #2
brettw
Owners LGTM but I didn't look. I'll defer to Carlos' review.
8 years, 7 months ago (2012-05-23 19:51:42 UTC) #3
grt (UTC plus 2)
In practice, we pretty much don't test specifically for server versions. The one exception that ...
8 years, 7 months ago (2012-05-23 21:43:49 UTC) #4
rvargas (doing something else)
I actually don't like the change in the enum... as much as it makes little ...
8 years, 6 months ago (2012-06-05 02:21:44 UTC) #5
grt (UTC plus 2)
PTAL. I plan to eventually change pe_image_unittest so that it tests a known image file ...
8 years, 6 months ago (2012-06-15 00:05:43 UTC) #6
grt (UTC plus 2)
ping
8 years, 6 months ago (2012-06-15 19:47:52 UTC) #7
cpu_(ooo_6.6-7.5)
lgtm
8 years, 6 months ago (2012-06-15 19:55:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/10408084/16001
8 years, 6 months ago (2012-06-15 22:01:12 UTC) #9
commit-bot: I haz the power
Presubmit check for 10408084-16001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-15 22:01:15 UTC) #10
grt (UTC plus 2)
+estade for OWNERS review of webui
8 years, 6 months ago (2012-06-15 22:29:14 UTC) #11
Evan Stade
lgtm
8 years, 6 months ago (2012-06-15 22:57:50 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/10408084/16001
8 years, 6 months ago (2012-06-15 23:02:11 UTC) #13
commit-bot: I haz the power
8 years, 6 months ago (2012-06-16 00:34:40 UTC) #14
Change committed as 142539

Powered by Google App Engine
This is Rietveld 408576698