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

Issue 427013: Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04). (Closed)

Created:
11 years, 1 month ago by Mike Mammarella
Modified:
9 years, 7 months ago
Reviewers:
Lei Zhang, Evan Martin
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org
Visibility:
Public.

Description

Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04). BUG=25938 TEST=try to configure proxy settings on KDE4 when $DESKTOP_SESSION=kde, it should work Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33132

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M base/linux_util.cc View 1 2 1 chunk +6 lines, -1 line 3 comments Download
M net/proxy/proxy_config_service_linux_unittest.cc View 4 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 10 (0 generated)
Mike Mammarella
11 years, 1 month ago (2009-11-21 12:19:30 UTC) #1
Evan Martin
I'd like to see a test that covers the regression; this detection code is really ...
11 years, 1 month ago (2009-11-21 18:31:58 UTC) #2
Mike Mammarella
On 2009/11/21 18:31:58, Evan Martin wrote: > I'd like to see a test that covers ...
11 years, 1 month ago (2009-11-22 01:28:59 UTC) #3
Mike Mammarella
Ping. Thoughts on this? By the way it looks like we might need some new ...
11 years, 1 month ago (2009-11-25 00:43:45 UTC) #4
Evan Martin
I guess my original question was: does this continue working correctly on older systems? LGTM ...
11 years, 1 month ago (2009-11-25 01:07:06 UTC) #5
Lei Zhang
This should still work on older systems. http://codereview.chromium.org/427013/diff/1005/2005 File base/linux_util.cc (right): http://codereview.chromium.org/427013/diff/1005/2005#newcode233 base/linux_util.cc:233: if (env->Getenv("KDE_SESSION_VERSION", ...
11 years, 1 month ago (2009-11-25 03:07:52 UTC) #6
Mike Mammarella
http://codereview.chromium.org/427013/diff/1005/2005 File base/linux_util.cc (right): http://codereview.chromium.org/427013/diff/1005/2005#newcode233 base/linux_util.cc:233: if (env->Getenv("KDE_SESSION_VERSION", &dummy)) On 2009/11/25 03:07:52, Lei Zhang wrote: ...
11 years, 1 month ago (2009-11-25 09:35:53 UTC) #7
Lei Zhang
On 2009/11/25 09:35:53, Mike Mammarella wrote: > http://codereview.chromium.org/427013/diff/1005/2005 > File base/linux_util.cc (right): > > http://codereview.chromium.org/427013/diff/1005/2005#newcode233 ...
11 years ago (2009-11-25 19:22:32 UTC) #8
Lei Zhang
BTW, I think this should be cherry-picked into the 249 branch. It's a small, low ...
11 years ago (2009-11-25 19:27:28 UTC) #9
Evan Martin
11 years ago (2009-11-25 19:37:43 UTC) #10
I defer to you guys on this; I know so little about KDE it's embarrassing.

Powered by Google App Engine
This is Rietveld 408576698