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

Issue 11418129: Matching IBM Java plugin using pattern matching. (Closed)

Created:
8 years, 1 month ago by ibraa
Modified:
8 years, 1 month ago
CC:
chromium-reviews, arv (Not doing code reviews)
Base URL:
https://src.chromium.org/chrome/trunk/src/
Visibility:
Public.

Description

Changing plugin matching to pattern matching. Substring matching for Java confuses IBM Java and Oracle Java. Matching changed to use pattern for all plugins. New entry added for IBM Java in plugins_win.json with pattern "*IBM*java*". For Oracle Java the pattern is "Java*" BUG=148948 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169383

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 3

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -35 lines) Patch
M chrome/browser/plugins/plugin_metadata.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_chromeos.json View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_linux.json View 1 2 3 4 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_mac.json View 1 2 3 4 10 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_win.json View 1 2 3 4 13 chunks +57 lines, -13 lines 0 comments Download
M chrome/browser/web_resource/plugins_resource_service.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
ibraa
Please Review.
8 years, 1 month ago (2012-11-22 18:36:49 UTC) #1
Bernhard Bauer
https://codereview.chromium.org/11418129/diff/4001/chrome/browser/plugins/plugin_metadata.cc File chrome/browser/plugins/plugin_metadata.cc (right): https://codereview.chromium.org/11418129/diff/4001/chrome/browser/plugins/plugin_metadata.cc#newcode75 chrome/browser/plugins/plugin_metadata.cc:75: return use_pattern_matching_ ? Hm, we might be able to ...
8 years, 1 month ago (2012-11-22 18:40:47 UTC) #2
ibraa
https://codereview.chromium.org/11418129/diff/7010/chrome/browser/resources/plugin_metadata/plugins_linux.json File chrome/browser/resources/plugin_metadata/plugins_linux.json (right): https://codereview.chromium.org/11418129/diff/7010/chrome/browser/resources/plugin_metadata/plugins_linux.json#newcode70 chrome/browser/resources/plugin_metadata/plugins_linux.json:70: "group_name_matcher": "Java(TM)*" Plugin name for Oracle Java on linux ...
8 years, 1 month ago (2012-11-22 19:46:30 UTC) #3
Bernhard Bauer
We will run into issues when pushing the updated metadata files online, because there will ...
8 years, 1 month ago (2012-11-22 20:08:04 UTC) #4
ibraa
"We will run into issues when pushing the updated metadata files online, because there will ...
8 years, 1 month ago (2012-11-23 00:58:28 UTC) #5
ibraa
Thanks for the running try-bot :). This is so helpful given my awesome machine :D ...
8 years, 1 month ago (2012-11-23 11:17:56 UTC) #6
Bernhard Bauer
https://codereview.chromium.org/11418129/diff/5011/chrome/browser/web_resource/plugins_resource_service.cc File chrome/browser/web_resource/plugins_resource_service.cc (right): https://codereview.chromium.org/11418129/diff/5011/chrome/browser/web_resource/plugins_resource_service.cc#newcode24 chrome/browser/web_resource/plugins_resource_service.cc:24: "https://www.gstatic.com/chrome/config/plugins_pattern_matching/"; Can we name this plugins_2 or something? Then ...
8 years, 1 month ago (2012-11-23 12:51:13 UTC) #7
ibraa
https://codereview.chromium.org/11418129/diff/5011/chrome/browser/web_resource/plugins_resource_service.cc File chrome/browser/web_resource/plugins_resource_service.cc (right): https://codereview.chromium.org/11418129/diff/5011/chrome/browser/web_resource/plugins_resource_service.cc#newcode24 chrome/browser/web_resource/plugins_resource_service.cc:24: "https://www.gstatic.com/chrome/config/plugins_pattern_matching/"; On 2012/11/23 12:51:13, Bernhard Bauer wrote: > Can ...
8 years, 1 month ago (2012-11-23 12:58:22 UTC) #8
Bernhard Bauer
LGTM! I'll update the files server-side.
8 years, 1 month ago (2012-11-23 13:02:54 UTC) #9
ibraa
I won't commit until server-side is updated. Let me know when you are done. Note ...
8 years, 1 month ago (2012-11-23 13:32:03 UTC) #10
Bernhard Bauer
On 2012/11/23 13:32:03, ibra wrote: > I won't commit until server-side is updated. Let me ...
8 years, 1 month ago (2012-11-23 14:19:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@gmail.com/11418129/5013
8 years, 1 month ago (2012-11-23 20:11:45 UTC) #12
commit-bot: I haz the power
Presubmit check for 11418129-5013 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-23 20:11:49 UTC) #13
ibraa
Hi Dan, Can I have an OWNERS review for chrome/browser/web_resource/? Thanks!
8 years, 1 month ago (2012-11-23 23:03:05 UTC) #14
Dan Beam
lgtm
8 years, 1 month ago (2012-11-23 23:50:58 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@gmail.com/11418129/5013
8 years, 1 month ago (2012-11-24 06:23:33 UTC) #16
commit-bot: I haz the power
8 years, 1 month ago (2012-11-24 08:38:17 UTC) #17
Message was sent while issue was closed.
Change committed as 169383

Powered by Google App Engine
This is Rietveld 408576698