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

Issue 206009: linux: defend against "netscape" within plugin path (Closed)

Created:
11 years, 3 months ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
piman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

linux: defend against "netscape" within plugin path Flash misbehaves if you load it from a path containing "netscape", so we try to avoid and warn the user if necessary. BUG=20758, 21900

Patch Set 1 #

Total comments: 1

Patch Set 2 : test flash player #

Patch Set 3 : test filename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M webkit/glue/plugins/plugin_list_linux.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Evan Martin
11 years, 3 months ago (2009-09-15 01:53:11 UTC) #1
piman
http://codereview.chromium.org/206009/diff/1/2 File webkit/glue/plugins/plugin_list_linux.cc (right): http://codereview.chromium.org/206009/diff/1/2#newcode124 Line 124: if (orig_path.value().find(kNetscapeInPath) == std::string::npos) { I think we ...
11 years, 3 months ago (2009-09-15 04:58:07 UTC) #2
Evan Martin
OK, added a filename check
11 years, 3 months ago (2009-09-15 20:24:14 UTC) #3
piman
11 years, 3 months ago (2009-09-15 21:05:18 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698