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

Unified Diff: chrome/browser/resources/plugin_metadata/plugins_linux.json

Issue 11418129: Matching IBM Java plugin using pattern matching. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/plugin_metadata/plugins_linux.json
===================================================================
--- chrome/browser/resources/plugin_metadata/plugins_linux.json (revision 169236)
+++ chrome/browser/resources/plugin_metadata/plugins_linux.json (working copy)
@@ -10,7 +10,7 @@
}
],
"name": "Google Talk",
- "group_name_matcher": "Google Talk"
+ "group_name_matcher": "*Google Talk*"
},
"java-runtime-environment": {
"mime_types": [
@@ -67,7 +67,7 @@
"help_url": "https://support.google.com/chrome/?p=plugin_java",
"url": "http://java.com/download",
"displayurl": true,
- "group_name_matcher": "Java"
+ "group_name_matcher": "Java(TM)*"
ibraa 2012/11/22 19:46:30 Plugin name for Oracle Java on linux is Java(TM),
Bernhard Bauer 2012/11/22 20:08:04 I'm not completely sure; in general Java has very
ibraa 2012/11/23 00:58:28 I guess so, Done. On 2012/11/22 20:08:04, Bernhard
},
"adobe-flash-player": {
"mime_types": [
@@ -89,7 +89,7 @@
"help_url": "https://support.google.com/chrome/?p=plugin_flash",
"url": "http://get.adobe.com/flashplayer/",
"displayurl": true,
- "group_name_matcher": "Shockwave Flash"
+ "group_name_matcher": "*Shockwave Flash*"
},
"lightspark": {
"mime_types": [
@@ -108,7 +108,7 @@
"name": "Lightspark",
"displayurl": true,
"url": "https://launchpad.net/lightspark",
- "group_name_matcher": "Shockwave Flash"
+ "group_name_matcher": "*Shockwave Flash*"
},
"redhat-icetea-java": {
"mime_types": [
@@ -151,7 +151,7 @@
"name": "IcedTea",
"url": "http://icedtea.classpath.org/",
"displayurl": true,
- "group_name_matcher": "IcedTea"
+ "group_name_matcher": "*IcedTea*"
},
"google-chrome-pdf": {
"mime_types": [
@@ -164,6 +164,6 @@
}
],
"name": "Chrome PDF Viewer",
- "group_name_matcher": "Chrome PDF Viewer"
+ "group_name_matcher": "*Chrome PDF Viewer*"
}
}

Powered by Google App Engine
This is Rietveld 408576698