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

Issue 10823434: [6] Moves CreateVersionFromString to plugin_utils and updates the callers. (Closed)

Created:
8 years, 4 months ago by ibraaaa
Modified:
8 years, 3 months ago
Reviewers:
Bernhard Bauer, jamesr, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, arv (Not doing code reviews), darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Moves CreateVersionFromString to WebPluginInfo and updates the callers. 6th CL in the series to delete PluginGroup and move Hardcoded plugin group definitions to metadata files. BUG=124396 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154842

Patch Set 1 #

Total comments: 19

Patch Set 2 : 2nd CL in the series to delete PluginGroup. #

Patch Set 3 : 2nd CL in series to delete PluginGroup. #

Total comments: 4

Patch Set 4 : Modifications to move CreateVersionFromString to WebPluginInfo #

Total comments: 2

Patch Set 5 : Addressing jam@'s review comments #

Total comments: 4

Patch Set 6 : Address jam@'s Nits #

Patch Set 7 : Added missing include <algorithm> #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -109 lines) Patch
M chrome/browser/hang_monitor/hung_plugin_action.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/plugin_installer.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/plugin_data_remover_impl.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/utility/utility_thread_impl.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/plugins/npapi/plugin_group.h View 1 2 3 4 2 chunks +0 lines, -10 lines 0 comments Download
M webkit/plugins/npapi/plugin_group.cc View 1 2 3 4 5 1 chunk +0 lines, -40 lines 0 comments Download
D webkit/plugins/npapi/plugin_group_unittest.cc View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
A webkit/plugins/npapi/plugin_utils.h View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
A webkit/plugins/npapi/plugin_utils.cc View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
A + webkit/plugins/npapi/plugin_utils_unittest.cc View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl_win.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
ibraaaa
8 years, 4 months ago (2012-08-21 11:51:24 UTC) #1
Bernhard Bauer
Please see the comment at https://chromiumcodereview.appspot.com/10823434/diff/1/chrome/browser/plugin_installer.cc#newcode297 first; the rest is mostly nits. https://chromiumcodereview.appspot.com/10823434/diff/1/chrome/browser/plugin_finder.cc File chrome/browser/plugin_finder.cc ...
8 years, 4 months ago (2012-08-21 12:30:18 UTC) #2
ibraaaa
Please, most importantly check my reply here: https://chromiumcodereview.appspot.com/10823434/diff/1/chrome/browser/plugin_installer.cc https://chromiumcodereview.appspot.com/10823434/diff/1/chrome/browser/plugin_finder.cc File chrome/browser/plugin_finder.cc (right): https://chromiumcodereview.appspot.com/10823434/diff/1/chrome/browser/plugin_finder.cc#newcode169 chrome/browser/plugin_finder.cc:169: const ...
8 years, 4 months ago (2012-08-21 14:26:04 UTC) #3
ibraaaa
I modified code according to comments in patch set 1 in patch set 2. In ...
8 years, 4 months ago (2012-08-21 17:27:12 UTC) #4
Bernhard Bauer
https://chromiumcodereview.appspot.com/10823434/diff/1/chrome/browser/plugin_installer.cc File chrome/browser/plugin_installer.cc (right): https://chromiumcodereview.appspot.com/10823434/diff/1/chrome/browser/plugin_installer.cc#newcode297 chrome/browser/plugin_installer.cc:297: PluginFinder::GetInstance()->GetAllPluginInstallers(); On 2012/08/21 14:26:04, ibraaaa wrote: > I want ...
8 years, 4 months ago (2012-08-21 19:14:52 UTC) #5
ibraaaa
8 years, 3 months ago (2012-08-29 16:12:02 UTC) #6
Bernhard Bauer
LGTM
8 years, 3 months ago (2012-08-29 16:20:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/10823434/13001
8 years, 3 months ago (2012-08-29 17:47:38 UTC) #8
commit-bot: I haz the power
Presubmit check for 10823434-13001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-08-29 17:47:44 UTC) #9
ibraaaa
Hi, Can I have OWNERS LGTM for this CL? I need one from each of ...
8 years, 3 months ago (2012-08-29 18:36:12 UTC) #10
jam
https://codereview.chromium.org/10823434/diff/13001/webkit/plugins/webplugininfo.h File webkit/plugins/webplugininfo.h (right): https://codereview.chromium.org/10823434/diff/13001/webkit/plugins/webplugininfo.h#newcode63 webkit/plugins/webplugininfo.h:63: static void CreateVersionFromString(const string16& version_string, a struct shouldn't have ...
8 years, 3 months ago (2012-08-29 22:26:13 UTC) #11
ibraaaa
https://codereview.chromium.org/10823434/diff/13001/webkit/plugins/webplugininfo.h File webkit/plugins/webplugininfo.h (right): https://codereview.chromium.org/10823434/diff/13001/webkit/plugins/webplugininfo.h#newcode63 webkit/plugins/webplugininfo.h:63: static void CreateVersionFromString(const string16& version_string, It used to be ...
8 years, 3 months ago (2012-08-30 08:08:47 UTC) #12
jam
On 2012/08/30 08:08:47, ibraaaa wrote: > https://codereview.chromium.org/10823434/diff/13001/webkit/plugins/webplugininfo.h > File webkit/plugins/webplugininfo.h (right): > > https://codereview.chromium.org/10823434/diff/13001/webkit/plugins/webplugininfo.h#newcode63 > ...
8 years, 3 months ago (2012-08-30 18:37:06 UTC) #13
ibraaaa
PTAL
8 years, 3 months ago (2012-08-31 19:19:00 UTC) #14
jam
https://codereview.chromium.org/10823434/diff/23001/webkit/plugins/npapi/plugin_utils.h File webkit/plugins/npapi/plugin_utils.h (right): https://codereview.chromium.org/10823434/diff/23001/webkit/plugins/npapi/plugin_utils.h#newcode16 webkit/plugins/npapi/plugin_utils.h:16: WEBKIT_PLUGINS_EXPORT void CreateVersionFromString( nit: bring over the comment as ...
8 years, 3 months ago (2012-09-04 16:46:40 UTC) #15
ibraaaa
PTAL, thanks. https://codereview.chromium.org/10823434/diff/23001/webkit/plugins/npapi/plugin_utils.h File webkit/plugins/npapi/plugin_utils.h (right): https://codereview.chromium.org/10823434/diff/23001/webkit/plugins/npapi/plugin_utils.h#newcode16 webkit/plugins/npapi/plugin_utils.h:16: WEBKIT_PLUGINS_EXPORT void CreateVersionFromString( On 2012/09/04 16:46:40, John ...
8 years, 3 months ago (2012-09-04 17:00:34 UTC) #16
jam
lgtm
8 years, 3 months ago (2012-09-04 19:59:54 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/10823434/28001
8 years, 3 months ago (2012-09-04 20:01:30 UTC) #18
commit-bot: I haz the power
Presubmit check for 10823434-28001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-04 20:01:38 UTC) #19
ibraaaa
Hi James, Can I have an OWNERS review for this CL? Thanks
8 years, 3 months ago (2012-09-04 20:08:34 UTC) #20
jamesr
webkit/ lgtm
8 years, 3 months ago (2012-09-04 20:14:43 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/10823434/28001
8 years, 3 months ago (2012-09-04 20:15:57 UTC) #22
commit-bot: I haz the power
Try job failure for 10823434-28001 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-09-04 20:42:44 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/10823434/22011
8 years, 3 months ago (2012-09-04 20:44:50 UTC) #24
commit-bot: I haz the power
8 years, 3 months ago (2012-09-04 23:08:59 UTC) #25
Change committed as 154842

Powered by Google App Engine
This is Rietveld 408576698