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

Issue 88020: Allow Flash (and other plugins) to be installed without restarting the browse... (Closed)

Created:
11 years, 8 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
ananta
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Allow Flash (and other plugins) to be installed without restarting the browser. This works by monitoring the MozillaPlugins registry key and reloading the plugin list afterwards. Note: I'll commit the WebKit change separately, but putting it in this change right now so everything can be reviewed together. BUG=10574 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14377

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -13 lines) Patch
M base/registry.h View 1 chunk +1 line, -0 lines 0 comments Download
M base/registry.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/plugin_service.h View 1 2 4 chunks +19 lines, -1 line 0 comments Download
M chrome/browser/plugin_service.cc View 1 2 3 3 chunks +44 lines, -1 line 0 comments Download
M chrome/common/render_messages_internal.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/render_thread.h View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/renderer/render_thread.cc View 1 2 3 4 3 chunks +16 lines, -2 lines 0 comments Download
M chrome/renderer/renderer_glue.cc View 4 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/WebKit/chromium/public/WebKit.h View 3 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/WebKit/chromium/src/WebKit.cpp View 3 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_constants_win.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_list_win.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
jam
11 years, 8 months ago (2009-04-21 04:41:23 UTC) #1
ananta
Looks great overall. http://codereview.chromium.org/88020/diff/1/7 File chrome/browser/plugin_service.cc (right): http://codereview.chromium.org/88020/diff/1/7#newcode45 Line 45: HKEY_LOCAL_MACHINE, kRegistryMozillaPlugins, KEY_NOTIFY); Should there ...
11 years, 8 months ago (2009-04-21 05:14:12 UTC) #2
jam
http://codereview.chromium.org/88020/diff/1/7 File chrome/browser/plugin_service.cc (right): http://codereview.chromium.org/88020/diff/1/7#newcode45 Line 45: HKEY_LOCAL_MACHINE, kRegistryMozillaPlugins, KEY_NOTIFY); On 2009/04/21 05:14:12, ananta wrote: ...
11 years, 8 months ago (2009-04-21 21:56:11 UTC) #3
ananta
LGTM
11 years, 8 months ago (2009-04-21 22:58:54 UTC) #4
jam
I've updated the patch slightly, in order to fix this not working on Youtube (which ...
11 years, 8 months ago (2009-04-23 20:03:26 UTC) #5
ananta
11 years, 8 months ago (2009-04-23 20:57:15 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698